Gets or sets the format (compression) type of the raster PDF page.
public RasterImageFormat Format { get; set; }
Public Property Format As Leadtools.RasterImageFormat
public Leadtools.RasterImageFormat Format {get; set;}
@property (nonatomic, assign) LTRasterImageFormat format
public RasterImageFormat getFormat()
public void setFormat(RasterImageFormat value)
<br/>get_Format();<br/>set_Format(value);<br/>Object.defineProperty('Format');
public:
property Leadtools.RasterImageFormat Format {
Leadtools.RasterImageFormat get();
void set ( Leadtools.RasterImageFormat );
}
One of RasterImageFormat.RasPdfXyz that indicates the format (compression) type of the raster PDF page. If the source file is not a raster PDF, the value of this property will be RasterImageFormat.Unknown.
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.
For an example, refer to CodecsRasterPdfInfo.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET