Page Methods |
The Page type exposes the following members.
Name | Description | |
---|---|---|
![]() | Accept(AnnotationSelector) |
Accepts AnnotationSelector visitor object that provides functionality to work with annotations.
|
![]() | Accept(ImagePlacementAbsorber) |
Accepts ImagePlacementAbsorber visitor object that provides functionality to work with image placement objects.
|
![]() | Accept(TextAbsorber) |
Accepts TextAbsorber visitor object that provides functionality to work with text objects.
|
![]() | Accept(TextFragmentAbsorber) |
Accepts TextFragmentAbsorber visitor object that provides functionality to work with text objects.
|
![]() | AddImage(Stream, Rectangle) |
Adds image onto the page and locates it in the middle of specified rectangle saving image's proportion.
|
![]() | AddImage(String, Rectangle) |
Adds image onto the page and locates it in the middle of specified rectangle saving image's proportion.
|
![]() | AddImage(String, Stream, Rectangle) |
Adds searchable image onto the page and locates it in the middle of specified rectangle saving image's proportion.
|
![]() | AddImage(Stream, Rectangle, Int32, Int32, Boolean) |
Adds image on page and places it depend on image rectangle position.
|
![]() | AddStamp |
Put stamp into page. Stamp can be page number, image or simple text, e.g. some logo.
|
![]() | AsByteArray |
Converts current page as bitmap and than returns array of bytes.
|
![]() | AsXml |
Converts current page as xml in utf8 encoding.
|
![]() | CalculateContentBBox |
Calculates bbox value - rectangle containing contents without visible margins.
|
![]() | ConvertToPNGMemoryStream | |
![]() | Dispose |
Frees up memory
|
![]() | Equals | (Inherited from Object.) |
![]() | Flatten |
Removes all fields located on the page and place their values instead.
|
![]() | FreeMemory |
Clears cached data
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetNotifications |
Returns notifications about inside operations with page content. (Only notifications about paragraph events in text adding scenarios are supported now.)
|
![]() | GetPageRect |
Returns rectangle of the page.
|
![]() | GetType | (Inherited from Object.) |
![]() ![]() | IntToRotation |
Translates integer value into corresponding rotation enumeration member.
|
![]() | IsBlank |
Gets the flag whether page is blank or not.
|
![]() | MakeGrayscale |
Converts images on page as grayscaled.
|
![]() ![]() | RotationToInt |
Translates rotation enumeration member into integer value.
|
![]() | SendTo(PageDevice, Stream) |
Sends page to process with given page device.
|
![]() | SendTo(PageDevice, String) |
Sends page to process with given page device.
|
![]() | SetPageSize |
Sets page size for page.
|
![]() | ToString | (Inherited from Object.) |