PreviewOptions Class
Represents document preview options.
Inheritance Hierarchy
SystemObject
  GroupDocs.Annotation.OptionsPreviewOptions

Namespace: GroupDocs.Annotation.Options
Assembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (22.9)
Syntax
public class PreviewOptions

The PreviewOptions type exposes the following members.

Constructors
  NameDescription
Public methodPreviewOptions(CreatePageStream)
Initializes a new instance of PreviewOptions class.
Public methodPreviewOptions(CreatePageStream, ReleasePageStream)
Initializes a new instance of PreviewOptions class.
Properties
  NameDescription
Public propertyCreatePageStream
Delegate which defines method to create output page preview stream.
Public propertyHeight
Page preview height.
Public propertyPageNumbers
Page numbers that will be previewed.
Public propertyPreviewFormat
Preview image format.
Public propertyReleasePageStream
Delegate which defines method to remove output page preview stream
Public propertyRenderAnnotations
The property that controls whether annotations will be generated on the preview. Default State - true.
Public propertyRenderComments
The property that controls whether comments will be generated on the preview. Default State - true. Now Supported only in MS Word document
Public propertyResolution
Gets or sets the resolution for generated images, in dots per inch.
Public propertyWidth
Page preview width.
Public propertyWorksheetColumns
Worksheet columns to generate. Generation proceeds in the specified order.
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 methodToString (Inherited from Object.)
See Also