PngViewOptions Class
Provides options for rendering documents into PNG format.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.OptionsBaseViewOptions
    GroupDocs.Viewer.OptionsViewOptions
      GroupDocs.Viewer.OptionsPngViewOptions

Namespace: GroupDocs.Viewer.Options
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public class PngViewOptions : ViewOptions, 
	IMaxSizeOptions

The PngViewOptions type exposes the following members.

Constructors
  NameDescription
Public methodPngViewOptions
Initializes new instance of PngViewOptions class.
Public methodPngViewOptions(String)
Initializes new instance of PngViewOptions class.
Public methodPngViewOptions(CreatePageStream)
Initializes new instance of PngViewOptions class.
Public methodPngViewOptions(IPageStreamFactory)
Initializes new instance of PngViewOptions class.
Public methodPngViewOptions(CreatePageStream, ReleasePageStream)
Initializes new instance of PngViewOptions class.
Properties
  NameDescription
Public propertyArchiveOptions
The archive files view options.
(Inherited from BaseViewOptions.)
Public propertyCadOptions
The CAD drawing view options.
(Inherited from BaseViewOptions.)
Public propertyDefaultFontName
Default font to be used when particular font used in document can't be found.
(Inherited from BaseViewOptions.)
Public propertyEmailOptions
The email messages view options.
(Inherited from BaseViewOptions.)
Public propertyExtractText
Enables text extraction.
Public propertyHeight
The height of an output image in pixels.
Public propertyMailStorageOptions
Mail storage data files view options.
(Inherited from BaseViewOptions.)
Public propertyMaxHeight
Max height of an output image in pixels.
Public propertyMaxWidth
Max width of an output image in pixels.
Public propertyOutlookOptions
The MS Outlook data files view options.
(Inherited from BaseViewOptions.)
Public propertyPdfOptions
The PDF documents view options.
(Inherited from BaseViewOptions.)
Public propertyPresentationOptions
The presentation processing documents view options.
(Inherited from BaseViewOptions.)
Public propertyProjectManagementOptions
The project management files view options.
(Inherited from BaseViewOptions.)
Public propertyRenderComments
Enables rendering comments.
(Inherited from BaseViewOptions.)
Public propertyRenderHiddenPages
Enables rendering of hidden pages.
(Inherited from BaseViewOptions.)
Public propertyRenderNotes
Enables rendering notes.
(Inherited from BaseViewOptions.)
Public propertySpreadsheetOptions
The spreadsheet files view options.
(Inherited from BaseViewOptions.)
Public propertyTextOptions
Text files splitting to pages options.
(Inherited from BaseViewOptions.)
Public propertyVisioRenderingOptions
The Visio files processing documents view options.
(Inherited from BaseViewOptions.)
Public propertyWatermark
The text watermark applied to each page.
(Inherited from ViewOptions.)
Public propertyWebDocumentOptions
This rendering options enables you to customize the appearance of the output HTML/PDF/PNG/JPEG when rendering Web documents.
(Inherited from BaseViewOptions.)
Public propertyWidth
The width of the output image in pixels.
Public propertyWordProcessingOptions
This rendering options enables you to customize the appearance of the output HTML/PDF/PNG/JPEG when rendering Word documents.
(Inherited from BaseViewOptions.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRotatePage
Applies clockwise rotation to the page.
(Inherited from ViewOptions.)
Public methodToString (Inherited from Object.)
Fields
  NameDescription
Public fieldPageRotations
The page rotations.
(Inherited from ViewOptions.)
See Also