Skip to main content
All docs
V25.2
  • PdfOptimizationOptions Members

    Specifies optimization options for a PDF document.

    Constructors

    Name Description
    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

    Name Description
    ImageCompressionOptions Gets or sets the settings used to compress images in the output PDF during optimization.
    RemoveAttachments Gets or sets whether attachments are removed from the output PDF file during optimization.
    RemoveBookmarkOutlines Gets or sets whether bookmark outlines are removed from the output PDF file during optimization.
    RemoveJavaScriptActions Gets or sets whether JavaScript actions are removed from the output PDF file during optimization.
    RemoveLogicalStructure Gets or sets whether the logical structure (tags) is removed from the output PDF file during optimization.
    RemoveMetadata Gets or sets whether metadata is removed from the output PDF file during optimization.
    RemoveThumbnails Gets or sets whether page thumbnails are removed from the output PDF file during optimization.

    Methods

    Name Description
    Equals(Object, Object) static Determines 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() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines 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