ComponentOne PDF for WPF and Silverlight
C1PdfDocumentBase Class Members
Properties  Methods  Events

C1.Silverlight.Pdf.5 Assembly > C1.Silverlight.Pdf Namespace : C1PdfDocumentBase Class

The following tables list the members exposed by C1PdfDocumentBase.

Public Properties
 NameDescription
Public PropertyGets or sets the compression level to use when saving the document.  
Public PropertyGets or sets the the PDF/A conformance level, by default without use PDF/A conformance.  
Public PropertyGets or sets the index of the current page within the document.  
Public PropertyGets the PdfDocumentInfo object that contains information about this document (author, etc).  
Public PropertyGets or sets a value indicating how fonts should be encoded when saving the document.  
Public PropertyGets or sets the image quality to use when saving the document.  
Public PropertyGets a rectangle that represents the surface of the current page (in points).  
Public PropertyGets the collection of PdfPage objects that make up the document.  
Public PropertyGets or sets the default page size for the document (in points).  
Public PropertyGets or sets whether all images should be saved in the Jpeg format.  
Public PropertyGets the PdfSecurity object that manages security for the current document (passwords, etc).  
Public PropertyGets 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 FontType is not Embedded, this property is not used.

 
Public PropertyGets or sets a value indicating whether to use temporary disk files to minimize memory usage. The default is false.  
Public PropertyGets the PdfViewerPreferences object that contains information about how the current document should be displayed.  
Top
Public Methods
 NameDescription
Public MethodRestores the document to its initial state.  
Public MethodStarts a new page.  
Public MethodOverloaded. Saves the Pdf document to a file.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Converts points to pixels.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Converts pixels to points.  
Public MethodWrites raw content into the Pdf stream for the current page.  
Top
Public Events
 NameDescription
Public EventFires periodically while data is written into the PDF document.  
Public EventFires while pages are written to the PDF stream after a call to the Save(Stream) method.  
Top
See Also

Reference

C1PdfDocumentBase Class
C1.Silverlight.Pdf Namespace