|
BitmapToClipboard
|
Exports bitmap to clipboard, width and height
units are in pixels. |
|
BitmapToFile
|
Exports bitmap to file, width and height
units are in pixels. |
|
BitmapToImage
|
Exports bitmap to an Image, width and height
units are in pixels. |
DpiX |
Generally use ExportImageDpi instead. Defines the target DotsPerInch in the horizontal direction. Needed in some instances to achieve consistent or alternative font sizes between multiple printed or exported images. |
DpiY |
Generally use ExportImageDpi instead. Defines the target DotsPerInch in the vertical direction. Needed in some instances to achieve consistent or alternative font sizes between multiple printed or exported images. |
EmfBitmapGradients |
Controls if enhanced metafiles will include background bitmaps and gradients when exporting from the built-in export dialog. |
EmfDC |
Controls the Device Context used in recording the enhanced metafile when exporting from the built-in export dialog. |
EmfToClipboard |
Exports enhanced metafile to clipboard, width and height units are in 1/100th millimeters. |
EmfToFile |
Exports enhanced metafile to file, width and height units are in 1/100th millimeters. |
EmfToStream |
Exports enhanced metafile to Stream, width and height units are in 1/100th millimeters. |
EmfType |
Controls the format of enhanced metafile when exporting from the built-in export dialog: Gdi, GdiPlus, PlusDual, or PlusOnly. |
ExportImageDpi |
Controls the embedding or utilizing of target resolution info (in DotsPerInch) when exporting metafiles and bitmaps. |
ExportImageLargeFont |
This property allows for larger font sizes when exporting metafiles and bitmaps. |
GetEnhancedMeta |
Returns a handle HENHMETAFILE for low level drawing/printing needs. |
|
JpegToClipboard
|
Exports JPEG to clipboard, width and height
units are in pixels. |
|
JpegToFile
|
Exports JPEG to file, width and height units
are in pixels. |
|
JpegToStream
|
Exports JPEG to a Stream, width and height
units are in pixels. |
|
MetafileToClipboard
|
Exports metafile to clipboard, width and
height units are in 1/100th millimeters. |
|
MetafileToFile
|
Exports metafile to file, width and height
units are in 1/100th millimeters. |
|
PngToClipboard
|
Exports PNG to clipboard, width and height
units are in pixels. |
|
PngToFile
|
Exports PNG to file, width and height units
are in pixels. |
|
PngToStream
|
Exports PNG to a Stream, width and height
units are in pixels. |
SvgToFile |
Exports SVG to file, width and height units are in pixels. Output can optionally be compressed. |
SvgToStream |
Exports SVG to a Stream, width and height units are in pixels. Output can optionally be compressed. |