PdfPageInfo Class |
Namespace: Atalasoft.Ocr
The PdfPageInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfPageInfo | Constructs a new PdfPageInfo object using reasonable default values | |
| PdfPageInfo(PdfTranslator) | Constructs a new PdfPageInfo object inheriting default values from an owning PdfTranslator |
| Name | Description | |
|---|---|---|
| CompressionSelector | The CompressionSelector is a delegate that is used to choose the compression for an image. | |
| GenerateThumbnails | Determines whether or not a thumbnail will be generated for this page. | |
| OutputType | Determines the output style for this page. | |
| PageImage | A PdfImageTicket that represents the full image for this page. | |
| PdfPageSize | The dimensions of the output page in PDF page units (1/72 of an inch) | |
| TextColor | Determines the default color for text on the page. | |
| ThumbnailImage | Determines the image that will be used for a thumbnail for a page. | |
| UseDocumentTextColor | Indicates that the color determined by the document is what will be used for final output. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |