PdfConvertOptions
PdfConvertOptions class
Options for conversion to Pdf file type.
public class PdfConvertOptions : CommonConvertOptions<PdfFileType>, IDpiConvertOptions,
IPageMarginOptions, IPageOrientationOptions, IPageSizeOptions, IPasswordConvertOptions
Constructors
Properties
| Name |
Description |
| Dpi { get; set; } |
Desired page DPI after conversion. The default resolution is: 96 dpi. |
| FallbackPageSize { get; set; } |
Fallback page size |
| Format { get; set; } |
The desired file type the input document should be converted to. |
| virtual Format { get; set; } |
Implements Format |
| MarginSettings { get; set; } |
Page margin settings |
| OrientationSettings { get; set; } |
Page orientation settings |
| PageNumber { get; set; } |
Implements PageNumber |
| Pages { get; set; } |
Implements Pages |
| PagesCount { get; set; } |
Implements PagesCount |
| Password { get; set; } |
Set this property if you want to protect the converted document with a password. |
| PdfOptions { get; set; } |
Pdf specific convert options |
| ResizeMode { get; set; } |
Specifies how content should be scaled when page size is changed. Default is AlignTopLeft (no scaling). |
| Rotate { get; set; } |
Page rotation |
| SizeSettings { get; set; } |
Page size settings |
| Watermark { get; set; } |
Implements Watermark |
Methods
| Name |
Description |
| Clone() |
Clones current options instance. |
| override Equals(object) |
Determines whether two object instances are equal. |
| virtual Equals(ValueObject) |
Determines whether two object instances are equal. |
| override GetHashCode() |
Serves as the default hash function. |
See Also