PdfOptions Class |
Namespace: Aspose.Slides.Export
The PdfOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfOptions |
Default constructor.
|
Name | Description | |
---|---|---|
![]() ![]() | AccessPermissions |
Contains a set of flags specifying which access permissions should be granted when the document is opened
with user access. See PdfAccessPermissions.
|
![]() | AdditionalCommonFontFamilies |
Returns or sets an array of user-defined names of font families which Aspose.Slides should consider common.
Read/write String[].
|
![]() | ApplyImageTransparent |
Applies the specified transparent color to an image if true.
|
![]() | BestImagesCompressionRatio |
Indicates if the most effective compression (instead of the default one) for each image must be selected
automatically. If set to Boolean.true, for every image in presentation the most appropriate compression
algorithm will be chosen, what will lead to the smaller size of the resulting PDF document.
![]() Best image compression ratio selection is computationally expensive and takes
an additional amount of RAM, and this option is Boolean.false by default. |
![]() | Compliance |
Desired conformance level for generated PDF document.
Read/write PdfCompliance.
|
![]() ![]() | DefaultRegularFont |
Returns or sets font used in case source font is not found.
Read-write String.
(Inherited from SaveOptions.) |
![]() | DrawSlidesFrame |
True to draw black frame around each slide.
Read/write Boolean.
|
![]() | EmbedFullFonts |
Determines if all characters of font should be embedded or only used subset.
Read/write Boolean.
|
![]() | EmbedTrueTypeFontsForASCII |
Determines if Aspose.Slides will embed common fonts for ASCII (33..127 code range) text.
Fonts for character codes greater than 127 are always embedded.
Common fonts list includes PDF's base 14 fonts and additional user specified fonts.
Read/write Boolean.
|
![]() | ImageTransparentColor |
Gets or sets the image transparent color.
|
![]() | JpegQuality |
Returns or sets a value determining the quality of the JPEG images inside PDF document.
Read/write Byte.
|
![]() | NotesCommentsLayouting |
Provides options that control how notes and comments is placed in exported document.
|
![]() | Password |
Setting user password to protect the PDF document.
Read/write String.
|
![]() | ProgressCallback |
Represents a callback object for saving progress updates in percentage.
See IProgressCallback.
(Inherited from SaveOptions.) |
![]() | SaveMetafilesAsPng |
True to convert all metafiles used in a presentation to the PNG images.
Read/write Boolean.
|
![]() | ShowHiddenSlides |
Specifies whether the generated document should include hidden slides or not.
Default is false.
|
![]() | SufficientResolution |
Returns or sets a value determining resolution of images inside PDF document.
![]() Property affects on file size, time of export and image quality. The default value is 96. Field ValueType:Effect of this parameter depends on few factors. Algorithm tries to get best output image size according to the property value, source image size and image frame size. Using of similar property values may give the same result. Recommended to use step 16 or 32 to get visible effect. Read/write Single. |
![]() | TextCompression |
Specifies compression type to be used for all textual content in the document.
Read/write PdfTextCompression.
|
![]() | WarningCallback |
Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted.
Read/write IWarningCallback.
(Inherited from SaveOptions.) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |