PdfPageEditor

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

NameTypeAccessDescription
SPLITVOUTintRead/WriteGets or sets the splitvout.
SPLITHOUTintRead/WriteGets or sets the splithout.
SPLITVINintRead/WriteGets or sets the splitvin.
SPLITHINintRead/WriteGets or sets the splithin.
BLINDVintRead/WriteGets or sets the blindv.
BLINDHintRead/WriteGets or sets the blindh.
INBOXintRead/WriteGets or sets the inbox.
OUTBOXintRead/WriteGets or sets the outbox.
LRWIPEintRead/WriteGets or sets the lrwipe.
RLWIPEintRead/WriteGets or sets the rlwipe.
BTWIPEintRead/WriteGets or sets the btwipe.
TBWIPEintRead/WriteGets or sets the tbwipe.
DISSOLVEintRead/WriteGets or sets the dissolve.
LRGLITTERintRead/WriteGets or sets the lrglitter.
TBGLITTERintRead/WriteGets or sets the tbglitter.
DGLITTERintRead/WriteGets or sets the dglitter.

Methods

SignatureDescription
PdfPageEditor()Calls PdfPageEditor on this PdfPageEditor instance.
MovePosition(offsetX: float, offsetY: float)Calls MovePosition(offsetX, offsetY) on this PdfPageEditor instance.
GetPages()intReturns the pages.
GetPageSize(pageId: int)Aspose::Pdf::PageSizeCalls GetPageSize(pageId) on this PdfPageEditor instance.
GetPageRotation(pageId: int)intCalls GetPageRotation(pageId) on this PdfPageEditor instance.
ApplyChanges()Calls ApplyChanges on this PdfPageEditor instance.
TransitionDuration()intCalls TransitionDuration on this PdfPageEditor instance.
TransitionDuration(value: int)Calls TransitionDuration(value) on this PdfPageEditor instance.
TransitionType()intCalls TransitionType on this PdfPageEditor instance.
TransitionType(value: int)Calls TransitionType(value) on this PdfPageEditor instance.
DisplayDuration()intCalls 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()intCalls Rotation on this PdfPageEditor instance.
Rotation(value: int)Calls Rotation(value) on this PdfPageEditor instance.
Zoom()floatCalls Zoom on this PdfPageEditor instance.
Zoom(value: float)Calls Zoom(value) on this PdfPageEditor instance.
PageSize()Aspose::Pdf::PageSizeCalls PageSize on this PdfPageEditor instance.
PageSize(value: Aspose::Pdf::PageSize)Calls PageSize(value) on this PdfPageEditor instance.
Alignment()AlignmentTypeCalls Alignment on this PdfPageEditor instance.
Alignment(value: AlignmentType)Calls Alignment(value) on this PdfPageEditor instance.
HorizontalAlignment()Aspose::Pdf::HorizontalAlignmentCalls HorizontalAlignment on this PdfPageEditor instance.
HorizontalAlignment(value: Aspose::Pdf::HorizontalAlignment)Calls HorizontalAlignment(value) on this PdfPageEditor instance.
VerticalAlignment()Aspose::Pdf::Facades::VerticalAlignmentTypeCalls VerticalAlignment on this PdfPageEditor instance.
VerticalAlignment(value: Aspose::Pdf::Facades::VerticalAlignmentType)Calls VerticalAlignment(value) on this PdfPageEditor instance.
VerticalAlignmentType()Aspose::Pdf::VerticalAlignmentCalls VerticalAlignmentType on this PdfPageEditor instance.
VerticalAlignmentType(value: Aspose::Pdf::VerticalAlignment)Calls VerticalAlignmentType(value) on this PdfPageEditor instance.

See Also