Skip to content

Commit

Permalink
Aspose.PDF for C++ API References 24.12
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMalokhovetskiy committed Dec 18, 2024
1 parent f3f0c7a commit 8a1f9b2
Show file tree
Hide file tree
Showing 1,020 changed files with 11,410 additions and 769 deletions.
13 changes: 2 additions & 11 deletions english/cpp/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,35 +16,26 @@ is_root: true
| --- | --- |
| [Aspose::Pdf](./aspose.pdf/) | |
| [Aspose::Pdf::Annotations](./aspose.pdf.annotations/) | |
| [Aspose::Pdf::Artifacts::Pagination](./aspose.pdf.artifacts.pagination/) | |
| [Aspose::Pdf::Collections](./aspose.pdf.collections/) | |
| [Aspose::Pdf::Comparison](./aspose.pdf.comparison/) | |
| [Aspose::Pdf::Comparison::Diff](./aspose.pdf.comparison.diff/) | |
| [Aspose::Pdf::Comparison::GraphicalComparison](./aspose.pdf.comparison.graphicalcomparison/) | |
| [Aspose::Pdf::Comparison::OutputGenerator](./aspose.pdf.comparison.outputgenerator/) | |
| [Aspose::Pdf::Comparison::SideBySideComparison](./aspose.pdf.comparison.sidebysidecomparison/) | |
| [Aspose::Pdf::DataEditor](./aspose.pdf.dataeditor/) | The **[Aspose.Pdf.DataEditor](./aspose.pdf.dataeditor/)** contains tools for editing data within a document. |
| [Aspose::Pdf::Devices](./aspose.pdf.devices/) | |
| [Aspose::Pdf::Drawing](./aspose.pdf.drawing/) | |
| [Aspose::Pdf::Facades](./aspose.pdf.facades/) | |
| [Aspose::Pdf::Forms](./aspose.pdf.forms/) | |
| [Aspose::Pdf::Generator](./aspose.pdf.generator/) | |
| [Aspose::Pdf::GroupProcessor](./aspose.pdf.groupprocessor/) | |
| [Aspose::Pdf::GroupProcessor::Creators](./aspose.pdf.groupprocessor.creators/) | |
| [Aspose::Pdf::LogicalStructure](./aspose.pdf.logicalstructure/) | |
| [Aspose::Pdf::Multithreading](./aspose.pdf.multithreading/) | |
| [Aspose::Pdf::Multithreading](./aspose.pdf.multithreading/) | The **[Aspose.Pdf.Multithreading](./aspose.pdf.multithreading/)** namespace provides classes that are meant to be used in multi-threaded scenarios. |
| [Aspose::Pdf::Operators](./aspose.pdf.operators/) | |
| [Aspose::Pdf::Optimization](./aspose.pdf.optimization/) | |
| [Aspose::Pdf::PdfAOptionClasses](./aspose.pdf.pdfaoptionclasses/) | |
| [Aspose::Pdf::PdfToMarkdown](./aspose.pdf.pdftomarkdown/) | |
| [Aspose::Pdf::Sanitization](./aspose.pdf.sanitization/) | |
| [Aspose::Pdf::Security](./aspose.pdf.security/) | |
| [Aspose::Pdf::Structure](./aspose.pdf.structure/) | |
| [Aspose::Pdf::Tagged](./aspose.pdf.tagged/) | |
| [Aspose::Pdf::Text](./aspose.pdf.text/) | |
| [Aspose::Pdf::Utils](./aspose.pdf.utils/) | |
| [Aspose::Pdf::Utils::PublicData](./aspose.pdf.utils.publicdata/) | |
| [Aspose::Pdf::Vector](./aspose.pdf.vector/) | The **[Aspose.Pdf.Vector](./aspose.pdf.vector/)** is a root namespace for graphics operations. |
| [Aspose::Pdf::Vector::Extraction](./aspose.pdf.vector.extraction/) | |
| [Aspose::Pdf::XfaConverter](./aspose.pdf.xfaconverter/) | |
| [System](./system/) | |
| [System::Collections](./system.collections/) | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class CaretAnnotation : public Aspose::Pdf::Annotations::MarkupAnnotation
| Method | Description |
| --- | --- |
| [Accept](./accept/)(System::SharedPtr\<AnnotationSelector\>) override | Accepts visitor object to process the annotation. |
| [CaretAnnotation](./caretannotation/)(System::SharedPtr\<Document\>) | Constructor for usign in [Generator](../../aspose.pdf.generator/). |
| [CaretAnnotation](./caretannotation/)(System::SharedPtr\<Document\>) | Constructor for usign in Generator. |
| [CaretAnnotation](./caretannotation/)(System::SharedPtr\<Aspose::Pdf::Page\>, System::SharedPtr\<Rectangle\>) | Creates new Caret annotation on the specified page. |
| [get_AnnotationType](./get_annotationtype/)() override | Gets type of annotation. |
| [get_Frame](./get_frame/)() | Gets caret rectangle. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Aspose::Pdf::Annotations::CaretAnnotation::CaretAnnotation(System::SharedPtr<Asp
## CaretAnnotation::CaretAnnotation(System::SharedPtr\<Document\>) constructor
Constructor for usign in [Generator](../../../aspose.pdf.generator/).
Constructor for usign in Generator.
```cpp
Aspose::Pdf::Annotations::CaretAnnotation::CaretAnnotation(System::SharedPtr<Document> document)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class CommonFigureAnnotation : public Aspose::Pdf::Annotations::MarkupAnnotation
| Method | Description |
| --- | --- |
| [CommonFigureAnnotation](./commonfigureannotation/)(System::SharedPtr\<Document\>) | Constructor for using in [Generator](../../aspose.pdf.generator/). |
| [CommonFigureAnnotation](./commonfigureannotation/)(System::SharedPtr\<Document\>) | Constructor for using in Generator. |
| [get_Frame](./get_frame/)() | The rectangle describing the numerical differences between two rectangles: the Rect entry of the annotation and the actual boundaries of the underlying square or circle. |
| [get_InteriorColor](./get_interiorcolor/)() | Interior color with which to fill the annotation's rectangle or ellipse. |
| [set_Frame](./set_frame/)(System::SharedPtr\<Rectangle\>) | The rectangle describing the numerical differences between two rectangles: the Rect entry of the annotation and the actual boundaries of the underlying square or circle. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ url: /cpp/aspose.pdf.annotations/commonfigureannotation/commonfigureannotation/
## CommonFigureAnnotation::CommonFigureAnnotation constructor


Constructor for using in [Generator](../../../aspose.pdf.generator/).
Constructor for using in Generator.

```cpp
Aspose::Pdf::Annotations::CommonFigureAnnotation::CommonFigureAnnotation(System::SharedPtr<Document> document)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Aspose::Pdf::Annotations::FitRExplicitDestination::FitRExplicitDestination(int32
| Parameter | Type | Description |
| --- | --- | --- |
| pageNumber | int32_t | The destination page number of remote document. |
| left | double | Left horizontal coordinate of visible rectangle. |
| left | double | [Left](../../../aspose.pdf/left/) horizontal coordinate of visible rectangle. |
| bottom | double | Bottom vertical coordinate of visible rectangle. |
| right | double | Right horizontal coordinate of visible rectangle. |
| right | double | [Right](../../../aspose.pdf/right/) horizontal coordinate of visible rectangle. |
| top | double | Top vertical coordinate of visible rectangle. |
## See Also
Expand All @@ -43,9 +43,9 @@ Aspose::Pdf::Annotations::FitRExplicitDestination::FitRExplicitDestination(Syste
| Parameter | Type | Description |
| --- | --- | --- |
| page | System::SharedPtr\<Aspose::Pdf::Page\> | The destination page object. |
| left | double | Left horizontal coordinate of visible rectangle. |
| left | double | [Left](../../../aspose.pdf/left/) horizontal coordinate of visible rectangle. |
| bottom | double | Bottom vertical coordinate of visible rectangle. |
| right | double | Right horizontal coordinate of visible rectangle. |
| right | double | [Right](../../../aspose.pdf/right/) horizontal coordinate of visible rectangle. |
| top | double | Top vertical coordinate of visible rectangle. |

## See Also
Expand All @@ -69,9 +69,9 @@ Aspose::Pdf::Annotations::FitRExplicitDestination::FitRExplicitDestination(Syste
| --- | --- | --- |
| document | System::SharedPtr\<Document\> | The parent document that contains this object. |
| pageNumber | int32_t | The destination page number of remote document. |
| left | double | Left horizontal coordinate of visible rectangle. |
| left | double | [Left](../../../aspose.pdf/left/) horizontal coordinate of visible rectangle. |
| bottom | double | Bottom vertical coordinate of visible rectangle. |
| right | double | Right horizontal coordinate of visible rectangle. |
| right | double | [Right](../../../aspose.pdf/right/) horizontal coordinate of visible rectangle. |
| top | double | Top vertical coordinate of visible rectangle. |
## Deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class FreeTextAnnotation : public Aspose::Pdf::Annotations::MarkupAnnotation
| Method | Description |
| --- | --- |
| [Accept](./accept/)(System::SharedPtr\<AnnotationSelector\>) override | Accepts visitor object to process the annotation. |
| [FreeTextAnnotation](./freetextannotation/)(System::SharedPtr\<Document\>, System::SharedPtr\<Aspose::Pdf::Annotations::DefaultAppearance\>) | Constructor to use with [Generator](../../aspose.pdf.generator/). |
| [FreeTextAnnotation](./freetextannotation/)(System::SharedPtr\<Document\>, System::SharedPtr\<Aspose::Pdf::Annotations::DefaultAppearance\>) | Constructor to use with Generator. |
| [FreeTextAnnotation](./freetextannotation/)(System::SharedPtr\<Aspose::Pdf::Page\>, System::SharedPtr\<Rectangle\>, System::SharedPtr\<Aspose::Pdf::Annotations::DefaultAppearance\>) | Creates new FreeText annotation on the specified page. |
| [get_AnnotationType](./get_annotationtype/)() override | Gets type of annotation. |
| [get_Callout](./get_callout/)() | Array of point specifying callout line. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Aspose::Pdf::Annotations::FreeTextAnnotation::FreeTextAnnotation(System::SharedP
## FreeTextAnnotation::FreeTextAnnotation(System::SharedPtr\<Document\>, System::SharedPtr\<Aspose::Pdf::Annotations::DefaultAppearance\>) constructor
Constructor to use with [Generator](../../../aspose.pdf.generator/).
Constructor to use with Generator.
```cpp
Aspose::Pdf::Annotations::FreeTextAnnotation::FreeTextAnnotation(System::SharedPtr<Document> document, System::SharedPtr<Aspose::Pdf::Annotations::DefaultAppearance> appearance)
Expand Down
2 changes: 1 addition & 1 deletion english/cpp/aspose.pdf.annotations/gotouriaction/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class GoToURIAction : public Aspose::Pdf::Annotations::PdfAction
| Method | Description |
| --- | --- |
| [get_URI](./get_uri/)() | Gets the uniform resource identifier to resolve. |
| [GoToURIAction](./gotouriaction/)(System::String) | Constructor. |
| [GoToURIAction](./gotouriaction/)(System::String) | Creates an instance of [GoToURIAction](./) class. |
| [set_URI](./set_uri/)(System::String) | Sets the uniform resource identifier to resolve. |
## See Also
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Aspose::Pdf::Annotations::GoToURIAction::GoToURIAction constructor
linktitle: GoToURIAction
second_title: Aspose.PDF for C++ API Reference
description: 'Aspose::Pdf::Annotations::GoToURIAction::GoToURIAction constructor. Constructor in C++.'
description: 'Aspose::Pdf::Annotations::GoToURIAction::GoToURIAction constructor. Creates an instance of GoToURIAction class in C++.'
type: docs
weight: 100
url: /cpp/aspose.pdf.annotations/gotouriaction/gotouriaction/
---
## GoToURIAction::GoToURIAction constructor


Constructor.
Creates an instance of [GoToURIAction](../) class.

```cpp
Aspose::Pdf::Annotations::GoToURIAction::GoToURIAction(System::String uri)
Expand Down
2 changes: 1 addition & 1 deletion english/cpp/aspose.pdf.annotations/inkannotation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class InkAnnotation : public Aspose::Pdf::Annotations::MarkupAnnotation
| [get_AnnotationType](./get_annotationtype/)() override | Gets type of annotation. |
| [get_CapStyle](./get_capstyle/)() | Style of ink annotation line endings. |
| [get_InkList](./get_inklist/)() | Gets list of gestures that are independent lines which are represented by [Point](../../aspose.pdf/point/)[] arrays. |
| [InkAnnotation](./inkannotation/)(System::SharedPtr\<Document\>, System::SharedPtr\<System::Collections::Generic::IList\<System::ArrayPtr\<System::SharedPtr\<Point\>\>\>\>) | Constructor for Ink annotation for [Generator](../../aspose.pdf.generator/). |
| [InkAnnotation](./inkannotation/)(System::SharedPtr\<Document\>, System::SharedPtr\<System::Collections::Generic::IList\<System::ArrayPtr\<System::SharedPtr\<Point\>\>\>\>) | Constructor for Ink annotation for Generator. |
| [InkAnnotation](./inkannotation/)(System::SharedPtr\<Aspose::Pdf::Page\>, System::SharedPtr\<Rectangle\>, System::SharedPtr\<System::Collections::Generic::IList\<System::ArrayPtr\<System::SharedPtr\<Point\>\>\>\>) | Creates new Ink annotation on the specified page. |
| [set_CapStyle](./set_capstyle/)(Aspose::Pdf::Annotations::CapStyle) | Style of ink annotation line endings. |
| [set_InkList](./set_inklist/)(System::SharedPtr\<System::Collections::Generic::IList\<System::ArrayPtr\<System::SharedPtr\<Point\>\>\>\>) | Sets list of gestures that are independent lines which are represented by [Point](../../aspose.pdf/point/)[] arrays. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Aspose::Pdf::Annotations::InkAnnotation::InkAnnotation(System::SharedPtr<Aspose:
## InkAnnotation::InkAnnotation(System::SharedPtr\<Document\>, System::SharedPtr\<System::Collections::Generic::IList\<System::ArrayPtr\<System::SharedPtr\<Point\>\>\>\>) constructor
Constructor for Ink annotation for [Generator](../../../aspose.pdf.generator/).
Constructor for Ink annotation for Generator.
```cpp
Aspose::Pdf::Annotations::InkAnnotation::InkAnnotation(System::SharedPtr<Document> document, System::SharedPtr<System::Collections::Generic::IList<System::ArrayPtr<System::SharedPtr<Point>>>> inkList)
Expand Down
6 changes: 3 additions & 3 deletions english/cpp/aspose.pdf.annotations/justification/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ enum class Justification
| Name | Value | Description |
| --- | --- | --- |
| Left | 0 | Left justification. |
| Center | 1 | Center justification. |
| Right | 2 | Right justification. |
| Left | 0 | [Left](../../aspose.pdf/left/) justification. |
| Center | 1 | [Center](../../aspose.pdf/center/) justification. |
| Right | 2 | [Right](../../aspose.pdf/right/) justification. |
## See Also
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class LineAnnotation : public Aspose::Pdf::Annotations::MarkupAnnotation
| [get_ShowCaption](./get_showcaption/)() | Gets boolean flag which determinies is contents must be shown as caption. |
| [get_Starting](./get_starting/)() | Gets starting point of line. |
| [get_StartingStyle](./get_startingstyle/)() | Gets line ending style for line starting point. |
| [LineAnnotation](./lineannotation/)(System::SharedPtr\<Document\>, System::SharedPtr\<Point\>, System::SharedPtr\<Point\>) | Constructor for using with [Generator](../../aspose.pdf.generator/). |
| [LineAnnotation](./lineannotation/)(System::SharedPtr\<Document\>, System::SharedPtr\<Point\>, System::SharedPtr\<Point\>) | Constructor for using with Generator. |
| [LineAnnotation](./lineannotation/)(System::SharedPtr\<Aspose::Pdf::Page\>, System::SharedPtr\<Rectangle\>, System::SharedPtr\<Point\>, System::SharedPtr\<Point\>) | Creates new Line annotation on the specified page. |
| [set_CaptionOffset](./set_captionoffset/)(System::SharedPtr\<Point\>) | Sets caption text offset from its normal position. |
| [set_CaptionPosition](./set_captionposition/)(Aspose::Pdf::Annotations::CaptionPosition) | Sets annotation caption position. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Aspose::Pdf::Annotations::LineAnnotation::LineAnnotation(System::SharedPtr<Aspos
## LineAnnotation::LineAnnotation(System::SharedPtr\<Document\>, System::SharedPtr\<Point\>, System::SharedPtr\<Point\>) constructor
Constructor for using with [Generator](../../../aspose.pdf.generator/).
Constructor for using with Generator.
```cpp
Aspose::Pdf::Annotations::LineAnnotation::LineAnnotation(System::SharedPtr<Document> document, System::SharedPtr<Point> start, System::SharedPtr<Point> end)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class MovieAnnotation : public Aspose::Pdf::Annotations::Annotation,
| [get_Poster](./get_poster/)() | Gets a flag or stream specifying whether and how a poster image representing the movie shall be displayed. If true, the poster image shall be retrieved from the movie file; if it is false, no poster shall be displayed. |
| [get_Rotate](./get_rotate/)() | Gets the number of degrees by which the movie shall be rotated clockwise relative to the page. The value shall be a multiple of 90. |
| [get_Title](./get_title/)() override | Gets the title of the movie annotation. |
| [MovieAnnotation](./movieannotation/)(System::SharedPtr\<Document\>, System::String) | Constructor for using with [Generator](../../aspose.pdf.generator/). |
| [MovieAnnotation](./movieannotation/)(System::SharedPtr\<Document\>, System::String) | Constructor for using with Generator. |
| [MovieAnnotation](./movieannotation/)(System::SharedPtr\<Aspose::Pdf::Page\>, System::SharedPtr\<Rectangle\>, System::String) | Creates new Sound annotation on the specified page. |
| [set_Aspect](./set_aspect/)(System::SharedPtr\<Point\>) | Sets the width and height of the movie's bounding box, in pixels. |
| [set_File](./set_file/)(System::SharedPtr\<FileSpecification\>) | Sets a file specification identifying a self-describing movie file. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Aspose::Pdf::Annotations::MovieAnnotation::MovieAnnotation(System::SharedPtr<Asp
## MovieAnnotation::MovieAnnotation(System::SharedPtr\<Document\>, System::String) constructor
Constructor for using with [Generator](../../../aspose.pdf.generator/).
Constructor for using with Generator.
```cpp
Aspose::Pdf::Annotations::MovieAnnotation::MovieAnnotation(System::SharedPtr<Document> document, System::String movieFile)
Expand Down
1 change: 1 addition & 0 deletions english/cpp/aspose.pdf.annotations/pdfaction/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class PdfAction : public Aspose::Pdf::Annotations::IAppointment
| --- | --- |
| [get_Next](./get_next/)() | Next actions in sequence. |
| [GetECMAScriptString](./getecmascriptstring/)() | Gets string for ECMAScript Action. |
| [PdfAction](./pdfaction/)() | |
| [ToString](./tostring/)() const override | Returns string representation of [ExplicitDestination](../explicitdestination/) object. |
## See Also
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: get_Next
second_title: Aspose.PDF for C++ API Reference
description: 'Aspose::Pdf::Annotations::PdfAction::get_Next method. Next actions in sequence in C++.'
type: docs
weight: 100
weight: 200
url: /cpp/aspose.pdf.annotations/pdfaction/get_next/
---
## PdfAction::get_Next method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: GetECMAScriptString
second_title: Aspose.PDF for C++ API Reference
description: 'Aspose::Pdf::Annotations::PdfAction::GetECMAScriptString method. Gets string for ECMAScript Action in C++.'
type: docs
weight: 200
weight: 300
url: /cpp/aspose.pdf.annotations/pdfaction/getecmascriptstring/
---
## PdfAction::GetECMAScriptString method
Expand Down
23 changes: 23 additions & 0 deletions english/cpp/aspose.pdf.annotations/pdfaction/pdfaction/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Aspose::Pdf::Annotations::PdfAction::PdfAction constructor
linktitle: PdfAction
second_title: Aspose.PDF for C++ API Reference
description: 'How to use PdfAction constructor of Aspose::Pdf::Annotations::PdfAction class in C++.'
type: docs
weight: 100
url: /cpp/aspose.pdf.annotations/pdfaction/pdfaction/
---
## PdfAction::PdfAction constructor




```cpp
Aspose::Pdf::Annotations::PdfAction::PdfAction()
```

## See Also

* Class [PdfAction](../)
* Namespace [Aspose::Pdf::Annotations](../../)
* Library [Aspose.PDF for C++](../../../)
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: ToString
second_title: Aspose.PDF for C++ API Reference
description: 'Aspose::Pdf::Annotations::PdfAction::ToString method. Returns string representation of ExplicitDestination object in C++.'
type: docs
weight: 300
weight: 400
url: /cpp/aspose.pdf.annotations/pdfaction/tostring/
---
## PdfAction::ToString method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class PolygonAnnotation : public Aspose::Pdf::Annotations::PolyAnnotation
| --- | --- |
| [Accept](./accept/)(System::SharedPtr\<AnnotationSelector\>) override | Accepts visitor object for annotation processing. |
| [get_AnnotationType](./get_annotationtype/)() override | Gets type of annotation. |
| [PolygonAnnotation](./polygonannotation/)(System::SharedPtr\<Document\>, System::ArrayPtr\<System::SharedPtr\<Point\>\>) | Constructor for using with [Generator](../../aspose.pdf.generator/). |
| [PolygonAnnotation](./polygonannotation/)(System::SharedPtr\<Document\>, System::ArrayPtr\<System::SharedPtr\<Point\>\>) | Constructor for using with Generator. |
| [PolygonAnnotation](./polygonannotation/)(System::SharedPtr\<Aspose::Pdf::Page\>, System::SharedPtr\<Rectangle\>, System::ArrayPtr\<System::SharedPtr\<Point\>\>) | Creates new Polygon annotation on the specified page. |
## See Also
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Aspose::Pdf::Annotations::PolygonAnnotation::PolygonAnnotation(System::SharedPtr
## PolygonAnnotation::PolygonAnnotation(System::SharedPtr\<Document\>, System::ArrayPtr\<System::SharedPtr\<Point\>\>) constructor
Constructor for using with [Generator](../../../aspose.pdf.generator/).
Constructor for using with Generator.
```cpp
Aspose::Pdf::Annotations::PolygonAnnotation::PolygonAnnotation(System::SharedPtr<Document> document, System::ArrayPtr<System::SharedPtr<Point>> vertices)
Expand Down
Loading

0 comments on commit 8a1f9b2

Please sign in to comment.