Atalasoft.dotImage.PdfRasterizer Send comments on this topic.
PdfDecoder Class Members
See Also  Fields  Properties  Methods 
Atalasoft.dotImage.PdfRasterizer Assembly > Atalasoft.Imaging.Codec.Pdf Namespace : PdfDecoder Class


The following tables list the members exposed by PdfDecoder.

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)MAXRESOLUTIONThe maximum resolution that PDF's can be read at.  
Public Fieldstatic (Shared in Visual Basic)MINRESOLUTIONThe minimum resolution that PDF's can be read at.  
Top

Public Properties

 NameDescription
Public PropertyPasswordThe password for the PDF or null for no password  
Public PropertyRenderSettingsUsed to indicate how to render the PDF.  For example, whether to show Annotations and which ones to show.  
Public PropertyResolutionGets or sets the resolution at which to render a PDF page.  
Public PropertySmoothingModeGets or sets a value specifying whether and how smoothing (antialiasing) is applied to lines, curves, and edges of filled areas and text.  
Top

Public Methods

 NameDescription
Public MethodDisposeOverloaded. Releases all resources managed by this object.  
Public Methoddtor  
Public MethodGetFrameCountOverridden. Returns the number of pages in a PDF document.  
Public MethodGetImageInfoOverloaded. Overridden. Returns information about the PDF without decoding it.  
Public MethodIsValidFormatOverridden. Returns true if and only if the specified Stream contains a PDF document.  
Public MethodReadOverloaded. Overridden. Read a PDF document as an AtalaImage.  
Public MethodReadRegionReads a rectangle region from the PDF.  This uses memory proportional to the size of the region.  
Top

Protected Methods

 NameDescription
Protected MethodFinalizeOverridden.   
Protected MethodGetDefaultResolution  
Top

See Also