Inherits Aspose::Page::Device, and Aspose::Page::IMultiPageDevice.

Public Member Functions

ASPOSE_PAGE_SHARED_API void set_Size (System::Drawing::Size value) override
 Specifies a size of the page. More...
 
ASPOSE_PAGE_SHARED_API bool get_IsDirectRGB () override
 Indicates whether device uses direct RGB mode, that is RGB. More...
 
ASPOSE_PAGE_SHARED_API int32_t get_CurrentPageNumber () override
 Current page number. More...
 
ASPOSE_PAGE_SHARED_API void set_Font (System::SharedPtr< BaseTrFont > value) override
 Draws frame and banner around a string. The method calculates and returns the point to which the text curser should be set before drawing the string. More...
 
ASPOSE_PAGE_SHARED_API System::SharedPtr< System::Collections::Generic::List< System::SharedPtr< Aspose::Rendering::ApsPage > > > get_Pages () const
 
ASPOSE_PAGE_SHARED_API ApsDevice ()
 
ASPOSE_PAGE_SHARED_API ApsDevice (System::Drawing::Size pageSize)
 
ASPOSE_PAGE_SHARED_API void ReNew () override
 Reset device to initial state for whole document. Used for reseting output stream. More...
 
ASPOSE_PAGE_SHARED_API void StartDocument () override
 Makes necessary preparation of device before start rendering of document. More...
 
ASPOSE_PAGE_SHARED_API void EndDocument () override
 Makes necessary preparation of device after the document has been rendered. More...
 
ASPOSE_PAGE_SHARED_API void Dispose () override
 Disposes of the graphics context. If on creation restoreOnDispose was true, writeGraphicsRestore() will be called. More...
 
ASPOSE_PAGE_SHARED_API void Reset () override
 Reset the device to initial state for a page. More...
 
ASPOSE_PAGE_SHARED_API void InitPageNumbers () override
 Initializes numbers of pages to output. More...
 
ASPOSE_PAGE_SHARED_API bool OpenPage (System::String title) override
 Makes necessary preparation of the device before page rendering. More...
 
ASPOSE_PAGE_SHARED_API bool OpenPage (float width, float height) override
 Makes necessary preparation of the device before each page rendering. More...
 
ASPOSE_PAGE_SHARED_API void ClosePage () override
 Makes necessary preparation of the device after page has been rendered. More...
 
ASPOSE_PAGE_SHARED_API void UpdatePageParameters (System::SharedPtr< IMultiPageDevice > device) override
 Updates page parameters from other multi-paged device. More...
 
ASPOSE_PAGE_SHARED_API System::SharedPtr< Aspose::Page::DeviceCreate () override
 Creates a copy of this device. More...
 
ASPOSE_PAGE_SHARED_API void InitClip () override
 Initializes clip of the device. More...
 
ASPOSE_PAGE_SHARED_API void Draw (System::SharedPtr< System::Drawing::Drawing2D::GraphicsPath > s) override
 Draws a path. More...
 
ASPOSE_PAGE_SHARED_API void Fill (System::SharedPtr< System::Drawing::Drawing2D::GraphicsPath > s) override
 Fills a path. More...
 
ASPOSE_PAGE_SHARED_API void DrawImage (System::SharedPtr< System::Drawing::Bitmap > image, System::SharedPtr< System::Drawing::Drawing2D::Matrix > transform, System::Drawing::Color bkg) override
 Draws an image with assigned transform and background. More...
 
ASPOSE_PAGE_SHARED_API void DrawString (System::String str, double x, double y) override
 Draws a string at given point. More...
 
ASPOSE_PAGE_SHARED_API System::SharedPtr< System::Drawing::Drawing2D::MatrixGetTransform () override
 Get the current transform. More...
 
ASPOSE_PAGE_SHARED_API void SetTransform (System::SharedPtr< System::Drawing::Drawing2D::Matrix > transform) override
 Specifies current transform. More...
 
ASPOSE_PAGE_SHARED_API void Transform (System::SharedPtr< System::Drawing::Drawing2D::Matrix > transform) override
 Transforms the current transform. Calls writeTransform(Transform) More...
 
ASPOSE_PAGE_SHARED_API void Translate (double x, double y) override
 Translates the current transform. Calls writeTransform(Transform) More...
 
ASPOSE_PAGE_SHARED_API void Rotate (double theta) override
 Rotate the current transform over the Z-axis. Calls writeTransform(Transform). Rotating with a positive angle theta rotates points on the positive x axis toward the positive y axis. More...
 
ASPOSE_PAGE_SHARED_API void Scale (double sx, double sy) override
 Scales the current transform. Calls writeTransform(Transform). More...
 
ASPOSE_PAGE_SHARED_API void Shear (double shx, double shy) override
 Shears the current transform. Calls writeTransform(Transform). More...
 
ASPOSE_PAGE_SHARED_API void SetClip (System::SharedPtr< System::Drawing::Drawing2D::GraphicsPath > path) override
 Clips shape. PS only allows to intersect the currentClip so this calls clip(Shape). More...
 
ASPOSE_PAGE_SHARED_API void WriteComment (System::String comment) override
 Writes a comment. More...
 
ASPOSE_PAGE_SHARED_API System::String ToString () const override
 Returns the name of device type. More...
 
- Public Member Functions inherited from Aspose::Page::Device
virtual ASPOSE_PAGE_SHARED_API void set_SaveOptions (System::SharedPtr< Aspose::Page::SaveOptions > value)
 Options for managing rendering process. More...
 
virtual ASPOSE_PAGE_SHARED_API System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::SharedPtr< System::Object > > > get_Properties ()
 Device properties including metadata. More...
 
virtual ASPOSE_PAGE_SHARED_API void set_Properties (System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::SharedPtr< System::Object >>> value)
 Device properties including metadata. More...
 
ASPOSE_PAGE_SHARED_API System::String get_Creator () const
 Returns or specifies creator of resulting device output. More...
 
ASPOSE_PAGE_SHARED_API void set_Creator (System::String value)
 Returns or specifies creator of resulting device output. More...
 
virtual ASPOSE_PAGE_SHARED_API System::Drawing::Size get_Size ()
 Returns or specifies a size of the page. More...
 
virtual ASPOSE_PAGE_SHARED_API System::Drawing::Color get_Background ()
 Returns or specifies current background of the page. More...
 
virtual ASPOSE_PAGE_SHARED_API void set_Background (System::Drawing::Color value)
 Returns or specifies current background of the page. More...
 
virtual ASPOSE_PAGE_SHARED_API float get_Opacity ()
 Returns or specifies current opacity. More...
 
virtual ASPOSE_PAGE_SHARED_API void set_Opacity (float value)
 Returns or specifies current opacity. More...
 
virtual ASPOSE_PAGE_SHARED_API System::SharedPtr< System::Drawing::Penget_Stroke ()
 Returns or specifies current stroke. More...
 
virtual ASPOSE_PAGE_SHARED_API void set_Stroke (System::SharedPtr< System::Drawing::Pen > value)
 Returns or specifies current stroke. More...
 
virtual ASPOSE_PAGE_SHARED_API System::SharedPtr< System::Drawing::Brushget_Paint ()
 Returns or specifies current paint. More...
 
virtual ASPOSE_PAGE_SHARED_API void set_Paint (System::SharedPtr< System::Drawing::Brush > value)
 Returns or specifies current paint. More...
 
virtual ASPOSE_PAGE_SHARED_API System::SharedPtr< System::Drawing::Brushget_OpacityMask ()
 Returns or specifies current opacity mask. More...
 
virtual ASPOSE_PAGE_SHARED_API void set_OpacityMask (System::SharedPtr< System::Drawing::Brush > value)
 Returns or specifies current opacity mask. More...
 
virtual ASPOSE_PAGE_SHARED_API System::SharedPtr< BaseTrFontget_Font ()
 Returns or specifies current font. More...
 
virtual ASPOSE_PAGE_SHARED_API System::SharedPtr< System::Drawing::Drawing2D::Matrixget_CharTM ()
 Returns or specifies current characters transform. More...
 
virtual ASPOSE_PAGE_SHARED_API void set_CharTM (System::SharedPtr< System::Drawing::Drawing2D::Matrix > value)
 Returns or specifies current characters transform. More...
 
virtual ASPOSE_PAGE_SHARED_API Aspose::Page::TextRenderingMode get_TextRenderingMode ()
 Returns or specifies current text rendering mode. More...
 
virtual ASPOSE_PAGE_SHARED_API void set_TextRenderingMode (Aspose::Page::TextRenderingMode value)
 Returns or specifies current text rendering mode. More...
 
virtual ASPOSE_PAGE_SHARED_API float get_TextStrokeWidth ()
 Returns or specifies current text stroke width. More...
 
virtual ASPOSE_PAGE_SHARED_API void set_TextStrokeWidth (float value)
 Returns or specifies current text stroke width. More...
 
ASPOSE_PAGE_SHARED_API Device (System::Drawing::Size pageSize)
 Initializes Device with a size of a page. More...
 
ASPOSE_PAGE_SHARED_API System::String GetProperty (System::String key)
 Gets a value of string property. More...
 
ASPOSE_PAGE_SHARED_API System::Drawing::Color GetPropertyColor (System::String key)
 Gets a value of color property. More...
 
ASPOSE_PAGE_SHARED_API System::Drawing::RectangleF GetPropertyRectangle (System::String key)
 Gets a value of rectangle property. More...
 
ASPOSE_PAGE_SHARED_API System::SharedPtr< MarginsGetPropertyMargins (System::String key)
 Gets a value of margin property. More...
 
ASPOSE_PAGE_SHARED_API System::Drawing::Size GetPropertySize (System::String key)
 Gets a value of size property. More...
 
ASPOSE_PAGE_SHARED_API int32_t GetPropertyInt (System::String key)
 Gets a value of integer property. More...
 
ASPOSE_PAGE_SHARED_API double GetPropertyDouble (System::String key)
 Gets a value of double property. More...
 
ASPOSE_PAGE_SHARED_API System::SharedPtr< System::Drawing::Drawing2D::MatrixGetPropertyMatrix (System::String key)
 Gets a value of matrix property. More...
 
ASPOSE_PAGE_SHARED_API bool IsProperty (System::String key)
 Gets a value of boolean property. More...
 
virtual ASPOSE_PAGE_SHARED_API void Rotate (double theta, double x, double y)
 Rotate the current transformation matrix around a point. More...
 
virtual ASPOSE_PAGE_SHARED_API void DrawArc (double x, double y, double width, double height, double startAngle, double arcAngle)
 Draws an arc. More...
 
virtual ASPOSE_PAGE_SHARED_API void DrawLine (double x1, double y1, double x2, double y2)
 Draws a line segment. More...
 
virtual ASPOSE_PAGE_SHARED_API void DrawOval (double x, double y, double width, double height)
 Draws an oval. More...
 
virtual ASPOSE_PAGE_SHARED_API void DrawPolyline (System::ArrayPtr< int32_t > xPoints, System::ArrayPtr< int32_t > yPoints, int32_t nPoints)
 Draws a polyline. More...
 
virtual ASPOSE_PAGE_SHARED_API void DrawPolyline (System::ArrayPtr< double > xPoints, System::ArrayPtr< double > yPoints, int32_t nPoints)
 Draws a polyline. More...
 
virtual ASPOSE_PAGE_SHARED_API void DrawPolygon (System::ArrayPtr< int32_t > xPoints, System::ArrayPtr< int32_t > yPoints, int32_t nPoints)
 Draws a polygon. More...
 
virtual ASPOSE_PAGE_SHARED_API void DrawPolygon (System::ArrayPtr< double > xPoints, System::ArrayPtr< double > yPoints, int32_t nPoints)
 Draws a poligone. More...
 
virtual ASPOSE_PAGE_SHARED_API void DrawRect (double x, double y, double width, double height)
 Draws a rectangle. More...
 
virtual ASPOSE_PAGE_SHARED_API void DrawRoundRect (double x, double y, double width, double height, double arcWidth, double arcHeight)
 Draws a round rectangle. More...
 
virtual ASPOSE_PAGE_SHARED_API void FillArc (double x, double y, double width, double height, double startAngle, double arcAngle)
 Fills an arc. More...
 
virtual ASPOSE_PAGE_SHARED_API void FillOval (double x, double y, double width, double height)
 Fills an oval. More...
 
virtual ASPOSE_PAGE_SHARED_API void FillPolygon (System::ArrayPtr< int32_t > xPoints, System::ArrayPtr< int32_t > yPoints, int32_t nPoints)
 Fills a poligone. More...
 
virtual ASPOSE_PAGE_SHARED_API void FillPolygon (System::ArrayPtr< double > xPoints, System::ArrayPtr< double > yPoints, int32_t nPoints)
 Fills a poligone. More...
 
virtual ASPOSE_PAGE_SHARED_API void FillRect (double x, double y, double width, double height)
 Fills a rectangle. More...
 
virtual ASPOSE_PAGE_SHARED_API void FillRoundRect (double x, double y, double width, double height, double arcWidth, double arcHeight)
 Fills a round rectangle. 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 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)
 
template<>
bool Equals (double const &objA, double const &objB)
 
template<>
bool ReferenceEquals (String const &str, std::nullptr_t)
 
template<>
bool ReferenceEquals (String const &str1, String const &str2)
 

Static Public Member Functions

static ASPOSE_PAGE_SHARED_API System::StringTRANSPARENT ()
 
static ASPOSE_PAGE_SHARED_API System::StringBACKGROUND ()
 
static ASPOSE_PAGE_SHARED_API System::StringBACKGROUND_COLOR ()
 
static ASPOSE_PAGE_SHARED_API System::StringPAGE_MARGINS ()
 
static ASPOSE_PAGE_SHARED_API System::StringORIENTATION ()
 
static ASPOSE_PAGE_SHARED_API System::StringFIT_TO_PAGE ()
 
static ASPOSE_PAGE_SHARED_API System::StringEMBED_FONTS ()
 
static ASPOSE_PAGE_SHARED_API System::StringEMIT_WARNINGS ()
 
static ASPOSE_PAGE_SHARED_API System::StringEMIT_ERRORS ()
 
- 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...
 

Static Public Attributes

static ASPOSE_PAGE_SHARED_API System::String PAGE_SIZE_
 
static ASPOSE_PAGE_SHARED_API System::String PRODUCER
 
- Static Public Attributes inherited from Aspose::Page::Device
static ASPOSE_PAGE_SHARED_API System::String VERSION
 Current device version. More...
 

Protected Member Functions

ASPOSE_PAGE_SHARED_API System::String get_WarningMessage ()
 
ASPOSE_PAGE_SHARED_API ApsDevice (System::SharedPtr< ApsDevice > device, bool doRestoreOnDispose)
 Cloneconstructor More...
 
ASPOSE_PAGE_SHARED_API MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (ApsDevice, CODEPORTING_ARGS(System::SharedPtr< ApsDevice > device, bool doRestoreOnDispose))
 
ASPOSE_PAGE_SHARED_API void WriteBackground () override
 Writes out current background. More...
 
ASPOSE_PAGE_SHARED_API void Reset (bool zeroPageNumbers) override
 
void CloseLastPage (int32_t numberOfPages)
 
virtual ASPOSE_PAGE_SHARED_API void SavePageTransform ()
 
virtual ASPOSE_PAGE_SHARED_API System::SharedPtr< Aspose::Page::DeviceCopy ()
 
virtual ASPOSE_PAGE_SHARED_API System::SharedPtr< Aspose::Page::DeviceCreate (double x, double y, double width, double height)
 
virtual ASPOSE_PAGE_SHARED_API void WriteGraphicsSave ()
 
virtual ASPOSE_PAGE_SHARED_API void WriteGraphicsRestore ()
 
ASPOSE_PAGE_SHARED_API void DrawBitmapGlyph (System::SharedPtr< System::Object > charSelector, System::String fontName, System::SharedPtr< System::Drawing::Bitmap > image, System::SharedPtr< System::Drawing::Drawing2D::Matrix > transform) override
 
virtual ASPOSE_PAGE_SHARED_API void WriteTransform (System::SharedPtr< System::Drawing::Drawing2D::Matrix > t)
 Write the given transformation matrix to the file. More...
 
virtual ASPOSE_PAGE_SHARED_API void Clip (System::SharedPtr< System::Drawing::Drawing2D::GraphicsPath > s)
 Clips using given shape. Dispatches to writeClip(Rectangle), writeClip(Rectangle2D) or writeClip(Shape). More...
 
virtual ASPOSE_PAGE_SHARED_API void WriteClip (System::SharedPtr< System::Drawing::Drawing2D::GraphicsPath > s)
 
ASPOSE_PAGE_SHARED_API void WriteWidth (float width) override
 Writes out the width of the stroke. More...
 
ASPOSE_PAGE_SHARED_API void WriteCap (System::Drawing::Drawing2D::LineCap cap) override
 Writes out the cap of the stroke. More...
 
ASPOSE_PAGE_SHARED_API void WriteJoin (System::Drawing::Drawing2D::LineJoin join) override
 Writes out the join of the stroke. More...
 
ASPOSE_PAGE_SHARED_API void WriteMiterLimit (float limit) override
 Writes out the miter limit of the stroke. More...
 
ASPOSE_PAGE_SHARED_API void WriteDash (System::ArrayPtr< double > dash, double phase, System::Drawing::Drawing2D::DashCap dashCap, float width) override
 Writes out the dash of the stroke. More...
 
ASPOSE_PAGE_SHARED_API void WritePaint (System::SharedPtr< System::Drawing::SolidBrush > c) override
 Writes out paint as the given color. More...
 
ASPOSE_PAGE_SHARED_API void WritePaint (System::SharedPtr< System::Drawing::Drawing2D::LinearGradientBrush > c) override
 Writes out paint as the given gradient. More...
 
ASPOSE_PAGE_SHARED_API void WritePaint (System::SharedPtr< System::Drawing::TextureBrush > c) override
 Writes out paint as the given texture. More...
 
ASPOSE_PAGE_SHARED_API void WritePaint (System::SharedPtr< System::Drawing::Brush > paint) override
 Writes out paint. More...
 
ASPOSE_PAGE_SHARED_API void WriteWarning (System::String warning) override
 Writes out a warning, by default to System.err. More...
 
ASPOSE_PAGE_SHARED_API void WriteString (System::SharedPtr< BaseTrFont > font, System::String str) override
 Writes out string with specified font. More...
 
virtual ASPOSE_PAGE_SHARED_API ~ApsDevice ()
 
- Protected Member Functions inherited from Aspose::Page::Device
bool get_IsMainDocument () const
 
bool get_IsLicensed ()
 Indicates whether this instance of Aspose.Page library is licensed. More...
 
ASPOSE_PAGE_SHARED_API Device ()
 Initializes new instance of Device. More...
 
virtual ASPOSE_PAGE_SHARED_API void ReNewForMerge (bool mainDocument)
 
ASPOSE_PAGE_SHARED_API void InitGS ()
 
ASPOSE_PAGE_SHARED_API Device (System::SharedPtr< Device > device)
 Clone constructor. Initializes this device with existing device. More...
 
ASPOSE_PAGE_SHARED_API System::SharedPtr< Aspose::Page::SaveOptionsGetSaveOptions ()
 
ASPOSE_PAGE_SHARED_API void InitProperties (System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::SharedPtr< System::Object >>> defaults)
 Initializes default properties of device with values. More...
 
void PrintProperties ()
 
virtual ASPOSE_PAGE_SHARED_API void ApplyGraphicState (System::SharedPtr< System::Drawing::Drawing2D::Matrix > transform, System::SharedPtr< System::Drawing::Drawing2D::GraphicsPath > clip)
 
virtual ASPOSE_PAGE_SHARED_API void DrawString (System::String str, double x, double y, double width, System::SharedPtr< Aspose::Rendering::ApsGlyphsIndices > indices, bool isRtl=false)
 
virtual ASPOSE_PAGE_SHARED_API System::SharedPtr< System::Drawing::Drawing2D::GraphicsPathCreateShape (System::ArrayPtr< int32_t > xPoints, System::ArrayPtr< int32_t > yPoints, int32_t nPoints, bool close)
 Creates a polyline/polygon shape from a set of points. More...
 
ASPOSE_PAGE_SHARED_API System::SharedPtr< System::Drawing::Drawing2D::GraphicsPathCreateShape (System::ArrayPtr< double > xPoints, System::ArrayPtr< double > yPoints, int32_t nPoints, bool close)
 Creates a polyline/polygon shape from a set of points. More...
 
virtual ASPOSE_PAGE_SHARED_API void ClearRect (float x, float y, float width, float height)
 Clears rectangle by painting it with the backgroundColor. More...
 
virtual ASPOSE_PAGE_SHARED_API void WriteStroke (System::SharedPtr< System::Drawing::Pen > stroke)
 Writes out the current stroke. If stroke is an instance of BasicStroke it will call writeWidth, writeCap, writeJoin, writeMiterLimit and writeDash, if any were different than the current stroke. More...
 
virtual ASPOSE_PAGE_SHARED_API void HandleException (System::Exception exception)
 Handles an exception which has been caught. Dispatches exception to writeWarning for UnsupportedOperationExceptions and writeError for others More...
 
virtual ASPOSE_PAGE_SHARED_API void WriteWarning (System::Exception warning)
 Writes out a warning, by default to System.err. More...
 
virtual ASPOSE_PAGE_SHARED_API void WriteError (System::Exception error)
 Writes out an error, by default the stack trace is printed. More...
 
virtual ASPOSE_PAGE_SHARED_API void WritePaint (System::SharedPtr< System::Drawing::Drawing2D::PathGradientBrush > paint)
 Writes out paint as the given gradient. More...
 
virtual ASPOSE_PAGE_SHARED_API void WritePaint (System::SharedPtr< EPS::GradientBrush > paint)
 Writes out paint as the given gradient. More...
 
virtual ASPOSE_PAGE_SHARED_API void WritePaint (System::SharedPtr< System::Drawing::Drawing2D::HatchBrush > paint)
 Writes out paint as the given hatch pattern. More...
 
virtual ASPOSE_PAGE_SHARED_API int64_t GetFinalWrittenLength ()
 
virtual ASPOSE_PAGE_SHARED_API void SetVentureLicense (System::SharedPtr< LicenseManagement::VentureLicense > license)
 
virtual ASPOSE_PAGE_SHARED_API System::SharedPtr< LicenseManagement::VentureLicense > GetVentureLicense ()
 
virtual ASPOSE_PAGE_SHARED_API void SetPlugin (Plugins::Plugin plugin)
 

Static Protected Member Functions

static System::SharedPtr< System::Drawing::Drawing2D::MatrixDrMatrixToMatrix (System::SharedPtr< Aspose::Foundation::Drawing::DrMatrix > m)
 
static System::SharedPtr< Aspose::Foundation::Drawing::DrMatrix > MatrixToDrMatrix (System::SharedPtr< System::Drawing::Drawing2D::Matrix > m)
 
static void WriteImage (System::SharedPtr< System::Drawing::Bitmap > image, System::SharedPtr< System::Drawing::Imaging::ImageFormat > format, System::SharedPtr< System::IO::Stream > os)
 
static System::SharedPtr< System::Drawing::Imaging::ImageCodecInfoGetCodec (System::SharedPtr< System::Drawing::Imaging::ImageFormat > format)
 

Protected Attributes

bool doRestoreOnDispose
 
System::SharedPtr< System::Drawing::Drawing2D::MatrixcurrentTransform
 
System::SharedPtr< System::Drawing::Drawing2D::MatrixeveryPageTransform
 Transform that must be set on each page before adding any element (for multi-page documents). Used when some transforms are set before starting any page. More...
 
System::SharedPtr< Aspose::Page::EPS::GraphicsIO::Font::Encoding::CharTable > currentCharTable
 
int32_t currentPageNumber
 
- Protected Attributes inherited from Aspose::Page::Device
Plugins::Plugin _usedByPlugin
 
System::String creator
 Creator of resulting device output. More...
 
System::SharedPtr< Aspose::Page::SaveOptionssaveOptions
 Options for managing rendering process. More...
 
System::Drawing::Size size
 Size of the page. More...
 
float opacity
 Current opacity. More...
 
System::SharedPtr< System::Drawing::Penstroke
 Current stroke. More...
 
System::SharedPtr< System::Drawing::Brushpaint
 Current paint. More...
 
System::SharedPtr< System::Drawing::BrushopacityMask
 Current opacity mask. More...
 
System::SharedPtr< BaseTrFontfont
 Current font. More...
 
System::SharedPtr< System::Drawing::Drawing2D::MatrixcharTM
 Current character transform. More...
 
Aspose::Page::TextRenderingMode textRenderingMode
 Current text rendering mode. More...
 
float textStrokeWidth
 Current text stroke width. More...
 
bool mainDocument
 

Additional Inherited Members

- Public Types inherited from System::Object
typedef SmartPtr< Objectptr
 Alias for smart pointer type. More...
 
- Static Protected Attributes inherited from Aspose::Page::Device
static System::Drawing::Size DefaultSize
 

Constructor & Destructor Documentation

◆ ApsDevice() [1/3]

ASPOSE_PAGE_SHARED_API Aspose::Page::EPS::Device::ApsDevice::ApsDevice ( )

◆ ApsDevice() [2/3]

ASPOSE_PAGE_SHARED_API Aspose::Page::EPS::Device::ApsDevice::ApsDevice ( System::Drawing::Size  pageSize)

◆ ApsDevice() [3/3]

ASPOSE_PAGE_SHARED_API Aspose::Page::EPS::Device::ApsDevice::ApsDevice ( System::SharedPtr< ApsDevice device,
bool  doRestoreOnDispose 
)
protected

Cloneconstructor

◆ ~ApsDevice()

virtual ASPOSE_PAGE_SHARED_API Aspose::Page::EPS::Device::ApsDevice::~ApsDevice ( )
protectedvirtual

Member Function Documentation

◆ BACKGROUND()

static ASPOSE_PAGE_SHARED_API System::String& Aspose::Page::EPS::Device::ApsDevice::BACKGROUND ( )
static

◆ BACKGROUND_COLOR()

static ASPOSE_PAGE_SHARED_API System::String& Aspose::Page::EPS::Device::ApsDevice::BACKGROUND_COLOR ( )
static

◆ Clip()

virtual ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::Clip ( System::SharedPtr< System::Drawing::Drawing2D::GraphicsPath s)
protectedvirtual

Clips using given shape. Dispatches to writeClip(Rectangle), writeClip(Rectangle2D) or writeClip(Shape).

Parameters
shapeused for clipping

◆ CloseLastPage()

void Aspose::Page::EPS::Device::ApsDevice::CloseLastPage ( int32_t  numberOfPages)
protected

◆ ClosePage()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::ClosePage ( )
overridevirtual

Makes necessary preparation of the device after page has been rendered.

Implements Aspose::Page::IMultiPageDevice.

◆ Copy()

virtual ASPOSE_PAGE_SHARED_API System::SharedPtr<Aspose::Page::Device> Aspose::Page::EPS::Device::ApsDevice::Copy ( )
protectedvirtual

◆ Create() [1/2]

ASPOSE_PAGE_SHARED_API System::SharedPtr<Aspose::Page::Device> Aspose::Page::EPS::Device::ApsDevice::Create ( )
overridevirtual

Creates a copy of this device.

Returns
Copy of this device.

Reimplemented from Aspose::Page::Device.

◆ Create() [2/2]

virtual ASPOSE_PAGE_SHARED_API System::SharedPtr<Aspose::Page::Device> Aspose::Page::EPS::Device::ApsDevice::Create ( double  x,
double  y,
double  width,
double  height 
)
protectedvirtual

◆ Dispose()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::Dispose ( )
overridevirtual

Disposes of the graphics context. If on creation restoreOnDispose was true, writeGraphicsRestore() will be called.

Reimplemented from Aspose::Page::Device.

◆ Draw()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::Draw ( System::SharedPtr< System::Drawing::Drawing2D::GraphicsPath path)
overridevirtual

Draws a path.

Parameters
pathA path to be drawn.

Reimplemented from Aspose::Page::Device.

◆ DrawBitmapGlyph()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::DrawBitmapGlyph ( System::SharedPtr< System::Object charSelector,
System::String  fontName,
System::SharedPtr< System::Drawing::Bitmap image,
System::SharedPtr< System::Drawing::Drawing2D::Matrix transform 
)
overrideprotectedvirtual

Reimplemented from Aspose::Page::Device.

◆ DrawImage()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::DrawImage ( System::SharedPtr< System::Drawing::Bitmap image,
System::SharedPtr< System::Drawing::Drawing2D::Matrix transform,
System::Drawing::Color  bkg 
)
overridevirtual

Draws an image with assigned transform and background.

Parameters
imageAn image to be drawn.
transformA transform.
bkgA background color.

Reimplemented from Aspose::Page::Device.

◆ DrawString()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::DrawString ( System::String  str,
double  x,
double  y 
)
overridevirtual

Draws a string at given point.

Parameters
strA string to be drawn.
xX coordinate of point.
yY coordinate of point.

Reimplemented from Aspose::Page::Device.

◆ DrMatrixToMatrix()

static System::SharedPtr<System::Drawing::Drawing2D::Matrix> Aspose::Page::EPS::Device::ApsDevice::DrMatrixToMatrix ( System::SharedPtr< Aspose::Foundation::Drawing::DrMatrix >  m)
staticprotected

◆ EMBED_FONTS()

static ASPOSE_PAGE_SHARED_API System::String& Aspose::Page::EPS::Device::ApsDevice::EMBED_FONTS ( )
static

◆ EMIT_ERRORS()

static ASPOSE_PAGE_SHARED_API System::String& Aspose::Page::EPS::Device::ApsDevice::EMIT_ERRORS ( )
static

◆ EMIT_WARNINGS()

static ASPOSE_PAGE_SHARED_API System::String& Aspose::Page::EPS::Device::ApsDevice::EMIT_WARNINGS ( )
static

◆ EndDocument()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::EndDocument ( )
overridevirtual

Makes necessary preparation of device after the document has been rendered.

Reimplemented from Aspose::Page::Device.

◆ Fill()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::Fill ( System::SharedPtr< System::Drawing::Drawing2D::GraphicsPath path)
overridevirtual

Fills a path.

Parameters
pathA path to be filled.

Reimplemented from Aspose::Page::Device.

◆ FIT_TO_PAGE()

static ASPOSE_PAGE_SHARED_API System::String& Aspose::Page::EPS::Device::ApsDevice::FIT_TO_PAGE ( )
static

◆ get_CurrentPageNumber()

ASPOSE_PAGE_SHARED_API int32_t Aspose::Page::EPS::Device::ApsDevice::get_CurrentPageNumber ( )
overridevirtual

Current page number.

Implements Aspose::Page::IMultiPageDevice.

◆ get_IsDirectRGB()

ASPOSE_PAGE_SHARED_API bool Aspose::Page::EPS::Device::ApsDevice::get_IsDirectRGB ( )
overridevirtual

Indicates whether device uses direct RGB mode, that is RGB.

Returns
True if direct RGB mode and false otherwise, that is BGR.

Reimplemented from Aspose::Page::Device.

◆ get_Pages()

ASPOSE_PAGE_SHARED_API System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Rendering::ApsPage> > > Aspose::Page::EPS::Device::ApsDevice::get_Pages ( ) const

◆ get_WarningMessage()

ASPOSE_PAGE_SHARED_API System::String Aspose::Page::EPS::Device::ApsDevice::get_WarningMessage ( )
protected

◆ GetCodec()

static System::SharedPtr<System::Drawing::Imaging::ImageCodecInfo> Aspose::Page::EPS::Device::ApsDevice::GetCodec ( System::SharedPtr< System::Drawing::Imaging::ImageFormat format)
staticprotected

◆ GetTransform()

ASPOSE_PAGE_SHARED_API System::SharedPtr<System::Drawing::Drawing2D::Matrix> Aspose::Page::EPS::Device::ApsDevice::GetTransform ( )
overridevirtual

Get the current transform.

Returns
current transform

Reimplemented from Aspose::Page::Device.

◆ InitClip()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::InitClip ( )
overridevirtual

Initializes clip of the device.

Reimplemented from Aspose::Page::Device.

◆ InitPageNumbers()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::InitPageNumbers ( )
overridevirtual

Initializes numbers of pages to output.

Implements Aspose::Page::IMultiPageDevice.

◆ MatrixToDrMatrix()

static System::SharedPtr<Aspose::Foundation::Drawing::DrMatrix> Aspose::Page::EPS::Device::ApsDevice::MatrixToDrMatrix ( System::SharedPtr< System::Drawing::Drawing2D::Matrix m)
staticprotected

◆ MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION()

ASPOSE_PAGE_SHARED_API Aspose::Page::EPS::Device::ApsDevice::MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION ( ApsDevice  ,
CODEPORTING_ARGS(System::SharedPtr< ApsDevice > device, bool doRestoreOnDispose  
)
protected

◆ OpenPage() [1/2]

ASPOSE_PAGE_SHARED_API bool Aspose::Page::EPS::Device::ApsDevice::OpenPage ( System::String  title)
overridevirtual

Makes necessary preparation of the device before page rendering.

Parameters
titleThe page title.
Returns
True if page is from requested range, otherwise false. Used in devices that can render specified array of page numbers.

Implements Aspose::Page::IMultiPageDevice.

◆ OpenPage() [2/2]

ASPOSE_PAGE_SHARED_API bool Aspose::Page::EPS::Device::ApsDevice::OpenPage ( float  width,
float  height 
)
overridevirtual

Makes necessary preparation of the device before each page rendering.

Parameters
widthA width of the page.
heightA height of the page.
Returns
Returns true if opened page has a number that falls in a range of selected page numbers and false otherwise.

Implements Aspose::Page::IMultiPageDevice.

◆ ORIENTATION()

static ASPOSE_PAGE_SHARED_API System::String& Aspose::Page::EPS::Device::ApsDevice::ORIENTATION ( )
static

◆ PAGE_MARGINS()

static ASPOSE_PAGE_SHARED_API System::String& Aspose::Page::EPS::Device::ApsDevice::PAGE_MARGINS ( )
static

◆ ReNew()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::ReNew ( )
overridevirtual

Reset device to initial state for whole document. Used for reseting output stream.

Reimplemented from Aspose::Page::Device.

◆ Reset() [1/2]

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::Reset ( )
overridevirtual

Reset the device to initial state for a page.

Reimplemented from Aspose::Page::Device.

◆ Reset() [2/2]

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::Reset ( bool  zeroPageNumbers)
overrideprotectedvirtual

Reimplemented from Aspose::Page::Device.

◆ Rotate()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::Rotate ( double  theta)
overridevirtual

Rotate the current transform over the Z-axis. Calls writeTransform(Transform). Rotating with a positive angle theta rotates points on the positive x axis toward the positive y axis.

Parameters
thetaradians over which to rotate

Reimplemented from Aspose::Page::Device.

◆ SavePageTransform()

virtual ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::SavePageTransform ( )
protectedvirtual

◆ Scale()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::Scale ( double  sx,
double  sy 
)
overridevirtual

Scales the current transform. Calls writeTransform(Transform).

Parameters
sx, sy amount used for scaling

Reimplemented from Aspose::Page::Device.

◆ set_Font()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::set_Font ( System::SharedPtr< BaseTrFont value)
overridevirtual

Draws frame and banner around a string. The method calculates and returns the point to which the text curser should be set before drawing the string.

Clips rectangle. Calls clip(Rectangle2D).

Parameters
x, y, width, height rectangle for clipping

Reimplemented from Aspose::Page::Device.

◆ set_Size()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::set_Size ( System::Drawing::Size  value)
overridevirtual

Specifies a size of the page.

Reimplemented from Aspose::Page::Device.

◆ SetClip()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::SetClip ( System::SharedPtr< System::Drawing::Drawing2D::GraphicsPath path)
overridevirtual

Clips shape. PS only allows to intersect the currentClip so this calls clip(Shape).

Parameters
shapeused for clipping

Reimplemented from Aspose::Page::Device.

◆ SetTransform()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::SetTransform ( System::SharedPtr< System::Drawing::Drawing2D::Matrix transform)
overridevirtual

Specifies current transform.

Parameters
transformA transform.

Reimplemented from Aspose::Page::Device.

◆ Shear()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::Shear ( double  shx,
double  shy 
)
overridevirtual

Shears the current transform. Calls writeTransform(Transform).

Parameters
shx, shy amount for shearing

Reimplemented from Aspose::Page::Device.

◆ StartDocument()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::StartDocument ( )
overridevirtual

Makes necessary preparation of device before start rendering of document.

Reimplemented from Aspose::Page::Device.

◆ ToString()

ASPOSE_PAGE_SHARED_API System::String Aspose::Page::EPS::Device::ApsDevice::ToString ( ) const
overridevirtual

Returns the name of device type.

Returns
Type name.

Reimplemented from Aspose::Page::Device.

◆ Transform()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::Transform ( System::SharedPtr< System::Drawing::Drawing2D::Matrix transform)
overridevirtual

Transforms the current transform. Calls writeTransform(Transform)

Parameters
transformto be applied

Reimplemented from Aspose::Page::Device.

◆ Translate()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::Translate ( double  x,
double  y 
)
overridevirtual

Translates the current transform. Calls writeTransform(Transform)

Parameters
x, y amount by which to translate

Reimplemented from Aspose::Page::Device.

◆ TRANSPARENT()

static ASPOSE_PAGE_SHARED_API System::String& Aspose::Page::EPS::Device::ApsDevice::TRANSPARENT ( )
static

◆ UpdatePageParameters()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::UpdatePageParameters ( System::SharedPtr< IMultiPageDevice device)
overridevirtual

Updates page parameters from other multi-paged device.

Parameters
deviceAnother instance of the same device.

Implements Aspose::Page::IMultiPageDevice.

◆ WriteBackground()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::WriteBackground ( )
overrideprotectedvirtual

Writes out current background.

Reimplemented from Aspose::Page::Device.

◆ WriteCap()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::WriteCap ( System::Drawing::Drawing2D::LineCap  cap)
overrideprotectedvirtual

Writes out the cap of the stroke.

Parameters
capLine cap of the stroke.

Reimplemented from Aspose::Page::Device.

◆ WriteClip()

virtual ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::WriteClip ( System::SharedPtr< System::Drawing::Drawing2D::GraphicsPath s)
protectedvirtual

◆ WriteComment()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::WriteComment ( System::String  comment)
overridevirtual

Writes a comment.

Parameters
commentA comment to be written.

Reimplemented from Aspose::Page::Device.

◆ WriteDash()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::WriteDash ( System::ArrayPtr< double >  dash,
double  phase,
System::Drawing::Drawing2D::DashCap  dashCap,
float  width 
)
overrideprotectedvirtual

Writes out the dash of the stroke.

Parameters
dashThe dash pattern or an empty array if line is solid.
phaseThe phase of the dash pattern.
dashCapThe dash cap of the dash pattern.

Reimplemented from Aspose::Page::Device.

◆ WriteGraphicsRestore()

virtual ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::WriteGraphicsRestore ( )
protectedvirtual

◆ WriteGraphicsSave()

virtual ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::WriteGraphicsSave ( )
protectedvirtual

◆ WriteImage()

static void Aspose::Page::EPS::Device::ApsDevice::WriteImage ( System::SharedPtr< System::Drawing::Bitmap image,
System::SharedPtr< System::Drawing::Imaging::ImageFormat format,
System::SharedPtr< System::IO::Stream os 
)
staticprotected

◆ WriteJoin()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::WriteJoin ( System::Drawing::Drawing2D::LineJoin  join)
overrideprotectedvirtual

Writes out the join of the stroke.

Parameters
joinLine join of the stroke.

Reimplemented from Aspose::Page::Device.

◆ WriteMiterLimit()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::WriteMiterLimit ( float  limit)
overrideprotectedvirtual

Writes out the miter limit of the stroke.

Parameters
limitMiter limit of the stroke.

Reimplemented from Aspose::Page::Device.

◆ WritePaint() [1/4]

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::WritePaint ( System::SharedPtr< System::Drawing::SolidBrush color)
overrideprotectedvirtual

Writes out paint as the given color.

Parameters
colorThe color to be written

Reimplemented from Aspose::Page::Device.

◆ WritePaint() [2/4]

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::WritePaint ( System::SharedPtr< System::Drawing::Drawing2D::LinearGradientBrush paint)
overrideprotectedvirtual

Writes out paint as the given gradient.

Parameters
paintThe paint to be written

Reimplemented from Aspose::Page::Device.

◆ WritePaint() [3/4]

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::WritePaint ( System::SharedPtr< System::Drawing::TextureBrush paint)
overrideprotectedvirtual

Writes out paint as the given texture.

Parameters
paintThe paint to be written

Reimplemented from Aspose::Page::Device.

◆ WritePaint() [4/4]

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::WritePaint ( System::SharedPtr< System::Drawing::Brush paint)
overrideprotectedvirtual

Writes out paint.

Parameters
paintThe paint to be written

Reimplemented from Aspose::Page::Device.

◆ WriteString()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::WriteString ( System::SharedPtr< BaseTrFont font,
System::String  str 
)
overrideprotectedvirtual

Writes out string with specified font.

Parameters
fontSpecified font.
strThe string.

Reimplemented from Aspose::Page::Device.

◆ WriteTransform()

virtual ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::WriteTransform ( System::SharedPtr< System::Drawing::Drawing2D::Matrix t)
protectedvirtual

Write the given transformation matrix to the file.

◆ WriteWarning()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::WriteWarning ( System::String  warning)
overrideprotectedvirtual

Writes out a warning, by default to System.err.

Parameters
warningto be written

Reimplemented from Aspose::Page::Device.

◆ WriteWidth()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::Device::ApsDevice::WriteWidth ( float  width)
overrideprotectedvirtual

Writes out the width of the stroke.

Parameters
widthThe width of the stroke

Reimplemented from Aspose::Page::Device.

Member Data Documentation

◆ currentCharTable

System::SharedPtr<Aspose::Page::EPS::GraphicsIO::Font::Encoding::CharTable> Aspose::Page::EPS::Device::ApsDevice::currentCharTable
protected

◆ currentPageNumber

int32_t Aspose::Page::EPS::Device::ApsDevice::currentPageNumber
protected

◆ currentTransform

System::SharedPtr<System::Drawing::Drawing2D::Matrix> Aspose::Page::EPS::Device::ApsDevice::currentTransform
protected

◆ doRestoreOnDispose

bool Aspose::Page::EPS::Device::ApsDevice::doRestoreOnDispose
protected

◆ everyPageTransform

System::SharedPtr<System::Drawing::Drawing2D::Matrix> Aspose::Page::EPS::Device::ApsDevice::everyPageTransform
protected

Transform that must be set on each page before adding any element (for multi-page documents). Used when some transforms are set before starting any page.

◆ PAGE_SIZE_

ASPOSE_PAGE_SHARED_API System::String Aspose::Page::EPS::Device::ApsDevice::PAGE_SIZE_
static

◆ PRODUCER

ASPOSE_PAGE_SHARED_API System::String Aspose::Page::EPS::Device::ApsDevice::PRODUCER
static