Gets or sets the format (compression) type of the raster PDF page.
public RasterImageFormat Format { get; set; }
Public Property Format As RasterImageFormat
@property (nonatomic, assign) LTRasterImageFormat format
public RasterImageFormat getFormat()
public void setFormat(RasterImageFormat value)
public:
property RasterImageFormat Format {
RasterImageFormat get();
void set ( 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document