Aspose::Pdf::Facades::PdfPageEditor Class Referencefinal

Represents a class to edit the PDF file's page, including rotating page, zooming page, moving position and changing page size. More...

#include "PdfPageEditor.h"

Inherits Aspose::Pdf::Facades::SaveableFacade.

Public Member Functions

ASPOSE_PDF_SHARED_API int32_t get_TransitionDuration ()
 Gets duration of the transition effect. More...
 
ASPOSE_PDF_SHARED_API void set_TransitionDuration (int32_t value)
 Sets duration of the transition effect. More...
 
ASPOSE_PDF_SHARED_API int32_t get_TransitionType ()
 Gets transition style to use when moving to this page from another during a presentation. More...
 
ASPOSE_PDF_SHARED_API void set_TransitionType (int32_t value)
 Sets transition style to use when moving to this page from another during a presentation. More...
 
ASPOSE_PDF_SHARED_API int32_t get_DisplayDuration ()
 Gets display duration for pages. More...
 
ASPOSE_PDF_SHARED_API void set_DisplayDuration (int32_t value)
 Sets display duration for pages. More...
 
ASPOSE_PDF_SHARED_API System::ArrayPtr< int32_t > get_ProcessPages ()
 Gets the page numbers to be edited. By default, each page would be edited. More...
 
ASPOSE_PDF_SHARED_API void set_ProcessPages (System::ArrayPtr< int32_t > value)
 Sets the page numbers to be edited. By default, each page would be edited. More...
 
ASPOSE_PDF_SHARED_API int32_t get_Rotation ()
 Gets the rotation of the pages, the rotation must be 0, 90, 180 or 270. Default value is 0. More...
 
ASPOSE_PDF_SHARED_API void set_Rotation (int32_t value)
 Sets the rotation of the pages, the rotation must be 0, 90, 180 or 270. Default value is 0. More...
 
ASPOSE_PDF_SHARED_API System::SharedPtr< System::Collections::Generic::Dictionary< int32_t, int32_t > > get_PageRotations ()
 A hashtable contains the page number and rotation degree, the key represents the page number, the value of key represents the rotation in degrees. More...
 
ASPOSE_PDF_SHARED_API void set_PageRotations (System::SharedPtr< System::Collections::Generic::Dictionary< int32_t, int32_t >> value)
 A hashtable contains the page number and rotation degree, the key represents the page number, the value of key represents the rotation in degrees. More...
 
ASPOSE_PDF_SHARED_API float get_Zoom ()
 Get or sets zoom coefficient. Value 1.0 corresponds to 100%. Default value is 1.0. More...
 
ASPOSE_PDF_SHARED_API void set_Zoom (float value)
 Get or sets zoom coefficient. Value 1.0 corresponds to 100%. Default value is 1.0. More...
 
ASPOSE_PDF_SHARED_API System::SharedPtr< Aspose::Pdf::PageSizeget_PageSize ()
 Gets the output file's page size. More...
 
ASPOSE_PDF_SHARED_API void set_PageSize (System::SharedPtr< Aspose::Pdf::PageSize > value)
 Sets the output file's page size. More...
 
ASPOSE_PDF_SHARED_API Aspose::Pdf::HorizontalAlignment get_HorizontalAlignment ()
 Gets the horizontal alignment of the original PDF content on the result page, default is AlignmentType.Left. More...
 
ASPOSE_PDF_SHARED_API void set_HorizontalAlignment (Aspose::Pdf::HorizontalAlignment value)
 Sets the horizontal alignment of the original PDF content on the result page, default is AlignmentType.Left. More...
 
ASPOSE_PDF_SHARED_API Aspose::Pdf::VerticalAlignment get_VerticalAlignmentType ()
 Gets or Sets the vertical alignment of the original PDF content on the result page, default is VerticalAlignmentType.Bottom. More...
 
ASPOSE_PDF_SHARED_API void set_VerticalAlignmentType (Aspose::Pdf::VerticalAlignment value)
 Gets or Sets the vertical alignment of the original PDF content on the result page, default is VerticalAlignmentType.Bottom. More...
 
ASPOSE_PDF_SHARED_API PdfPageEditor ()
 Constructor for PdfPageEditor class. More...
 
ASPOSE_PDF_SHARED_API PdfPageEditor (System::SharedPtr< Aspose::Pdf::Document > document)
 Constructor for PdfPageEditor class. More...
 
ASPOSE_PDF_SHARED_API void MovePosition (float moveX, float moveY)
 Moves the origin from (0, 0) to the point that appointted. The origin is left-bottom and the unit is point(1 inch = 72 points). More...
 
ASPOSE_PDF_SHARED_API int32_t GetPages ()
 Returns total number of pages. More...
 
ASPOSE_PDF_SHARED_API System::SharedPtr< Aspose::Pdf::PageSizeGetPageSize (int32_t page)
 Returns the page size of the specified page. More...
 
ASPOSE_PDF_SHARED_API int32_t GetPageRotation (int32_t page)
 Returns the rotation of specified page. More...
 
ASPOSE_PDF_SHARED_API System::Drawing::Rectangle GetPageBoxSize (int32_t page, System::String pageBoxName)
 Returns size of specified box in document. More...
 
ASPOSE_PDF_SHARED_API void Save (System::String outputFile) override
 Saves changed document into file. More...
 
ASPOSE_PDF_SHARED_API void Save (System::SharedPtr< System::IO::Stream > outputStream) override
 Saves changed document into stream. More...
 
ASPOSE_PDF_SHARED_API void ApplyChanges ()
 Apply changes made to the document pages. More...
 
- Public Member Functions inherited from Aspose::Pdf::Facades::Facade
ASPOSE_PDF_SHARED_API System::SharedPtr< Aspose::Pdf::Documentget_Document () const
 Gets the document facade is working on. More...
 
ASPOSE_PDF_SHARED_API void BindPdf (System::String srcFile) override
 Initializes the facade. More...
 
ASPOSE_PDF_SHARED_API void BindPdf (System::SharedPtr< System::IO::Stream > srcStream) override
 Initializes the facade. More...
 
ASPOSE_PDF_SHARED_API void BindPdf (System::SharedPtr< Aspose::Pdf::Document > srcDoc) override
 Initializes the facade. More...
 
ASPOSE_PDF_SHARED_API void Close () override
 Disposes Aspose.Pdf.Document bound with a facade. More...
 
ASPOSE_PDF_SHARED_API void Dispose () override
 Disposes the facade. More...
 
- Public Member Functions inherited from Aspose::Pdf::Facades::IFacade
virtual void BindPdf (System::SharedPtr< Document > srcDoc)=0
 Binds PDF document for editing. More...
 
- Public Member Functions inherited from System::Object
ASPOSECPP_SHARED_API Object ()
 Creates object. Initializes all internal data structures. More...
 
virtual ASPOSECPP_SHARED_API ~Object ()
 Destroys object. Frees all internal data structures. More...
 
ASPOSECPP_SHARED_API Object (Object const &x)
 Copy constructor. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
Objectoperator= (Object const &x)
 Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
ObjectSharedRefAdded ()
 Increments shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int SharedRefRemovedSafe ()
 Decrements and returns shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int RemovedSharedRefs (int count)
 Decreases shared reference count by specified value. More...
 
Detail::SmartPtrCounter * WeakRefAdded ()
 Increments weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
void WeakRefRemoved ()
 Decrements weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
Detail::SmartPtrCounter * GetCounter ()
 Gets reference counter data structure associated with the object. More...
 
int SharedCount () const
 Gets current value of shared reference counter. More...
 
ASPOSECPP_SHARED_API void Lock ()
 Implements C# lock() statement locking. Call directly or use LockContext sentry object. More...
 
ASPOSECPP_SHARED_API void Unlock ()
 Implements C# lock() statement unlocking. Call directly or use LockContext sentry object. More...
 
virtual ASPOSECPP_SHARED_API bool Equals (ptr obj)
 Compares objects using C# Object.Equals semantics. More...
 
virtual ASPOSECPP_SHARED_API int32_t GetHashCode () const
 Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. More...
 
virtual ASPOSECPP_SHARED_API String ToString () const
 Analog of C# Object.ToString() method. Enables converting custom objects to string. More...
 
virtual ASPOSECPP_SHARED_API ptr MemberwiseClone () const
 Analog of C# Object.MemberwiseClone() method. Enables cloning custom types. More...
 
virtual ASPOSECPP_SHARED_API const TypeInfoGetType () const
 Gets actual type of object. Analog of C# System.Object.GetType() call. More...
 
virtual ASPOSECPP_SHARED_API bool Is (const TypeInfo &targetType) const
 Check if object represents an instance of type described by targetType. Analog of C# 'is' operator. More...
 
virtual ASPOSECPP_SHARED_API void SetTemplateWeakPtr (uint32_t argument)
 Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. More...
 
virtual ASPOSECPP_SHARED_API bool FastCast (const Details::FastRttiBase &helper, void **out_ptr) const
 For internal purposes only. More...
 
template<>
bool Equals (float const &objA, float const &objB)
 Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN. More...
 
template<>
bool Equals (double const &objA, double const &objB)
 Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN. More...
 
template<>
bool ReferenceEquals (String const &str, std::nullptr_t)
 Specialization of Object::ReferenceEquals for case of string and nullptr. More...
 
template<>
bool ReferenceEquals (String const &str1, String const &str2)
 Specialization of Object::ReferenceEquals for case of strings. More...
 

Static Public Attributes

static constexpr ASPOSE_PDF_SHARED_API int32_t SPLITVOUT = 1
 Out Vertical Split More...
 
static constexpr ASPOSE_PDF_SHARED_API int32_t SPLITHOUT = 2
 Out Horizontal Split More...
 
static constexpr ASPOSE_PDF_SHARED_API int32_t SPLITVIN = 3
 In Vertical Split More...
 
static constexpr ASPOSE_PDF_SHARED_API int32_t SPLITHIN = 4
 IN Horizontal Split More...
 
static constexpr ASPOSE_PDF_SHARED_API int32_t BLINDV = 5
 Vertical Blinds More...
 
static constexpr ASPOSE_PDF_SHARED_API int32_t BLINDH = 6
 Vertical Blinds More...
 
static constexpr ASPOSE_PDF_SHARED_API int32_t INBOX = 7
 Inward Box More...
 
static constexpr ASPOSE_PDF_SHARED_API int32_t OUTBOX = 8
 Outward Box More...
 
static constexpr ASPOSE_PDF_SHARED_API int32_t LRWIPE = 9
 Left-Right Wipe More...
 
static constexpr ASPOSE_PDF_SHARED_API int32_t RLWIPE = 10
 Right-Left Wipe More...
 
static constexpr ASPOSE_PDF_SHARED_API int32_t BTWIPE = 11
 Bottom-Top Wipe More...
 
static constexpr ASPOSE_PDF_SHARED_API int32_t TBWIPE = 12
 Top-Bottom Wipe More...
 
static constexpr ASPOSE_PDF_SHARED_API int32_t DISSOLVE = 13
 The old page dissolves More...
 
static constexpr ASPOSE_PDF_SHARED_API int32_t LRGLITTER = 14
 Left-Right Glitter More...
 
static constexpr ASPOSE_PDF_SHARED_API int32_t TBGLITTER = 15
 Top-Bottom Glitter More...
 
static constexpr ASPOSE_PDF_SHARED_API int32_t DGLITTER = 16
 Diagonal Glitter More...
 

Static Protected Member Functions

static bool IsBoxDefined (System::SharedPtr< Page > page, System::String boxName)
 Check is the box is defined on the page. More...
 
static System::SharedPtr< RectangleGetPageRectangle (System::SharedPtr< Page > page)
 Return page size of the page. More...
 

Additional Inherited Members

- Public Types inherited from System::Object
typedef SmartPtr< Objectptr
 Alias for smart pointer type. More...
 
- Static Public Member Functions inherited from System::Object
static bool ReferenceEquals (ptr const &objA, ptr const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, T const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, std::nullptr_t)
 Reference-compares value type object with nullptr. More...
 
template<typename T1 , typename T2 >
static std::enable_if< IsSmartPtr< T1 >::value &&IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares reference type objects in C# style. More...
 
template<typename T1 , typename T2 >
static std::enable_if<!IsSmartPtr< T1 >::value &&!IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares value type objects in C# style. More...
 
static const TypeInfoType ()
 Implements C# typeof(System.Object) construct. More...
 
- Protected Member Functions inherited from Aspose::Pdf::Facades::SaveableFacade
ASPOSE_PDF_SHARED_API SaveableFacade ()
 The constructor. More...
 
ASPOSE_PDF_SHARED_API SaveableFacade (System::SharedPtr< Aspose::Pdf::Document > srcDoc)
 The constructor. More...
 
- Protected Member Functions inherited from Aspose::Pdf::Facades::Facade
bool get__IsObjectLicensed ()
 Gets licensed state of the system. Returns true is system works in licensed mode and false otherwise. More...
 
ASPOSE_PDF_SHARED_API Facade ()
 The constructor. More...
 
ASPOSE_PDF_SHARED_API Facade (System::SharedPtr< Aspose::Pdf::Document > srcDoc)
 The constructor. More...
 
virtual ASPOSE_PDF_SHARED_API void BindPdf (System::String srcFile, System::String password)
 Initializes the facade. More...
 
virtual ASPOSE_PDF_SHARED_API void BindPdf (System::SharedPtr< System::IO::Stream > srcStream, System::String password)
 Initializes the facade. More...
 
virtual ASPOSE_PDF_SHARED_API void AssertDocument () const
 Asserts if the facade is initialized. More...
 
virtual ASPOSE_PDF_SHARED_API ~Facade ()
 

Detailed Description

Represents a class to edit the PDF file's page, including rotating page, zooming page, moving position and changing page size.

Constructor & Destructor Documentation

◆ PdfPageEditor() [1/2]

ASPOSE_PDF_SHARED_API Aspose::Pdf::Facades::PdfPageEditor::PdfPageEditor ( )

Constructor for PdfPageEditor class.

◆ PdfPageEditor() [2/2]

ASPOSE_PDF_SHARED_API Aspose::Pdf::Facades::PdfPageEditor::PdfPageEditor ( System::SharedPtr< Aspose::Pdf::Document document)

Constructor for PdfPageEditor class.

Parameters
documentDocument object which should be processed.

Member Function Documentation

◆ ApplyChanges()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Facades::PdfPageEditor::ApplyChanges ( )

Apply changes made to the document pages.

◆ get_DisplayDuration()

ASPOSE_PDF_SHARED_API int32_t Aspose::Pdf::Facades::PdfPageEditor::get_DisplayDuration ( )

Gets display duration for pages.

◆ get_HorizontalAlignment()

ASPOSE_PDF_SHARED_API Aspose::Pdf::HorizontalAlignment Aspose::Pdf::Facades::PdfPageEditor::get_HorizontalAlignment ( )

Gets the horizontal alignment of the original PDF content on the result page, default is AlignmentType.Left.

◆ get_PageRotations()

ASPOSE_PDF_SHARED_API System::SharedPtr<System::Collections::Generic::Dictionary<int32_t, int32_t> > Aspose::Pdf::Facades::PdfPageEditor::get_PageRotations ( )

A hashtable contains the page number and rotation degree, the key represents the page number, the value of key represents the rotation in degrees.

◆ get_PageSize()

ASPOSE_PDF_SHARED_API System::SharedPtr<Aspose::Pdf::PageSize> Aspose::Pdf::Facades::PdfPageEditor::get_PageSize ( )

Gets the output file's page size.

◆ get_ProcessPages()

ASPOSE_PDF_SHARED_API System::ArrayPtr<int32_t> Aspose::Pdf::Facades::PdfPageEditor::get_ProcessPages ( )

Gets the page numbers to be edited. By default, each page would be edited.

◆ get_Rotation()

ASPOSE_PDF_SHARED_API int32_t Aspose::Pdf::Facades::PdfPageEditor::get_Rotation ( )

Gets the rotation of the pages, the rotation must be 0, 90, 180 or 270. Default value is 0.

◆ get_TransitionDuration()

ASPOSE_PDF_SHARED_API int32_t Aspose::Pdf::Facades::PdfPageEditor::get_TransitionDuration ( )

Gets duration of the transition effect.

◆ get_TransitionType()

ASPOSE_PDF_SHARED_API int32_t Aspose::Pdf::Facades::PdfPageEditor::get_TransitionType ( )

Gets transition style to use when moving to this page from another during a presentation.

◆ get_VerticalAlignmentType()

ASPOSE_PDF_SHARED_API Aspose::Pdf::VerticalAlignment Aspose::Pdf::Facades::PdfPageEditor::get_VerticalAlignmentType ( )

Gets or Sets the vertical alignment of the original PDF content on the result page, default is VerticalAlignmentType.Bottom.

◆ get_Zoom()

ASPOSE_PDF_SHARED_API float Aspose::Pdf::Facades::PdfPageEditor::get_Zoom ( )

Get or sets zoom coefficient. Value 1.0 corresponds to 100%. Default value is 1.0.

◆ GetPageBoxSize()

ASPOSE_PDF_SHARED_API System::Drawing::Rectangle Aspose::Pdf::Facades::PdfPageEditor::GetPageBoxSize ( int32_t  page,
System::String  pageBoxName 
)

Returns size of specified box in document.

Parameters
pagePage index. Document pages are numbered from 1.
pageBoxNameBox type name. Valid values are: "art", "bleed", "crop", "media", "trim".
Returns
Rectangle which contains requested box.

◆ GetPageRectangle()

static System::SharedPtr<Rectangle> Aspose::Pdf::Facades::PdfPageEditor::GetPageRectangle ( System::SharedPtr< Page page)
staticprotected

Return page size of the page.

Parameters
pageThe page.
Returns
Rectangle.

◆ GetPageRotation()

ASPOSE_PDF_SHARED_API int32_t Aspose::Pdf::Facades::PdfPageEditor::GetPageRotation ( int32_t  page)

Returns the rotation of specified page.

Parameters
pagePage index. Document pages are numbered from 1.
Returns
Page rotation in degrees.

◆ GetPages()

ASPOSE_PDF_SHARED_API int32_t Aspose::Pdf::Facades::PdfPageEditor::GetPages ( )

Returns total number of pages.

Returns
Number of pages.

◆ GetPageSize()

ASPOSE_PDF_SHARED_API System::SharedPtr<Aspose::Pdf::PageSize> Aspose::Pdf::Facades::PdfPageEditor::GetPageSize ( int32_t  page)

Returns the page size of the specified page.

Parameters
pagePage index. Document pages are numbered from 1.
Returns
Result is instance of PageSize. Use Width and Height properties of the returned object to get page width and height.

◆ IsBoxDefined()

static bool Aspose::Pdf::Facades::PdfPageEditor::IsBoxDefined ( System::SharedPtr< Page page,
System::String  boxName 
)
staticprotected

Check is the box is defined on the page.

Parameters
pageThe page.
boxNameThe box name.
Returns
true if the box is defined; otherwise, false.

◆ MovePosition()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Facades::PdfPageEditor::MovePosition ( float  moveX,
float  moveY 
)

Moves the origin from (0, 0) to the point that appointted. The origin is left-bottom and the unit is point(1 inch = 72 points).

Parameters
moveXX-coordinate.
moveYY-coordinate.

◆ Save() [1/2]

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Facades::PdfPageEditor::Save ( System::String  outputFile)
overridevirtual

Saves changed document into file.

Parameters
outputFilePath to file where document will be saved.

Reimplemented from Aspose::Pdf::Facades::SaveableFacade.

◆ Save() [2/2]

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Facades::PdfPageEditor::Save ( System::SharedPtr< System::IO::Stream outputStream)
overridevirtual

Saves changed document into stream.

Parameters
outputStreamStream where changed PDF document will be saved.

Reimplemented from Aspose::Pdf::Facades::SaveableFacade.

◆ set_DisplayDuration()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Facades::PdfPageEditor::set_DisplayDuration ( int32_t  value)

Sets display duration for pages.

◆ set_HorizontalAlignment()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Facades::PdfPageEditor::set_HorizontalAlignment ( Aspose::Pdf::HorizontalAlignment  value)

Sets the horizontal alignment of the original PDF content on the result page, default is AlignmentType.Left.

◆ set_PageRotations()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Facades::PdfPageEditor::set_PageRotations ( System::SharedPtr< System::Collections::Generic::Dictionary< int32_t, int32_t >>  value)

A hashtable contains the page number and rotation degree, the key represents the page number, the value of key represents the rotation in degrees.

◆ set_PageSize()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Facades::PdfPageEditor::set_PageSize ( System::SharedPtr< Aspose::Pdf::PageSize value)

Sets the output file's page size.

◆ set_ProcessPages()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Facades::PdfPageEditor::set_ProcessPages ( System::ArrayPtr< int32_t >  value)

Sets the page numbers to be edited. By default, each page would be edited.

◆ set_Rotation()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Facades::PdfPageEditor::set_Rotation ( int32_t  value)

Sets the rotation of the pages, the rotation must be 0, 90, 180 or 270. Default value is 0.

◆ set_TransitionDuration()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Facades::PdfPageEditor::set_TransitionDuration ( int32_t  value)

Sets duration of the transition effect.

◆ set_TransitionType()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Facades::PdfPageEditor::set_TransitionType ( int32_t  value)

Sets transition style to use when moving to this page from another during a presentation.

◆ set_VerticalAlignmentType()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Facades::PdfPageEditor::set_VerticalAlignmentType ( Aspose::Pdf::VerticalAlignment  value)

Gets or Sets the vertical alignment of the original PDF content on the result page, default is VerticalAlignmentType.Bottom.

◆ set_Zoom()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Facades::PdfPageEditor::set_Zoom ( float  value)

Get or sets zoom coefficient. Value 1.0 corresponds to 100%. Default value is 1.0.

Member Data Documentation

◆ BLINDH

constexpr ASPOSE_PDF_SHARED_API int32_t Aspose::Pdf::Facades::PdfPageEditor::BLINDH = 6
static

Vertical Blinds

◆ BLINDV

constexpr ASPOSE_PDF_SHARED_API int32_t Aspose::Pdf::Facades::PdfPageEditor::BLINDV = 5
static

Vertical Blinds

◆ BTWIPE

constexpr ASPOSE_PDF_SHARED_API int32_t Aspose::Pdf::Facades::PdfPageEditor::BTWIPE = 11
static

Bottom-Top Wipe

◆ DGLITTER

constexpr ASPOSE_PDF_SHARED_API int32_t Aspose::Pdf::Facades::PdfPageEditor::DGLITTER = 16
static

Diagonal Glitter

◆ DISSOLVE

constexpr ASPOSE_PDF_SHARED_API int32_t Aspose::Pdf::Facades::PdfPageEditor::DISSOLVE = 13
static

The old page dissolves

◆ INBOX

constexpr ASPOSE_PDF_SHARED_API int32_t Aspose::Pdf::Facades::PdfPageEditor::INBOX = 7
static

Inward Box

◆ LRGLITTER

constexpr ASPOSE_PDF_SHARED_API int32_t Aspose::Pdf::Facades::PdfPageEditor::LRGLITTER = 14
static

Left-Right Glitter

◆ LRWIPE

constexpr ASPOSE_PDF_SHARED_API int32_t Aspose::Pdf::Facades::PdfPageEditor::LRWIPE = 9
static

Left-Right Wipe

◆ OUTBOX

constexpr ASPOSE_PDF_SHARED_API int32_t Aspose::Pdf::Facades::PdfPageEditor::OUTBOX = 8
static

Outward Box

◆ RLWIPE

constexpr ASPOSE_PDF_SHARED_API int32_t Aspose::Pdf::Facades::PdfPageEditor::RLWIPE = 10
static

Right-Left Wipe

◆ SPLITHIN

constexpr ASPOSE_PDF_SHARED_API int32_t Aspose::Pdf::Facades::PdfPageEditor::SPLITHIN = 4
static

IN Horizontal Split

◆ SPLITHOUT

constexpr ASPOSE_PDF_SHARED_API int32_t Aspose::Pdf::Facades::PdfPageEditor::SPLITHOUT = 2
static

Out Horizontal Split

◆ SPLITVIN

constexpr ASPOSE_PDF_SHARED_API int32_t Aspose::Pdf::Facades::PdfPageEditor::SPLITVIN = 3
static

In Vertical Split

◆ SPLITVOUT

constexpr ASPOSE_PDF_SHARED_API int32_t Aspose::Pdf::Facades::PdfPageEditor::SPLITVOUT = 1
static

Out Vertical Split

◆ TBGLITTER

constexpr ASPOSE_PDF_SHARED_API int32_t Aspose::Pdf::Facades::PdfPageEditor::TBGLITTER = 15
static

Top-Bottom Glitter

◆ TBWIPE

constexpr ASPOSE_PDF_SHARED_API int32_t Aspose::Pdf::Facades::PdfPageEditor::TBWIPE = 12
static

Top-Bottom Wipe