Gets information about a page in a raster PDF file created with the PDF support available in the LEADTOOLS PDF Pro, Pro Suite, Document or Medical products.
public CodecsRasterPdfInfo GetRasterPdfInfo(
string fileName,
int pageNumber
)
Public Overloads Function GetRasterPdfInfo( _
ByVal fileName As String, _
ByVal pageNumber As Integer _
) As CodecsRasterPdfInfo
- (nullable LTCodecsRasterPdfInfo *)rasterPdfInfoForFile:(NSString *)file
pageNumber:(NSInteger)pageNumber
error:(NSError **)error
public:
CodecsRasterPdfInfo GetRasterPdfInfo(
String^ fileName,
int pageNumber
)
fileName
The input PDF file.
pageNumber
The 1-based page number.
An instance of CodecsRasterPdfInfo containing information about the raster PDF page.
The various RasterCodecs.GetInformation methods are used to return information about a raster image file on disk or stream. Information such as the format, size, dimension, bits per pixel are returned as members of the CodecsImageInfo object returned from RasterCodecs.GetInformation.
Raster Adobe PDF saved with the various Save methods (using any of the RasterImageFormat.RasPdfXyz flavors), contain extra information that can be obtained using RasterCodecs.GetRasterPdfInfo. This method returns an instance of CodecsRasterPdfInfo filled with these extra information. Refer to CodecsRasterPdfInfo for more information.
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