Aspose::Page::EPS::PsDocument Member List

This is the complete list of members for Aspose::Page::EPS::PsDocument, including all inherited members.

_usedByPluginAspose::Page::Documentprotected
_ventureLicenseAspose::Page::Documentprotected
binaryHeaderAspose::Page::EPS::PsDocumentprotected
Clip(System::SharedPtr< System::Drawing::Drawing2D::GraphicsPath > s)Aspose::Page::EPS::PsDocument
ClipAndNewPath(System::SharedPtr< System::Drawing::Drawing2D::GraphicsPath > s)Aspose::Page::EPS::PsDocument
ClipRectangle(System::Drawing::RectangleF rect)Aspose::Page::EPS::PsDocument
ClipText(System::String text, System::SharedPtr< System::Drawing::Font > font, float x, float y)Aspose::Page::EPS::PsDocument
ClosePage()Aspose::Page::EPS::PsDocument
CropEps(System::String outEpsFilePath, System::ArrayPtr< float > cropBox)Aspose::Page::EPS::PsDocument
CropEps(System::SharedPtr< System::IO::Stream > epsStream, System::ArrayPtr< float > cropBox)Aspose::Page::EPS::PsDocument
directRgbModeAspose::Page::EPS::PsDocumentprotected
Document()Aspose::Page::Document
Draw(System::SharedPtr< System::Drawing::Drawing2D::GraphicsPath > shape)Aspose::Page::EPS::PsDocument
DrawArc(double x, double y, double width, double height, double startAngle, double arcAngle)Aspose::Page::EPS::PsDocument
DrawExplicitImageMask(System::SharedPtr< System::Drawing::Bitmap > image24bpp, System::SharedPtr< System::Drawing::Bitmap > alphaMask1bpp, System::SharedPtr< System::Drawing::Drawing2D::Matrix > transform)Aspose::Page::EPS::PsDocument
DrawImage(System::SharedPtr< System::Drawing::Bitmap > image)Aspose::Page::EPS::PsDocument
DrawImage(System::SharedPtr< System::Drawing::Bitmap > image, System::SharedPtr< System::Drawing::Drawing2D::Matrix > transform, System::Drawing::Color bkg)Aspose::Page::EPS::PsDocument
DrawLine(double x1, double y1, double x2, double y2)Aspose::Page::EPS::PsDocument
DrawOval(double x, double y, double width, double height)Aspose::Page::EPS::PsDocument
DrawPolygon(System::ArrayPtr< int32_t > xPoints, System::ArrayPtr< int32_t > yPoints, int32_t nPoints)Aspose::Page::EPS::PsDocument
DrawPolygon(System::ArrayPtr< double > xPoints, System::ArrayPtr< double > yPoints, int32_t nPoints)Aspose::Page::EPS::PsDocument
DrawPolyline(System::ArrayPtr< int32_t > xPoints, System::ArrayPtr< int32_t > yPoints, int32_t nPoints)Aspose::Page::EPS::PsDocument
DrawPolyline(System::ArrayPtr< double > xPoints, System::ArrayPtr< double > yPoints, int32_t nPoints)Aspose::Page::EPS::PsDocument
DrawRect(double x, double y, double width, double height)Aspose::Page::EPS::PsDocument
DrawRoundRect(double x, double y, double width, double height, double arcWidth, double arcHeight)Aspose::Page::EPS::PsDocument
DrawTransparentImage(System::SharedPtr< System::Drawing::Bitmap > image, System::SharedPtr< System::Drawing::Drawing2D::Matrix > transform, int32_t transparencyThreshold)Aspose::Page::EPS::PsDocument
Equals(ptr obj)System::Objectvirtual
Equals(T1 const &objA, T2 const &objB)System::Objectinlinestatic
Equals(T1 const &objA, T2 const &objB)System::Objectinlinestatic
Equals(float const &objA, float const &objB)System::Objectinline
Equals(double const &objA, double const &objB)System::Objectinline
ExtractEpsBoundingBox()Aspose::Page::EPS::PsDocument
ExtractEpsSize()Aspose::Page::EPS::PsDocument
FastCast(const Details::FastRttiBase &helper, void **out_ptr) constSystem::Objectvirtual
Fill(System::SharedPtr< System::Drawing::Drawing2D::GraphicsPath > shape)Aspose::Page::EPS::PsDocument
FillAndStrokeText(System::String text, System::SharedPtr< System::Drawing::Font > font, float x, float y, System::SharedPtr< System::Drawing::Brush > fillPaint, System::SharedPtr< System::Drawing::Pen > stroke)Aspose::Page::EPS::PsDocument
FillAndStrokeText(System::String text, System::ArrayPtr< float > advances, System::SharedPtr< System::Drawing::Font > font, float x, float y, System::SharedPtr< System::Drawing::Brush > fillPaint, System::SharedPtr< System::Drawing::Pen > stroke)Aspose::Page::EPS::PsDocument
FillAndStrokeText(System::String text, System::SharedPtr< Aspose::Page::Font::DrFont > drFont, float x, float y, System::SharedPtr< System::Drawing::Brush > fillPaint, System::SharedPtr< System::Drawing::Pen > stroke)Aspose::Page::EPS::PsDocument
FillAndStrokeText(System::String text, System::ArrayPtr< float > advances, System::SharedPtr< Aspose::Page::Font::DrFont > drFont, float x, float y, System::SharedPtr< System::Drawing::Brush > fillPaint, System::SharedPtr< System::Drawing::Pen > stroke)Aspose::Page::EPS::PsDocument
FillAndStrokeText(System::String text, System::SharedPtr< Aspose::Foundation::Drawing::DrFont > drFont, float x, float y, System::SharedPtr< System::Drawing::Brush > fillPaint, System::SharedPtr< System::Drawing::Brush > strokePaint, System::SharedPtr< System::Drawing::Pen > stroke)Aspose::Page::EPS::PsDocumentprotected
FillAndStrokeText(System::String text, System::ArrayPtr< float > advances, System::SharedPtr< Aspose::Foundation::Drawing::DrFont > drFont, float x, float y, System::SharedPtr< System::Drawing::Brush > fillPaint, System::SharedPtr< System::Drawing::Brush > strokePaint, System::SharedPtr< System::Drawing::Pen > stroke)Aspose::Page::EPS::PsDocumentprotected
FillArc(double x, double y, double width, double height, double startAngle, double arcAngle)Aspose::Page::EPS::PsDocument
FillOval(double x, double y, double width, double height)Aspose::Page::EPS::PsDocument
FillPolygon(System::ArrayPtr< int32_t > xPoints, System::ArrayPtr< int32_t > yPoints, int32_t nPoints)Aspose::Page::EPS::PsDocument
FillPolygon(System::ArrayPtr< double > xPoints, System::ArrayPtr< double > yPoints, int32_t nPoints)Aspose::Page::EPS::PsDocument
FillRect(double x, double y, double width, double height)Aspose::Page::EPS::PsDocument
FillRoundRect(double x, double y, double width, double height, double arcWidth, double arcHeight)Aspose::Page::EPS::PsDocument
FillText(System::String text, System::SharedPtr< System::Drawing::Font > font, float x, float y)Aspose::Page::EPS::PsDocument
FillText(System::String text, System::ArrayPtr< float > advances, System::SharedPtr< System::Drawing::Font > font, float x, float y)Aspose::Page::EPS::PsDocument
FillText(System::String text, System::SharedPtr< Aspose::Page::Font::DrFont > drFont, float x, float y)Aspose::Page::EPS::PsDocument
FillText(System::String text, System::ArrayPtr< float > advances, System::SharedPtr< Aspose::Page::Font::DrFont > drFont, float x, float y)Aspose::Page::EPS::PsDocument
FillText(System::String text, System::SharedPtr< System::Drawing::Font > font, float x, float y, System::SharedPtr< System::Drawing::Brush > fill)Aspose::Page::EPS::PsDocument
FillText(System::String text, System::ArrayPtr< float > advances, System::SharedPtr< System::Drawing::Font > font, float x, float y, System::SharedPtr< System::Drawing::Brush > fill)Aspose::Page::EPS::PsDocument
FillText(System::String text, System::SharedPtr< Aspose::Page::Font::DrFont > drFont, float x, float y, System::SharedPtr< System::Drawing::Brush > fill)Aspose::Page::EPS::PsDocument
FillText(System::String text, System::ArrayPtr< float > advances, System::SharedPtr< Aspose::Page::Font::DrFont > drFont, float x, float y, System::SharedPtr< System::Drawing::Brush > fill)Aspose::Page::EPS::PsDocument
FillText(System::String text, System::SharedPtr< Aspose::Foundation::Drawing::DrFont > drFont, float x, float y)Aspose::Page::EPS::PsDocumentprotected
FillText(System::String text, System::ArrayPtr< float > advances, System::SharedPtr< Aspose::Foundation::Drawing::DrFont > drFont, float x, float y)Aspose::Page::EPS::PsDocumentprotected
FillText(System::String text, System::SharedPtr< Aspose::Foundation::Drawing::DrFont > drFont, float x, float y, System::SharedPtr< System::Drawing::Brush > fill)Aspose::Page::EPS::PsDocumentprotected
FillText(System::String text, System::ArrayPtr< float > advances, System::SharedPtr< Aspose::Foundation::Drawing::DrFont > drFont, float x, float y, System::SharedPtr< System::Drawing::Brush > fill)Aspose::Page::EPS::PsDocumentprotected
get_ApsPages() constAspose::Page::EPS::PsDocumentprotected
get_InputStream()Aspose::Page::EPS::PsDocument
get_IsLicensed()Aspose::Page::EPS::PsDocumentprotected
get_Metadata()Aspose::Page::EPS::PsDocumentprotected
get_NumberOfPages() constAspose::Page::EPS::PsDocument
GetCounter()System::Objectinline
GetHashCode() constSystem::Objectvirtual
GetPaint()Aspose::Page::EPS::PsDocument
GetStroke()Aspose::Page::EPS::PsDocument
GetType() constSystem::Objectvirtual
GetVentureLicense()Aspose::Page::Documentprotectedvirtual
GetXmpMetadata()Aspose::Page::EPS::PsDocument
inAspose::Page::EPS::PsDocumentprotected
IN_EXTAspose::Page::EPS::PsDocumentprotectedstatic
IN_EXT2Aspose::Page::EPS::PsDocumentprotectedstatic
Is(const TypeInfo &targetType) constSystem::Objectvirtual
Lock()System::Object
MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION(PsDocument, CODEPORTING_ARGS())Aspose::Page::EPS::PsDocumentprotected
MemberwiseClone() constSystem::Objectvirtual
Merge(System::ArrayPtr< System::String > filesForMerge, System::SharedPtr< Aspose::Page::Device > device, System::SharedPtr< SaveOptions > options)Aspose::Page::EPS::PsDocument
MergeToPdf(System::String outPdfFilePath, System::ArrayPtr< System::String > filesForMerge, System::SharedPtr< SaveOptions > options)Aspose::Page::EPS::PsDocument
MergeToPdf(System::SharedPtr< System::IO::Stream > pdfStream, System::ArrayPtr< System::String > filesForMerge, System::SharedPtr< SaveOptions > options)Aspose::Page::EPS::PsDocument
numberOfPagesAspose::Page::EPS::PsDocumentprotected
Object()System::Object
Object(Object const &x)System::Object
OpenPage(float width, float height)Aspose::Page::EPS::PsDocument
OpenPage(System::String pageName=nullptr)Aspose::Page::EPS::PsDocument
operator=(Object const &x)System::Objectinline
OutlineText(System::String text, System::SharedPtr< System::Drawing::Font > font, float x, float y)Aspose::Page::EPS::PsDocument
OutlineText(System::String text, System::ArrayPtr< float > advances, System::SharedPtr< System::Drawing::Font > font, float x, float y)Aspose::Page::EPS::PsDocument
OutlineText(System::String text, System::SharedPtr< Aspose::Page::Font::DrFont > drFont, float x, float y)Aspose::Page::EPS::PsDocument
OutlineText(System::String text, System::ArrayPtr< float > advances, System::SharedPtr< Aspose::Page::Font::DrFont > drFont, float x, float y)Aspose::Page::EPS::PsDocument
OutlineText(System::String text, System::SharedPtr< System::Drawing::Font > font, float x, float y, System::SharedPtr< System::Drawing::Pen > stroke)Aspose::Page::EPS::PsDocument
OutlineText(System::String text, System::ArrayPtr< float > advances, System::SharedPtr< System::Drawing::Font > font, float x, float y, System::SharedPtr< System::Drawing::Pen > stroke)Aspose::Page::EPS::PsDocument
OutlineText(System::String text, System::SharedPtr< Aspose::Page::Font::DrFont > drFont, float x, float y, System::SharedPtr< System::Drawing::Pen > stroke)Aspose::Page::EPS::PsDocument
OutlineText(System::String text, System::ArrayPtr< float > advances, System::SharedPtr< Aspose::Page::Font::DrFont > drFont, float x, float y, System::SharedPtr< System::Drawing::Pen > stroke)Aspose::Page::EPS::PsDocument
OutlineText(System::String text, System::SharedPtr< Aspose::Foundation::Drawing::DrFont > drFont, float x, float y)Aspose::Page::EPS::PsDocumentprotected
OutlineText(System::String text, System::ArrayPtr< float > advances, System::SharedPtr< Aspose::Foundation::Drawing::DrFont > drFont, float x, float y)Aspose::Page::EPS::PsDocumentprotected
OutlineText(System::String text, System::SharedPtr< Aspose::Foundation::Drawing::DrFont > drFont, float x, float y, System::SharedPtr< System::Drawing::Brush > outlinePaint, System::SharedPtr< System::Drawing::Pen > stroke)Aspose::Page::EPS::PsDocumentprotected
OutlineText(System::String text, System::ArrayPtr< float > advances, System::SharedPtr< Aspose::Foundation::Drawing::DrFont > drFont, float x, float y, System::SharedPtr< System::Drawing::Brush > outlinePaint, System::SharedPtr< System::Drawing::Pen > stroke)Aspose::Page::EPS::PsDocumentprotected
PsDocument(System::String outPsFilePath, System::SharedPtr< Device::PsSaveOptions > options)Aspose::Page::EPS::PsDocument
PsDocument(System::SharedPtr< System::IO::Stream > outPsStream, System::SharedPtr< Device::PsSaveOptions > options)Aspose::Page::EPS::PsDocument
PsDocument(System::String outPsFilePath, System::SharedPtr< Device::PsSaveOptions > options, bool multipaged)Aspose::Page::EPS::PsDocument
PsDocument(System::SharedPtr< System::IO::Stream > outPsStream, System::SharedPtr< Device::PsSaveOptions > options, bool multipaged)Aspose::Page::EPS::PsDocument
PsDocument(System::String outPsFilePath, System::SharedPtr< Device::PsSaveOptions > options, int32_t numberOfPages)Aspose::Page::EPS::PsDocument
PsDocument(System::SharedPtr< System::IO::Stream > outPsStream, System::SharedPtr< Device::PsSaveOptions > options, int32_t numberOfPages)Aspose::Page::EPS::PsDocument
PsDocument(System::String psFilePath)Aspose::Page::EPS::PsDocument
PsDocument(System::SharedPtr< System::IO::Stream > inPsStream)Aspose::Page::EPS::PsDocument
PsDocument()Aspose::Page::EPS::PsDocumentprotected
ptr typedefSystem::Object
ReferenceEquals(ptr const &objA, ptr const &objB)System::Objectinlinestatic
ReferenceEquals(T const &objA, T const &objB)System::Objectinlinestatic
ReferenceEquals(T const &objA, std::nullptr_t)System::Objectinlinestatic
ReferenceEquals(String const &str, std::nullptr_t)System::Objectinline
ReferenceEquals(String const &str1, String const &str2)System::Objectinline
RemovedSharedRefs(int count)System::Objectinline
RenderAps(System::SharedPtr< System::IO::Stream > apsStream, System::SharedPtr< ApsLoadOptions > options)Aspose::Page::EPS::PsDocumentprotected
RenderAps(System::SharedPtr< Aspose::Rendering::ApsGroup > group, System::SharedPtr< ApsLoadOptions > options)Aspose::Page::EPS::PsDocumentprotected
ResizeEps(System::String outEpsFilePath, System::Drawing::SizeF newSizeInUnits, Units units)Aspose::Page::EPS::PsDocument
ResizeEps(System::SharedPtr< System::IO::Stream > epsStream, System::Drawing::SizeF newSizeInUnits, Units units)Aspose::Page::EPS::PsDocument
Rotate(float angleRadians)Aspose::Page::EPS::PsDocument
Rotate(int32_t angleDegrees)Aspose::Page::EPS::PsDocument
Save(System::SharedPtr< Aspose::Page::Device > device, System::SharedPtr< SaveOptions > options) overrideAspose::Page::EPS::PsDocument
Save(System::SharedPtr< System::IO::Stream > epsStream)Aspose::Page::EPS::PsDocument
Save()Aspose::Page::EPS::PsDocument
Aspose::Page::Document::Save(System::SharedPtr< Device > device, System::SharedPtr< SaveOptions > options)=0Aspose::Page::Documentpure virtual
SaveAsImage(System::SharedPtr< Device::ImageSaveOptions > options)Aspose::Page::EPS::PsDocument
SaveAsPdf(System::String outPdfFilePath, System::SharedPtr< Device::PdfSaveOptions > options)Aspose::Page::EPS::PsDocument
SaveAsPdf(System::SharedPtr< System::IO::Stream > pdfStream, System::SharedPtr< Device::PdfSaveOptions > options)Aspose::Page::EPS::PsDocument
SaveImageAsEps(System::SharedPtr< System::IO::Stream > imageStream, System::SharedPtr< System::IO::Stream > epsStream, System::SharedPtr< Device::PsSaveOptions > options)Aspose::Page::EPS::PsDocumentstatic
SaveImageAsEps(System::String imageFilePath, System::String epsFilePath, System::SharedPtr< Device::PsSaveOptions > options)Aspose::Page::EPS::PsDocumentstatic
SaveImageAsEps(System::SharedPtr< System::Drawing::Bitmap > image, System::String epsFilePath, System::SharedPtr< Device::PsSaveOptions > options)Aspose::Page::EPS::PsDocumentstatic
SaveImageAsEps(System::SharedPtr< System::Drawing::Bitmap > image, System::SharedPtr< System::IO::Stream > epsStream, System::SharedPtr< Device::PsSaveOptions > options)Aspose::Page::EPS::PsDocumentstatic
Scale(float xScale, float yScale)Aspose::Page::EPS::PsDocument
set_InputStream(System::SharedPtr< System::IO::Stream > value)Aspose::Page::EPS::PsDocument
SetAdditionalFontsFolders(System::ArrayPtr< System::String > additionalFontFolders, System::SharedPtr< SaveOptions > options)Aspose::Page::EPS::PsDocumentprotectedstatic
SetPageDevice(System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::SharedPtr< System::Object >>> pageParams)Aspose::Page::EPS::PsDocument
SetPageSize(float width, float height)Aspose::Page::EPS::PsDocument
SetPaint(System::SharedPtr< System::Drawing::Brush > paint)Aspose::Page::EPS::PsDocument
SetPlugin(Plugins::Plugin plugin)Aspose::Page::Documentprotected
SetStroke(System::SharedPtr< System::Drawing::Pen > stroke)Aspose::Page::EPS::PsDocument
SetTemplateWeakPtr(uint32_t argument)System::Objectvirtual
SetTransform(System::SharedPtr< System::Drawing::Drawing2D::Matrix > matrix)Aspose::Page::EPS::PsDocument
SetVentureLicense(System::SharedPtr< LicenseManagement::VentureLicense > license)Aspose::Page::Documentprotectedvirtual
SharedCount() constSystem::Objectinline
SharedRefAdded()System::Objectinline
SharedRefRemovedSafe()System::Objectinline
Shear(float shx, float shy)Aspose::Page::EPS::PsDocument
ToString() constSystem::Objectvirtual
Transform(System::SharedPtr< System::Drawing::Drawing2D::Matrix > matrix)Aspose::Page::EPS::PsDocument
Translate(float x, float y)Aspose::Page::EPS::PsDocument
Type()System::Objectinlinestatic
Unlock()System::Object
WeakRefAdded()System::Objectinline
WeakRefRemoved()System::Objectinline
WriteGraphicsRestore()Aspose::Page::EPS::PsDocument
WriteGraphicsSave()Aspose::Page::EPS::PsDocument
~Object()System::Objectvirtual
~PsDocument()Aspose::Page::EPS::PsDocumentprotectedvirtual