The C1PdfDocument type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
C1PdfDocument |
Initializes a new instance of the C1PdfDocument class.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Add | |
|
|
Clear | |
|
|
Contains | |
|
|
CopyTo | |
|
|
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
IndexOf | |
|
|
Insert | |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
Remove | |
|
|
RemoveAt | |
|
|
Select |
Selects the text specified by start and lenght, returning the page and the area inside the page of the selection.
|
|
|
ToString |
Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Count |
Gets the number of pages.
|
|
|
IsLayoutSuspended |
Gets or sets a value indicating whether the layout of the document is suspended.
|
|
|
IsReadOnly |
Gets a value indicating whether this collection is read only.
|
|
|
Item |
Gets the C1PdfPageContext at the specified index.
|
|
|
SelectionBackground |
Gets or sets a Brush used to highlight search selection.
|
|
|
SelectionLength |
Gets the length of the selection.
|
|
|
SelectionStart |
Gets the selection start.
|
|
|
Text |
Gets the text of this document.
|
Events
| Name | Description | |
|---|---|---|
|
|
RequestNavigate |
Fired when a link from a document is clicked.
|
|
|
TextBlockAdded |
Fired after a TextBlock is created from text in the PDF file, permitting font substitution.
|