Leadtools.Codecs Namespace > CodecsRasterPdfInfo Structure : Format Property |
public RasterImageFormat Format {get; set;}
'Declaration Public Property Format As RasterImageFormat
'Usage Dim instance As CodecsRasterPdfInfo Dim value As RasterImageFormat instance.Format = value value = instance.Format
public RasterImageFormat Format {get; set;}
get_Format();
set_Format(value);
public: property RasterImageFormat Format { RasterImageFormat get(); void set ( RasterImageFormat value); }
This is the same value used as the format parameter value to the RasterCodecs.Save method used to create this file.
This property is guaranteed to contain accurate information only if the value of IsLeadPdf is true.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2