PdfPageEditor
Overview
PdfPageEditor is a class in Aspose.PDF FOSS for C++.
This class provides 28 methods for working with PdfPageEditor objects in C++ programs.
Available methods include: Alignment, ApplyChanges, DisplayDuration, GetPageRotation, GetPageSize, GetPages, HorizontalAlignment, MovePosition, PageSize, PdfPageEditor, ProcessPages, Rotation, and 5 additional methods.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Accessor methods: BLINDH, BLINDV, BTWIPE, DGLITTER, DISSOLVE, INBOX, and 10 more.
Accessor Methods
| Name | Type | Access | Description |
|---|---|---|---|
SPLITVOUT | int | Read/Write | Gets or sets the splitvout. |
SPLITHOUT | int | Read/Write | Gets or sets the splithout. |
SPLITVIN | int | Read/Write | Gets or sets the splitvin. |
SPLITHIN | int | Read/Write | Gets or sets the splithin. |
BLINDV | int | Read/Write | Gets or sets the blindv. |
BLINDH | int | Read/Write | Gets or sets the blindh. |
INBOX | int | Read/Write | Gets or sets the inbox. |
OUTBOX | int | Read/Write | Gets or sets the outbox. |
LRWIPE | int | Read/Write | Gets or sets the lrwipe. |
RLWIPE | int | Read/Write | Gets or sets the rlwipe. |
BTWIPE | int | Read/Write | Gets or sets the btwipe. |
TBWIPE | int | Read/Write | Gets or sets the tbwipe. |
DISSOLVE | int | Read/Write | Gets or sets the dissolve. |
LRGLITTER | int | Read/Write | Gets or sets the lrglitter. |
TBGLITTER | int | Read/Write | Gets or sets the tbglitter. |
DGLITTER | int | Read/Write | Gets or sets the dglitter. |
Methods
| Signature | Description |
|---|---|
PdfPageEditor() | Calls PdfPageEditor on this PdfPageEditor instance. |
MovePosition(offsetX: float, offsetY: float) | Calls MovePosition(offsetX, offsetY) on this PdfPageEditor instance. |
GetPages() → int | Returns the pages. |
GetPageSize(pageId: int) → Aspose::Pdf::PageSize | Calls GetPageSize(pageId) on this PdfPageEditor instance. |
GetPageRotation(pageId: int) → int | Calls GetPageRotation(pageId) on this PdfPageEditor instance. |
ApplyChanges() | Calls ApplyChanges on this PdfPageEditor instance. |
TransitionDuration() → int | Calls TransitionDuration on this PdfPageEditor instance. |
TransitionDuration(value: int) | Calls TransitionDuration(value) on this PdfPageEditor instance. |
TransitionType() → int | Calls TransitionType on this PdfPageEditor instance. |
TransitionType(value: int) | Calls TransitionType(value) on this PdfPageEditor instance. |
DisplayDuration() → int | Calls DisplayDuration on this PdfPageEditor instance. |
DisplayDuration(value: int) | Calls DisplayDuration(value) on this PdfPageEditor instance. |
ProcessPages() → std::vector<int> | Calls ProcessPages on this PdfPageEditor instance. |
ProcessPages(value: std::vector<int>) | Calls ProcessPages(value) on this PdfPageEditor instance. |
Rotation() → int | Calls Rotation on this PdfPageEditor instance. |
Rotation(value: int) | Calls Rotation(value) on this PdfPageEditor instance. |
Zoom() → float | Calls Zoom on this PdfPageEditor instance. |
Zoom(value: float) | Calls Zoom(value) on this PdfPageEditor instance. |
PageSize() → Aspose::Pdf::PageSize | Calls PageSize on this PdfPageEditor instance. |
PageSize(value: Aspose::Pdf::PageSize) | Calls PageSize(value) on this PdfPageEditor instance. |
Alignment() → AlignmentType | Calls Alignment on this PdfPageEditor instance. |
Alignment(value: AlignmentType) | Calls Alignment(value) on this PdfPageEditor instance. |
HorizontalAlignment() → Aspose::Pdf::HorizontalAlignment | Calls HorizontalAlignment on this PdfPageEditor instance. |
HorizontalAlignment(value: Aspose::Pdf::HorizontalAlignment) | Calls HorizontalAlignment(value) on this PdfPageEditor instance. |
VerticalAlignment() → Aspose::Pdf::Facades::VerticalAlignmentType | Calls VerticalAlignment on this PdfPageEditor instance. |
VerticalAlignment(value: Aspose::Pdf::Facades::VerticalAlignmentType) | Calls VerticalAlignment(value) on this PdfPageEditor instance. |
VerticalAlignmentType() → Aspose::Pdf::VerticalAlignment | Calls VerticalAlignmentType on this PdfPageEditor instance. |
VerticalAlignmentType(value: Aspose::Pdf::VerticalAlignment) | Calls VerticalAlignmentType(value) on this PdfPageEditor instance. |