Leadtools.Documents.Writers Namespace : PdfDocumentPageFitType Enumeration |
Leadtools.Documents.Writers.PdfDocumentPageFitType = function() { };
Leadtools.Documents.Writers.PdfDocumentPageFitType.prototype = {
defaultType = 0,
fitWidth = 1,
fitHeight = 2,
fitWidthBounds = 3,
fitHeightBounds = 4,
fitBounds = 5,
};
Value | Member | Description |
---|---|---|
0 | defaultType | Default page fit type. |
1 | fitWidth | Fit page width. |
2 | fitHeight | Fit page height. |
3 | fitWidthBounds | Fit page width bounds. |
4 | fitHeightBounds | Fit page height bounds. |
5 | fitBounds | Fit page bounds. |
Use this option to set/retrieve the page fit type in PdfDocumentOptions.