PdfOptions
PdfOptions class
Opties voor conversie naar PDF-bestandstype.
public sealed class PdfOptions : ValueObject
Constructeurs
Eigenschappen
| Naam |
Beschrijving |
| DocumentInfo { get; set; } |
Meta-informatie van PDF-document. |
| FormattingOptions { get; set; } |
Pdf-opmaakopties |
| Grayscale { get; set; } |
Converteer een PDF van RGB-kleurruimte naar grijstinten |
| Linearize { get; set; } |
Lineariseert PDF-document voor het web |
| OptimizationOptions { get; set; } |
Pdf-optimalisatie-opties |
| PdfFormat { get; set; } |
Stelt het pdf-formaat in van het geconverteerde document. |
| RemovePdfACompliance { get; set; } |
Verwijdert Pdf-A Compliance |
| Zoom { get; set; } |
Specificeert het zoomniveau in procenten. Standaard is 100. |
methoden
| Naam |
Beschrijving |
| override Equals(object) |
Bepaalt of twee objectinstanties gelijk zijn. |
| virtual Equals(ValueObject) |
Bepaalt of twee objectinstanties gelijk zijn. |
| override GetHashCode() |
Dient als de standaard hash-functie. |
Zie ook