Click or drag to resize

PdfPageInfo Class

PdfPageInfo represents metadata for each page within an OcrPage in the process of being translated to PDF.
Inheritance Hierarchy
SystemObject
  Atalasoft.OcrPdfPageInfo

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class PdfPageInfo

The PdfPageInfo type exposes the following members.

Constructors
  NameDescription
Public methodPdfPageInfo
Constructs a new PdfPageInfo object using reasonable default values
Public methodPdfPageInfo(PdfTranslator)
Constructs a new PdfPageInfo object inheriting default values from an owning PdfTranslator
Top
Properties
  NameDescription
Public propertyCompressionSelector
The CompressionSelector is a delegate that is used to choose the compression for an image.
Public propertyGenerateThumbnails
Determines whether or not a thumbnail will be generated for this page.
Public propertyOutputType
Determines the output style for this page.
Public propertyPageImage
A PdfImageTicket that represents the full image for this page.
Public propertyPdfPageSize
The dimensions of the output page in PDF page units (1/72 of an inch)
Public propertyTextColor
Determines the default color for text on the page.
Public propertyThumbnailImage
Determines the image that will be used for a thumbnail for a page.
Public propertyUseDocumentTextColor
Indicates that the color determined by the document is what will be used for final output.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also