Click or drag to resize

PdfUtil Methods

The PdfUtil type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberGetDocumentPdfPath(DocumentItem) Gets a path to the PDF file if the document has a PDF loaded as an image or a native link.
Public methodStatic memberGetDocumentPdfPath(DocumentItem, ResourceFileItem) Gets a path to the PDF file if the document has a PDF loaded as an image or a native link.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetNewOptimizationOptions Gets a default optimization option strategy when used with optimizing PDF documents.
Public methodStatic memberGetNewPdfDocument Gets an empty PDF document.
Public methodStatic memberGetPdfDocument(Stream) Gets an instance of a PDF document loaded from the specified filepath.
Public methodStatic memberGetPdfDocument(String) Gets an instance of a PDF document loaded from the specified filepath.
Public methodStatic memberGetPdfDocument(Stream, String) Gets an instance of a PDF document loaded from the specified filepath.
Public methodStatic memberGetPdfMetadata(Stream) Gets an instance of a PDF document loaded from the specified stream.
Public methodStatic memberGetPdfMetadata(String) Gets PDF metadata loaded from the specified filepath.
Public methodStatic memberGetPdfMetadata(Stream, String) Gets an instance of a PDF document loaded from the specified stream.
Public methodStatic memberGetPdfMetadata(String, String) Gets an instance of a PDF document loaded from the specified filepath.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also