The C1PdfDocument type exposes the following members.

Constructors

  Name Description
Public method C1PdfDocument
Initializes a new instance of the C1PdfDocument class.

Methods

  Name Description
Public method Add
Public method Clear
Public method Contains
Public method CopyTo
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method 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.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf
Public method Insert
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Remove
Public method RemoveAt
Public method Select
Selects the text specified by start and lenght, returning the page and the area inside the page of the selection.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property Count
Gets the number of pages.
Public property IsLayoutSuspended
Gets or sets a value indicating whether the layout of the document is suspended.
Public property IsReadOnly
Gets a value indicating whether this collection is read only.
Public property Item
Gets the C1PdfPageContext at the specified index.
Public property SelectionBackground
Gets or sets a Brush used to highlight search selection.
Public property SelectionLength
Gets the length of the selection.
Public property SelectionStart
Gets the selection start.
Public property Text
Gets the text of this document.

Events

  Name Description
Public event RequestNavigate
Fired when a link from a document is clicked.
Public event TextBlockAdded
Fired after a TextBlock is created from text in the PDF file, permitting font substitution.

See Also