예제 #1
0
 /// <summary>
 /// The DPI at which the image should be printed. Ignored by all browsers, most operating systems, and most printers.
 /// </summary>
 public static ImageUrlBuilder DPI(this ImageUrlBuilder builder, DPIOptions dpiOption)
 {
     return(builder.SetParameter(MiscCommands.DPI, ((int)dpiOption).ToString()));
 }
 /// <summary>
 /// The DPI at which the image should be printed. Ignored by all browsers, most operating systems, and most printers.
 /// </summary>
 public static ImageUrlBuilder DPI(this ImageUrlBuilder builder, DPIOptions dpiOption)
 {
     return builder.SetParameter(MiscCommands.DPI, ((int)dpiOption).ToString());
 }