Back to Devexpress

PdfOptimizationOptions Members

officefileapi-devexpress-dot-pdf-dot-pdfoptimizationoptions-dot-underscore-members.md

latest4.4 KB
Original Source

PdfOptimizationOptions Members

Specifies optimization options for a PDF document.

Constructors

NameDescription
PdfOptimizationOptions()Initializes a new instance of the PdfOptimizationOptions class.
PdfOptimizationOptions(PdfImageCompressionOptions, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)Initializes a new instance of the PdfOptimizationOptions class with specified settings.

Properties

NameDescription
ImageCompressionOptionsGets or sets the settings used to compress images in the output PDF during optimization.
RemoveAttachmentsGets or sets whether attachments are removed from the output PDF file during optimization.
RemoveBookmarkOutlinesGets or sets whether bookmark outlines are removed from the output PDF file during optimization.
RemoveJavaScriptActionsGets or sets whether JavaScript actions are removed from the output PDF file during optimization.
RemoveLogicalStructureGets or sets whether the logical structure (tags) is removed from the output PDF file during optimization.
RemoveMetadataGets or sets whether metadata is removed from the output PDF file during optimization.
RemoveThumbnailsGets or sets whether page thumbnails are removed from the output PDF file during optimization.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

PdfOptimizationOptions Class

DevExpress.Pdf Namespace