C1.Silverlight.Pdf.5 Assembly > C1.Silverlight.Pdf Namespace : C1PdfDocument Class |
For a list of all members of this type, see C1PdfDocument members.
Name | Description | |
---|---|---|
Compression | Gets or sets the compression level to use when saving the document. (Inherited from C1.Silverlight.Pdf.C1PdfDocumentBase) | |
ConformanceLevel | Gets or sets the the PDF/A conformance level, by default without use PDF/A conformance. (Inherited from C1.Silverlight.Pdf.C1PdfDocumentBase) | |
CurrentPage | Overridden. Gets or sets the index of the current page within the document. | |
DocumentInfo | Gets the PdfDocumentInfo object that contains information about this document (author, etc). (Inherited from C1.Silverlight.Pdf.C1PdfDocumentBase) | |
FontType | Gets or sets a value indicating how fonts should be encoded when saving the document. (Inherited from C1.Silverlight.Pdf.C1PdfDocumentBase) | |
ImageQuality | Gets or sets the image quality to use when saving the document. (Inherited from C1.Silverlight.Pdf.C1PdfDocumentBase) | |
Landscape | Gets or sets the default page orientation for the document. | |
PageRectangle | Gets a rectangle that represents the surface of the current page (in points). (Inherited from C1.Silverlight.Pdf.C1PdfDocumentBase) | |
Pages | Gets the collection of PdfPage objects that make up the document. (Inherited from C1.Silverlight.Pdf.C1PdfDocumentBase) | |
PageSize | Overridden. Gets or sets the default page size for the document (in points). | |
PaperKind | Gets or sets the default page size for the document. | |
RotateAngle | Gets or sets the rotate angle for drawing simple objects for the document in degree (from -360 to 360). | |
SaveAllImagesAsJpeg | Gets or sets whether all images should be saved in the Jpeg format. (Inherited from C1.Silverlight.Pdf.C1PdfDocumentBase) | |
Security | Gets the PdfSecurity object that manages security for the current document (passwords, etc). (Inherited from C1.Silverlight.Pdf.C1PdfDocumentBase) | |
UniqueFontsPerPage | Gets or sets a value indicating whether to embed fonts separately for each page of the document. The default is false, which produces smaller file sizes but in some rare cases may result in incorrect font substitutions.
Note that if C1PdfDocumentBase.FontType is not Embedded, this property is not used. (Inherited from C1.Silverlight.Pdf.C1PdfDocumentBase) | |
UseFileCaching | Gets or sets a value indicating whether to use temporary disk files to minimize memory usage. The default is false. (Inherited from C1.Silverlight.Pdf.C1PdfDocumentBase) | |
ViewerPreferences | Gets the PdfViewerPreferences object that contains information about how the current document should be displayed. (Inherited from C1.Silverlight.Pdf.C1PdfDocumentBase) |