Pdf |
public class PdfUtil
The PdfUtil type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetDocumentPdfPath(DocumentItem) | Gets a path to the PDF file if the document has a PDF loaded as an image or a native link. | |
| GetDocumentPdfPath(DocumentItem, ResourceFileItem) | Gets a path to the PDF file if the document has a PDF loaded as an image or a native link. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetNewOptimizationOptions | Gets a default optimization option strategy when used with optimizing PDF documents. | |
| GetNewPdfDocument | Gets an empty PDF document. | |
| GetPdfDocument(Stream) | Gets an instance of a PDF document loaded from the specified filepath. | |
| GetPdfDocument(String) | Gets an instance of a PDF document loaded from the specified filepath. | |
| GetPdfDocument(Stream, String) | Gets an instance of a PDF document loaded from the specified filepath. | |
| GetPdfMetadata(Stream) | Gets an instance of a PDF document loaded from the specified stream. | |
| GetPdfMetadata(String) | Gets PDF metadata loaded from the specified filepath. | |
| GetPdfMetadata(Stream, String) | Gets an instance of a PDF document loaded from the specified stream. | |
| GetPdfMetadata(String, String) | Gets an instance of a PDF document loaded from the specified filepath. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |