Browse our Products

Aspose.Page for C++ 23.2 Release Notes

Improvements and Changes

Functionality for creation and completing of PostScript document was implemented.

For more details, pelase visit Aspose.Page for .NET 23.2

Public API and Backwards Incompatible Changes

Added APIs

TypeSummary
MethodAspose::Page::Device::WritePaint(System::Drawing::Drawing2D::PathGradientBrush)
MethodAspose::Page::Device::WritePaint(Aspose::Page::EPS::GradientBrush)
TypeAspose::Page::EPS::PsDocumentException
Method #ctorAspose::Page::EPS::PsDocumentException(System::String)
TypeAspose::Page::EPS::FontConstants
PropertyAspose::Page::EPS::FontConstants::EmbedFontsAsList
FieldAspose::Page::EPS::FontConstants::EMBED_FONTS
FieldAspose::Page::EPS::FontConstants::EMBED_FONTS_AS
FieldAspose::Page::EPS::FontConstants::EMBED_FONTS_TYPE1
FieldAspose::Page::EPS::FontConstants::EMBED_FONTS_TYPE3
FieldAspose::Page::EPS::FontConstants::EMBED_FONTS_TRUETYPE
TypeAspose::Page::EPS::GradientBrush
Method #ctorAspose::Page::EPS::GradientBrush(System::Drawing::Brush)
PropertyAspose::Page::EPS::GradientBrush::WrapMode
PropertyAspose::Page::EPS::GradientBrush::NativeBrush
PropertyAspose::Page::EPS::GradientBrush::Bounds
MethodAspose::Page::EPS::GradientBrush::Clone
TypeAspose::Page::EPS::LoadOptions
TypeAspose::Page::EPS::PageConstants
PropertyAspose::Page::EPS::PageConstants::OrientationList
PropertyAspose::Page::EPS::PageConstants::SizeList
MethodAspose::Page::EPS::PageConstants::GetSize(System::String)
MethodAspose::Page::EPS::PageConstants::GetSize(System::String,System::String)
MethodAspose::Page::EPS::PageConstants::GetSize(System::Drawing::Size,System::String)
MethodAspose::Page::EPS::PageConstants::GetMargins(System::String)
MethodAspose::Page::EPS::PageConstants::GetMargins(Aspose::Page::Margins,System::String)
FieldAspose::Page::EPS::PageConstants::ORIENTATION
FieldAspose::Page::EPS::PageConstants::ORIENTATION_PORTRAIT
FieldAspose::Page::EPS::PageConstants::ORIENTATION_LANDSCAPE
FieldAspose::Page::EPS::PageConstants::ORIENTATION_BEST_FIT
FieldAspose::Page::EPS::PageConstants::PAGE_SIZE
FieldAspose::Page::EPS::PageConstants::SIZE_INTERNATIONAL
FieldAspose::Page::EPS::PageConstants::SIZE_A3
FieldAspose::Page::EPS::PageConstants::SIZE_A4
FieldAspose::Page::EPS::PageConstants::SIZE_A5
FieldAspose::Page::EPS::PageConstants::SIZE_A6
FieldAspose::Page::EPS::PageConstants::SIZE_LETTER
FieldAspose::Page::EPS::PageConstants::SIZE_LEGAL
FieldAspose::Page::EPS::PageConstants::SIZE_EXECUTIVE
FieldAspose::Page::EPS::PageConstants::SIZE_LEDGER
FieldAspose::Page::EPS::PageConstants::PAGE_MARGINS
FieldAspose::Page::EPS::PageConstants::MARGINS_ZERO
FieldAspose::Page::EPS::PageConstants::MARGINS_SMALL
FieldAspose::Page::EPS::PageConstants::MARGINS_MEDIUM
FieldAspose::Page::EPS::PageConstants::MARGINS_LARGE
FieldAspose::Page::EPS::PageConstants::FIT_TO_PAGE
FieldAspose::Page::EPS::PageConstants::TRANSPARENT
FieldAspose::Page::EPS::PageConstants::BACKGROUND
FieldAspose::Page::EPS::PageConstants::BACKGROUND_COLOR
TypeAspose::Page::EPS::Device::PsSaveFormat
FieldAspose::Page::EPS::Device::PsSaveFormat::PS
FieldAspose::Page::EPS::Device::PsSaveFormat::EPS
PropertyAspose::Page::EPS::Device::PsSaveOptions::SaveFormat
PropertyAspose::Page::EPS::Device::PsSaveOptions::PageSize
PropertyAspose::Page::EPS::Device::PsSaveOptions::Margins
PropertyAspose::Page::EPS::Device::PsSaveOptions::BackgroundColor
PropertyAspose::Page::EPS::Device::PsSaveOptions::Transparent
PropertyAspose::Page::EPS::Device::PsSaveOptions::EmbedFonts
PropertyAspose::Page::EPS::Device::PsSaveOptions::EmbedFontsAs
Method #ctorAspose::Page::EPS::PsDocument(System::IO::Stream,Aspose::Page::EPS::Device::PsSaveOptions)
Method #ctorAspose::Page::EPS::PsDocument(System::IO::Stream,Aspose::Page::EPS::Device::PsSaveOptions,System::Boolean)
Method #ctorAspose::Page::EPS::PsDocument(System::IO::Stream,Aspose::Page::EPS::Device::PsSaveOptions,System::Int32)
MethodAspose::Page::EPS::PsDocument::Save
MethodAspose::Page::EPS::PsDocument::SetPageSize(System::Single,System::Single)
MethodAspose::Page::EPS::PsDocument::SetPageDevice(System::Collections::Generic::Dictionary{System::String,System::Object})
MethodAspose::Page::EPS::PsDocument::OpenPage(System::Single,System::Single)
MethodAspose::Page::EPS::PsDocument::ClosePage
MethodAspose::Page::EPS::PsDocument::WriteGraphicsSave
MethodAspose::Page::EPS::PsDocument::WriteGraphicsRestore
MethodAspose::Page::EPS::PsDocument::Transform(System::Drawing::Drawing2D::Matrix)
MethodAspose::Page::EPS::PsDocument::Translate(System::Single,System::Single)
MethodAspose::Page::EPS::PsDocument::Scale(System::Single,System::Single)
MethodAspose::Page::EPS::PsDocument::Rotate(System::Single)
MethodAspose::Page::EPS::PsDocument::Shear(System::Single,System::Single)
MethodAspose::Page::EPS::PsDocument::Clip(System::Drawing::Drawing2D::GraphicsPath)
MethodAspose::Page::EPS::PsDocument::SetPaint(System::Drawing::Brush)
MethodAspose::Page::EPS::PsDocument::GetPaint
MethodAspose::Page::EPS::PsDocument::SetStroke(System::Drawing::Pen)
MethodAspose::Page::EPS::PsDocument::GetStroke
MethodAspose::Page::EPS::PsDocument::FillText(System::String,System::Drawing::Font,System::Single,System::Single)
MethodAspose::Page::EPS::PsDocument::FillText(System::String,System::Single[],System::Drawing::Font,System::Single,System::Single)
MethodAspose::Page::EPS::PsDocument::OutlineText(System::String,System::Drawing::Font,System::Single,System::Single)
MethodAspose::Page::EPS::PsDocument::OutlineText(System::String,System::Single[],System::Drawing::Font,System::Single,System::Single)
MethodAspose::Page::EPS::PsDocument::FillAndStrokeText(System::String,System::Drawing::Font,System::Single,System::Single,System::Drawing::Brush,System::Drawing::Brush,System::Drawing::Pen)
MethodAspose::Page::EPS::PsDocument::FillAndStrokeText(System::String,System::Single[],System::Drawing::Font,System::Single,System::Single,System::Drawing::Brush,System::Drawing::Brush,System::Drawing::Pen)
MethodAspose::Page::EPS::PsDocument::Fill(System::Drawing::Drawing2D::GraphicsPath)
MethodAspose::Page::EPS::PsDocument::Draw(System::Drawing::Drawing2D::GraphicsPath)
MethodAspose::Page::EPS::PsDocument::DrawImage(System::Drawing::Bitmap)
MethodAspose::Page::EPS::PsDocument::DrawImage(System::Drawing::Bitmap,System::Drawing::Drawing2D::Matrix,System::Drawing::Color)
MethodAspose::Page::EPS::PsDocument::DrawExplicitImageMask(System::Drawing::Bitmap,System::Drawing::Bitmap,System::Drawing::Drawing2D::Matrix)
TypeAspose::Page::EPS::PsDocumentException
Method #ctorAspose::Page::EPS::PsDocumentException(System::String)

You can consult Aspose.Page for C++ API Reference for documentation.