diff --git a/english/cpp/_index.md b/english/cpp/_index.md index 1f2aed1088..6f74ba7eb9 100644 --- a/english/cpp/_index.md +++ b/english/cpp/_index.md @@ -22,14 +22,15 @@ is_root: true | [Aspose::Pdf::Devices](./aspose.pdf.devices/) | The **[Aspose.Pdf.Devices](./aspose.pdf.devices/)** namespace provides classes which are used for representing document as image(s) or a plain text. So document can be sent on to textual or various graphic devices which means we want to get it textual or graphic representation. | | [Aspose::Pdf::Drawing](./aspose.pdf.drawing/) | The **[Aspose.Pdf.Drawing](./aspose.pdf.drawing/)** namespace provides classes describing graphic primitives like arc, line, circle etc. Corresponding objects can be used for creating new documents. | | [Aspose::Pdf::Facades](./aspose.pdf.facades/) | The **[Aspose.Pdf.Facades](./aspose.pdf.facades/)** namespace provides classes originaly came from Aspose.Pdf.Kit. These classes are used for manipulating documents perfoming operations like concatenating, stamping, signing, annotating etc. but on the high level without access to a document's inner structure. | +| [Aspose::Pdf::Flow](./aspose.pdf.flow/) | | | [Aspose::Pdf::Forms](./aspose.pdf.forms/) | The **[Aspose.Pdf.Forms](./aspose.pdf.forms/)** namespace has classes which describes forms (standard, static, dynamic) and various types of fields like text box, list box, radio button etc. | | [Aspose::Pdf::GroupProcessor](./aspose.pdf.groupprocessor/) | | | [Aspose::Pdf::GroupProcessor::Creators](./aspose.pdf.groupprocessor.creators/) | | | [Aspose::Pdf::LogicalStructure](./aspose.pdf.logicalstructure/) | The **Aspose.Pdf.Tagged.LogicalStructure ** is a namespace for PDF Logical [Structure](./aspose.pdf.structure/) classes. | +| [Aspose::Pdf::LowCode](./aspose.pdf.lowcode/) | | | [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/) | The **[Aspose.Pdf.Operators](./aspose.pdf.operators/)** is a namespace for [Operator](./aspose.pdf/operator/) implementations. These classes describes operators used in PDF page contents. | | [Aspose::Pdf::Optimization](./aspose.pdf.optimization/) | The **[Aspose.Pdf.Optimization](./aspose.pdf.optimization/)** is a namespace for classes for managing of document optimization process. | -| [Aspose::Pdf::Plugins](./aspose.pdf.plugins/) | | | [Aspose::Pdf::Sanitization](./aspose.pdf.sanitization/) | The **[Aspose.Pdf.Sanitization](./aspose.pdf.sanitization/)** is a namespace for sanitization operations. | | [Aspose::Pdf::Security](./aspose.pdf.security/) | The **[Aspose.Pdf.Security](./aspose.pdf.security/)** namespace contains classes used for encryption and digital signing. | | [Aspose::Pdf::Security::Impl](./aspose.pdf.security.impl/) | | @@ -84,6 +85,7 @@ is_root: true | [System::Text](./system.text/) | | | [System::Text::RegularExpressions](./system.text.regularexpressions/) | | | [System::Threading](./system.threading/) | | +| [System::Threading::Tasks](./system.threading.tasks/) | | | [System::Timers](./system.timers/) | | | [System::Web](./system.web/) | | | [System::Web::Services](./system.web.services/) | | diff --git a/english/cpp/aspose.pdf.dataeditor/cospdfdictionary/settemplateweakptr/_index.md b/english/cpp/aspose.pdf.dataeditor/cospdfdictionary/settemplateweakptr/_index.md deleted file mode 100644 index 0cdb649ae1..0000000000 --- a/english/cpp/aspose.pdf.dataeditor/cospdfdictionary/settemplateweakptr/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::DataEditor::CosPdfDictionary::SetTemplateWeakPtr method -linktitle: SetTemplateWeakPtr -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::DataEditor::CosPdfDictionary::SetTemplateWeakPtr method. Set n''th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode in C++.' -type: docs -weight: 1600 -url: /cpp/aspose.pdf.dataeditor/cospdfdictionary/settemplateweakptr/ ---- -## CosPdfDictionary::SetTemplateWeakPtr method - - -Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. - -```cpp -void Aspose::Pdf::DataEditor::CosPdfDictionary::SetTemplateWeakPtr(uint32_t argument) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| argument | uint32_t | Index of template argument to treat as weak poiner. | - -## See Also - -* Class [CosPdfDictionary](../) -* Namespace [Aspose::Pdf::DataEditor](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.facades/pdfxmpmetadata/settemplateweakptr/_index.md b/english/cpp/aspose.pdf.facades/pdfxmpmetadata/settemplateweakptr/_index.md deleted file mode 100644 index b162c8e428..0000000000 --- a/english/cpp/aspose.pdf.facades/pdfxmpmetadata/settemplateweakptr/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Facades::PdfXmpMetadata::SetTemplateWeakPtr method -linktitle: SetTemplateWeakPtr -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Facades::PdfXmpMetadata::SetTemplateWeakPtr method. Set n''th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode in C++.' -type: docs -weight: 2000 -url: /cpp/aspose.pdf.facades/pdfxmpmetadata/settemplateweakptr/ ---- -## PdfXmpMetadata::SetTemplateWeakPtr method - - -Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. - -```cpp -void Aspose::Pdf::Facades::PdfXmpMetadata::SetTemplateWeakPtr(uint32_t argument) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| argument | uint32_t | Index of template argument to treat as weak poiner. | - -## See Also - -* Class [PdfXmpMetadata](../) -* Namespace [Aspose::Pdf::Facades](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.flow/_index.md b/english/cpp/aspose.pdf.flow/_index.md new file mode 100644 index 0000000000..0190b14cdb --- /dev/null +++ b/english/cpp/aspose.pdf.flow/_index.md @@ -0,0 +1,18 @@ +--- +title: Aspose::Pdf::Flow namespace +linktitle: Aspose::Pdf::Flow +second_title: Aspose.PDF for C++ API Reference +description: 'How to use Aspose::Pdf::Flow namespace in C++.' +type: docs +weight: 900 +url: /cpp/aspose.pdf.flow/ +--- + + + +## Classes + +| Class | Description | +| --- | --- | +| [IStructureRecognitionVisitor](./istructurerecognitionvisitor/) | | +| [StructureRecognitionVisitor](./structurerecognitionvisitor/) | | diff --git a/english/cpp/aspose.pdf.flow/istructurerecognitionvisitor/_index.md b/english/cpp/aspose.pdf.flow/istructurerecognitionvisitor/_index.md new file mode 100644 index 0000000000..603db11205 --- /dev/null +++ b/english/cpp/aspose.pdf.flow/istructurerecognitionvisitor/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Pdf::Flow::IStructureRecognitionVisitor class +linktitle: IStructureRecognitionVisitor +second_title: Aspose.PDF for C++ API Reference +description: 'How to use Aspose::Pdf::Flow::IStructureRecognitionVisitor class in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.flow/istructurerecognitionvisitor/ +--- +## IStructureRecognitionVisitor class + + + + +```cpp +class IStructureRecognitionVisitor : public virtual System::Object +``` + +## Methods + +| Method | Description | +| --- | --- | +| virtual [EndDocument](./enddocument/)() | Signals the end of document processing. | +| virtual [StartDocument](./startdocument/)() | Signals the start of document processing. | +| virtual [VisitParagraph](./visitparagraph/)(System::SharedPtr\) | Visits a recognized paragraph in the document structure. | +| virtual [VisitSectionEnd](./visitsectionend/)(System::SharedPtr\) | Visits the end of a recognized section in the document. | +| virtual [VisitTable](./visittable/)(System::SharedPtr\) | Visits a recognized table in the document structure. | +## Remarks + + +Base interface for a custom document structure recognition visitor +## See Also + +* Class [Object](../../system/object/) +* Namespace [Aspose::Pdf::Flow](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.flow/istructurerecognitionvisitor/enddocument/_index.md b/english/cpp/aspose.pdf.flow/istructurerecognitionvisitor/enddocument/_index.md new file mode 100644 index 0000000000..b5f2937539 --- /dev/null +++ b/english/cpp/aspose.pdf.flow/istructurerecognitionvisitor/enddocument/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::Flow::IStructureRecognitionVisitor::EndDocument method +linktitle: EndDocument +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::Flow::IStructureRecognitionVisitor::EndDocument method. Signals the end of document processing in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.flow/istructurerecognitionvisitor/enddocument/ +--- +## IStructureRecognitionVisitor::EndDocument method + + +Signals the end of document processing. + +```cpp +virtual void Aspose::Pdf::Flow::IStructureRecognitionVisitor::EndDocument()=0 +``` + +## See Also + +* Class [IStructureRecognitionVisitor](../) +* Namespace [Aspose::Pdf::Flow](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.flow/istructurerecognitionvisitor/startdocument/_index.md b/english/cpp/aspose.pdf.flow/istructurerecognitionvisitor/startdocument/_index.md new file mode 100644 index 0000000000..ab459422be --- /dev/null +++ b/english/cpp/aspose.pdf.flow/istructurerecognitionvisitor/startdocument/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::Flow::IStructureRecognitionVisitor::StartDocument method +linktitle: StartDocument +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::Flow::IStructureRecognitionVisitor::StartDocument method. Signals the start of document processing in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.flow/istructurerecognitionvisitor/startdocument/ +--- +## IStructureRecognitionVisitor::StartDocument method + + +Signals the start of document processing. + +```cpp +virtual void Aspose::Pdf::Flow::IStructureRecognitionVisitor::StartDocument()=0 +``` + +## See Also + +* Class [IStructureRecognitionVisitor](../) +* Namespace [Aspose::Pdf::Flow](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.flow/istructurerecognitionvisitor/visitparagraph/_index.md b/english/cpp/aspose.pdf.flow/istructurerecognitionvisitor/visitparagraph/_index.md new file mode 100644 index 0000000000..66f7dd97f1 --- /dev/null +++ b/english/cpp/aspose.pdf.flow/istructurerecognitionvisitor/visitparagraph/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::Flow::IStructureRecognitionVisitor::VisitParagraph method +linktitle: VisitParagraph +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::Flow::IStructureRecognitionVisitor::VisitParagraph method. Visits a recognized paragraph in the document structure in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.flow/istructurerecognitionvisitor/visitparagraph/ +--- +## IStructureRecognitionVisitor::VisitParagraph method + + +Visits a recognized paragraph in the document structure. + +```cpp +virtual void Aspose::Pdf::Flow::IStructureRecognitionVisitor::VisitParagraph(System::SharedPtr paragraph)=0 +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| paragraph | System::SharedPtr\ | The paragraph element to process. | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [BaseParagraph](../../../aspose.pdf/baseparagraph/) +* Class [IStructureRecognitionVisitor](../) +* Namespace [Aspose::Pdf::Flow](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.flow/istructurerecognitionvisitor/visitsectionend/_index.md b/english/cpp/aspose.pdf.flow/istructurerecognitionvisitor/visitsectionend/_index.md new file mode 100644 index 0000000000..b60ed669ee --- /dev/null +++ b/english/cpp/aspose.pdf.flow/istructurerecognitionvisitor/visitsectionend/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::Flow::IStructureRecognitionVisitor::VisitSectionEnd method +linktitle: VisitSectionEnd +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::Flow::IStructureRecognitionVisitor::VisitSectionEnd method. Visits the end of a recognized section in the document in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.flow/istructurerecognitionvisitor/visitsectionend/ +--- +## IStructureRecognitionVisitor::VisitSectionEnd method + + +Visits the end of a recognized section in the document. + +```cpp +virtual void Aspose::Pdf::Flow::IStructureRecognitionVisitor::VisitSectionEnd(System::SharedPtr marginInfo)=0 +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| marginInfo | System::SharedPtr\ | The margin information for the section. | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [MarginInfo](../../../aspose.pdf/margininfo/) +* Class [IStructureRecognitionVisitor](../) +* Namespace [Aspose::Pdf::Flow](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.flow/istructurerecognitionvisitor/visittable/_index.md b/english/cpp/aspose.pdf.flow/istructurerecognitionvisitor/visittable/_index.md new file mode 100644 index 0000000000..35aae59190 --- /dev/null +++ b/english/cpp/aspose.pdf.flow/istructurerecognitionvisitor/visittable/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::Flow::IStructureRecognitionVisitor::VisitTable method +linktitle: VisitTable +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::Flow::IStructureRecognitionVisitor::VisitTable method. Visits a recognized table in the document structure in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.flow/istructurerecognitionvisitor/visittable/ +--- +## IStructureRecognitionVisitor::VisitTable method + + +Visits a recognized table in the document structure. + +```cpp +virtual void Aspose::Pdf::Flow::IStructureRecognitionVisitor::VisitTable(System::SharedPtr table)=0 +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| table | System::SharedPtr\ | The table element to process. | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Table](../../../aspose.pdf/table/) +* Class [IStructureRecognitionVisitor](../) +* Namespace [Aspose::Pdf::Flow](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.flow/structurerecognitionvisitor/_index.md b/english/cpp/aspose.pdf.flow/structurerecognitionvisitor/_index.md new file mode 100644 index 0000000000..5829a2c9db --- /dev/null +++ b/english/cpp/aspose.pdf.flow/structurerecognitionvisitor/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Pdf::Flow::StructureRecognitionVisitor class +linktitle: StructureRecognitionVisitor +second_title: Aspose.PDF for C++ API Reference +description: 'How to use Aspose::Pdf::Flow::StructureRecognitionVisitor class in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.flow/structurerecognitionvisitor/ +--- +## StructureRecognitionVisitor class + + + + +```cpp +class StructureRecognitionVisitor : public Aspose::Pdf::Flow::IStructureRecognitionVisitor +``` + +## Methods + +| Method | Description | +| --- | --- | +| [EndDocument](./enddocument/)() override | Signals the end of document processing. | +| virtual [Recognize](./recognize/)(System::SharedPtr\) | | +| virtual [Recognize](./recognize/)(System::SharedPtr\) | | +| [StartDocument](./startdocument/)() override | Signals the start of document processing. | +| [VisitParagraph](./visitparagraph/)(System::SharedPtr\) override | Visits a recognized paragraph in the document structure. | +| [VisitSectionEnd](./visitsectionend/)(System::SharedPtr\) override | Visits the end of a recognized section in the document. | +| [VisitTable](./visittable/)(System::SharedPtr\) override | Visits a recognized table in the document structure. | +## See Also + +* Class [IStructureRecognitionVisitor](../istructurerecognitionvisitor/) +* Namespace [Aspose::Pdf::Flow](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.flow/structurerecognitionvisitor/enddocument/_index.md b/english/cpp/aspose.pdf.flow/structurerecognitionvisitor/enddocument/_index.md new file mode 100644 index 0000000000..ec983519b5 --- /dev/null +++ b/english/cpp/aspose.pdf.flow/structurerecognitionvisitor/enddocument/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::Flow::StructureRecognitionVisitor::EndDocument method +linktitle: EndDocument +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::Flow::StructureRecognitionVisitor::EndDocument method. Signals the end of document processing in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.flow/structurerecognitionvisitor/enddocument/ +--- +## StructureRecognitionVisitor::EndDocument method + + +Signals the end of document processing. + +```cpp +void Aspose::Pdf::Flow::StructureRecognitionVisitor::EndDocument() override +``` + +## See Also + +* Class [StructureRecognitionVisitor](../) +* Namespace [Aspose::Pdf::Flow](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.flow/structurerecognitionvisitor/recognize/_index.md b/english/cpp/aspose.pdf.flow/structurerecognitionvisitor/recognize/_index.md new file mode 100644 index 0000000000..f743e3fdb7 --- /dev/null +++ b/english/cpp/aspose.pdf.flow/structurerecognitionvisitor/recognize/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Pdf::Flow::StructureRecognitionVisitor::Recognize method +linktitle: Recognize +second_title: Aspose.PDF for C++ API Reference +description: 'How to use Recognize method of Aspose::Pdf::Flow::StructureRecognitionVisitor class in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.flow/structurerecognitionvisitor/recognize/ +--- +## StructureRecognitionVisitor::Recognize(System::SharedPtr\) method + + + + +```cpp +virtual void Aspose::Pdf::Flow::StructureRecognitionVisitor::Recognize(System::SharedPtr document) +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Document](../../../aspose.pdf/document/) +* Class [StructureRecognitionVisitor](../) +* Namespace [Aspose::Pdf::Flow](../../) +* Library [Aspose.PDF for C++](../../../) +## StructureRecognitionVisitor::Recognize(System::SharedPtr\) method + + + + +```cpp +virtual void Aspose::Pdf::Flow::StructureRecognitionVisitor::Recognize(System::SharedPtr page) +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Page](../../../aspose.pdf/page/) +* Class [StructureRecognitionVisitor](../) +* Namespace [Aspose::Pdf::Flow](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.flow/structurerecognitionvisitor/startdocument/_index.md b/english/cpp/aspose.pdf.flow/structurerecognitionvisitor/startdocument/_index.md new file mode 100644 index 0000000000..68445c50b5 --- /dev/null +++ b/english/cpp/aspose.pdf.flow/structurerecognitionvisitor/startdocument/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::Flow::StructureRecognitionVisitor::StartDocument method +linktitle: StartDocument +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::Flow::StructureRecognitionVisitor::StartDocument method. Signals the start of document processing in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.flow/structurerecognitionvisitor/startdocument/ +--- +## StructureRecognitionVisitor::StartDocument method + + +Signals the start of document processing. + +```cpp +void Aspose::Pdf::Flow::StructureRecognitionVisitor::StartDocument() override +``` + +## See Also + +* Class [StructureRecognitionVisitor](../) +* Namespace [Aspose::Pdf::Flow](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.flow/structurerecognitionvisitor/visitparagraph/_index.md b/english/cpp/aspose.pdf.flow/structurerecognitionvisitor/visitparagraph/_index.md new file mode 100644 index 0000000000..c3e5d4890a --- /dev/null +++ b/english/cpp/aspose.pdf.flow/structurerecognitionvisitor/visitparagraph/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::Flow::StructureRecognitionVisitor::VisitParagraph method +linktitle: VisitParagraph +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::Flow::StructureRecognitionVisitor::VisitParagraph method. Visits a recognized paragraph in the document structure in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.flow/structurerecognitionvisitor/visitparagraph/ +--- +## StructureRecognitionVisitor::VisitParagraph method + + +Visits a recognized paragraph in the document structure. + +```cpp +void Aspose::Pdf::Flow::StructureRecognitionVisitor::VisitParagraph(System::SharedPtr paragraph) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| paragraph | System::SharedPtr\ | The paragraph element to process. | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [BaseParagraph](../../../aspose.pdf/baseparagraph/) +* Class [StructureRecognitionVisitor](../) +* Namespace [Aspose::Pdf::Flow](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.flow/structurerecognitionvisitor/visitsectionend/_index.md b/english/cpp/aspose.pdf.flow/structurerecognitionvisitor/visitsectionend/_index.md new file mode 100644 index 0000000000..26cc91acc6 --- /dev/null +++ b/english/cpp/aspose.pdf.flow/structurerecognitionvisitor/visitsectionend/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::Flow::StructureRecognitionVisitor::VisitSectionEnd method +linktitle: VisitSectionEnd +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::Flow::StructureRecognitionVisitor::VisitSectionEnd method. Visits the end of a recognized section in the document in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.flow/structurerecognitionvisitor/visitsectionend/ +--- +## StructureRecognitionVisitor::VisitSectionEnd method + + +Visits the end of a recognized section in the document. + +```cpp +void Aspose::Pdf::Flow::StructureRecognitionVisitor::VisitSectionEnd(System::SharedPtr marginInfo) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| marginInfo | System::SharedPtr\ | The margin information for the section. | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [MarginInfo](../../../aspose.pdf/margininfo/) +* Class [StructureRecognitionVisitor](../) +* Namespace [Aspose::Pdf::Flow](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.flow/structurerecognitionvisitor/visittable/_index.md b/english/cpp/aspose.pdf.flow/structurerecognitionvisitor/visittable/_index.md new file mode 100644 index 0000000000..fbdf992dd7 --- /dev/null +++ b/english/cpp/aspose.pdf.flow/structurerecognitionvisitor/visittable/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::Flow::StructureRecognitionVisitor::VisitTable method +linktitle: VisitTable +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::Flow::StructureRecognitionVisitor::VisitTable method. Visits a recognized table in the document structure in C++.' +type: docs +weight: 600 +url: /cpp/aspose.pdf.flow/structurerecognitionvisitor/visittable/ +--- +## StructureRecognitionVisitor::VisitTable method + + +Visits a recognized table in the document structure. + +```cpp +void Aspose::Pdf::Flow::StructureRecognitionVisitor::VisitTable(System::SharedPtr
table) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| table | System::SharedPtr\ | The table element to process. | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Table](../../../aspose.pdf/table/) +* Class [StructureRecognitionVisitor](../) +* Namespace [Aspose::Pdf::Flow](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.forms/_index.md b/english/cpp/aspose.pdf.forms/_index.md index 016aa2ef1c..8e1ff902e6 100644 --- a/english/cpp/aspose.pdf.forms/_index.md +++ b/english/cpp/aspose.pdf.forms/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Pdf::Forms second_title: Aspose.PDF for C++ API Reference description: 'Aspose::Pdf::Forms namespace. The Aspose.Pdf.Forms namespace has classes which describes forms (standard, static, dynamic) and various types of fields like text box, list box, radio button etc in C++.' type: docs -weight: 900 +weight: 1000 url: /cpp/aspose.pdf.forms/ --- diff --git a/english/cpp/aspose.pdf.forms/field/settemplateweakptr/_index.md b/english/cpp/aspose.pdf.forms/field/settemplateweakptr/_index.md deleted file mode 100644 index 906cb5abde..0000000000 --- a/english/cpp/aspose.pdf.forms/field/settemplateweakptr/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Forms::Field::SetTemplateWeakPtr method -linktitle: SetTemplateWeakPtr -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Forms::Field::SetTemplateWeakPtr method. Set n''th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode in C++.' -type: docs -weight: 3100 -url: /cpp/aspose.pdf.forms/field/settemplateweakptr/ ---- -## Field::SetTemplateWeakPtr method - - -Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. - -```cpp -void Aspose::Pdf::Forms::Field::SetTemplateWeakPtr(uint32_t argument) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| argument | uint32_t | Index of template argument to treat as weak poiner. | - -## See Also - -* Class [Field](../) -* Namespace [Aspose::Pdf::Forms](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.groupprocessor.creators/_index.md b/english/cpp/aspose.pdf.groupprocessor.creators/_index.md index c2fa4a0c63..34eb07d11d 100644 --- a/english/cpp/aspose.pdf.groupprocessor.creators/_index.md +++ b/english/cpp/aspose.pdf.groupprocessor.creators/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Pdf::GroupProcessor::Creators second_title: Aspose.PDF for C++ API Reference description: 'How to use Aspose::Pdf::GroupProcessor::Creators namespace in C++.' type: docs -weight: 1100 +weight: 1200 url: /cpp/aspose.pdf.groupprocessor.creators/ --- diff --git a/english/cpp/aspose.pdf.groupprocessor/_index.md b/english/cpp/aspose.pdf.groupprocessor/_index.md index 8f555aa44b..7463454922 100644 --- a/english/cpp/aspose.pdf.groupprocessor/_index.md +++ b/english/cpp/aspose.pdf.groupprocessor/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Pdf::GroupProcessor second_title: Aspose.PDF for C++ API Reference description: 'How to use Aspose::Pdf::GroupProcessor namespace in C++.' type: docs -weight: 1000 +weight: 1100 url: /cpp/aspose.pdf.groupprocessor/ --- diff --git a/english/cpp/aspose.pdf.logicalstructure/_index.md b/english/cpp/aspose.pdf.logicalstructure/_index.md index 56599b2938..f713e6080a 100644 --- a/english/cpp/aspose.pdf.logicalstructure/_index.md +++ b/english/cpp/aspose.pdf.logicalstructure/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Pdf::LogicalStructure second_title: Aspose.PDF for C++ API Reference description: 'Aspose::Pdf::LogicalStructure namespace. The Aspose.Pdf.Tagged.LogicalStructure is a namespace for PDF Logical Structure classes in C++.' type: docs -weight: 1200 +weight: 1300 url: /cpp/aspose.pdf.logicalstructure/ --- diff --git a/english/cpp/aspose.pdf.logicalstructure/mcrelement/get_content/_index.md b/english/cpp/aspose.pdf.logicalstructure/mcrelement/get_content/_index.md deleted file mode 100644 index 5a48d89489..0000000000 --- a/english/cpp/aspose.pdf.logicalstructure/mcrelement/get_content/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Aspose::Pdf::LogicalStructure::MCRElement::get_Content method -linktitle: get_Content -second_title: Aspose.PDF for C++ API Reference -description: 'How to use get_Content method of Aspose::Pdf::LogicalStructure::MCRElement class in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.logicalstructure/mcrelement/get_content/ ---- -## MCRElement::get_Content method - - - - -```cpp -System::String Aspose::Pdf::LogicalStructure::MCRElement::get_Content() const -``` - -## Remarks - - -Gets text content for marked-content reference element. - -For just created object wich implement [Aspose::Pdf::LogicalStructure::ITextElement](../../itextelement/). Is null in other cases. - -[Text](../../../aspose.pdf.text/) content for marked-content reference element. -## See Also - -* Class [String](../../../system/string/) -* Class [MCRElement](../) -* Namespace [Aspose::Pdf::LogicalStructure](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.logicalstructure/mcrelement/get_imagesrc/_index.md b/english/cpp/aspose.pdf.logicalstructure/mcrelement/get_imagesrc/_index.md deleted file mode 100644 index 3c7f052728..0000000000 --- a/english/cpp/aspose.pdf.logicalstructure/mcrelement/get_imagesrc/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Aspose::Pdf::LogicalStructure::MCRElement::get_ImageSrc method -linktitle: get_ImageSrc -second_title: Aspose.PDF for C++ API Reference -description: 'How to use get_ImageSrc method of Aspose::Pdf::LogicalStructure::MCRElement class in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.logicalstructure/mcrelement/get_imagesrc/ ---- -## MCRElement::get_ImageSrc method - - - - -```cpp -System::String Aspose::Pdf::LogicalStructure::MCRElement::get_ImageSrc() const -``` - -## Remarks - - -Gets image source for marked-content reference element. - -For just created [Aspose::Pdf::LogicalStructure::IllustrationElement](../../illustrationelement/). Is null in other cases. - -[Image](../../../aspose.pdf/image/) source for marked-content reference element. -## See Also - -* Class [String](../../../system/string/) -* Class [MCRElement](../) -* Namespace [Aspose::Pdf::LogicalStructure](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/_index.md b/english/cpp/aspose.pdf.lowcode/_index.md new file mode 100644 index 0000000000..cc761be428 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/_index.md @@ -0,0 +1,121 @@ +--- +title: Aspose::Pdf::LowCode namespace +linktitle: Aspose::Pdf::LowCode +second_title: Aspose.PDF for C++ API Reference +description: 'How to use Aspose::Pdf::LowCode namespace in C++.' +type: docs +weight: 1400 +url: /cpp/aspose.pdf.lowcode/ +--- + + + +## Classes + +| Class | Description | +| --- | --- | +| [CompressOptions](./compressoptions/) | Represents Compress options for [Optimizer](./optimizer/) plugin. | +| [DecryptionOptions](./decryptionoptions/) | Represents Decryption Options for [Security](./security/) plugin. | +| [DocConverter](./docconverter/) | Represents [DocConverter](./docconverter/) plugin. | +| [EncryptionOptions](./encryptionoptions/) | Represents Encryption Options for [Security](./security/) plugin. | +| [FileDataSource](./filedatasource/) | Represents file data source for load and save operations of a plugin. | +| [FileResult](./fileresult/) | Represents operation result in the form of string path to file. | +| [FileSaveTarget](./filesavetarget/) | Represents file save target for a plugin. | +| [FormCheckBoxFieldCreateOptions](./formcheckboxfieldcreateoptions/) | Represents options for creating CheckBoxField by [FormEditor](./formeditor/) plugin. | +| [FormCheckBoxFieldSetOptions](./formcheckboxfieldsetoptions/) | Represents options for set properties in CheckboxField by [FormEditor](./formeditor/) plugin. | +| [FormComboBoxFieldCreateOptions](./formcomboboxfieldcreateoptions/) | Represents options for creating ComboBoxField by [FormEditor](./formeditor/) plugin. | +| [FormComboBoxFieldSetOptions](./formcomboboxfieldsetoptions/) | Represents options for set properties in ComboBoxField by [FormEditor](./formeditor/) plugin. | +| [FormEditor](./formeditor/) | Represents [FormEditor](./formeditor/) plugin. | +| [FormEditorAddOptions](./formeditoraddoptions/) | Represents options for add Fields to document by [FormEditor](./formeditor/) plugin. | +| [FormEditorOptions](./formeditoroptions/) | Represents options for [FormEditor](./formeditor/) plugin. | +| [FormEditorRemoveOptions](./formeditorremoveoptions/) | Base class for option classes for remove fields in document by [FormEditor](./formeditor/) plugin. | +| [FormEditorSetOptions](./formeditorsetoptions/) | Represents options for set fields (not annotations) properties. | +| [FormExporter](./formexporter/) | Represents [FormExporter](./formexporter/) plugin. | +| [FormExporterOptions](./formexporteroptions/) | Represents options for [FormExporter](./formexporter/) plugin. | +| [FormExporterValuesToCsvOptions](./formexportervaluestocsvoptions/) | Represents options for export Value property(s) of specified field(s) (not annotations). | +| [FormFieldCreateOptions](./formfieldcreateoptions/) | Represents options for creating Field. | +| [FormFieldOptions](./formfieldoptions/) | Represents Field options. Base class for PdfFormFieldCreateOptions and PdfFormFillFieldOptions. | +| [FormFieldSetOptions](./formfieldsetoptions/) | Represents options for set properties in Field. | +| [FormFlattenAllFieldsOptions](./formflattenallfieldsoptions/) | Represents options for flatten all fields (not annotations) in document by [FormFlattener](./formflattener/) plugin. | +| [FormFlattener](./formflattener/) | Represents [FormFlattener](./formflattener/) plugin. | +| [FormFlattenerOptions](./formflatteneroptions/) | Base class for option classes for flatten fields (not annotations) in document by [FormFlattener](./formflattener/) plugin. | +| [FormFlattenSelectedFieldsOptions](./formflattenselectedfieldsoptions/) | Represents options for flatten selected fields (not annotations) in document by [FormFlattener](./formflattener/) plugin. | +| [FormOptions](./formoptions/) | Represents options for a family Form.... plugins. | +| [FormRemoveAllFieldsOptions](./formremoveallfieldsoptions/) | Represents options for remove all fields in document by [FormEditor](./formeditor/) plugin. | +| [FormRemoveSelectedFieldsOptions](./formremoveselectedfieldsoptions/) | Represents options for remove selected fields in document by [FormEditor](./formeditor/) plugin. | +| [FormTextBoxFieldCreateOptions](./formtextboxfieldcreateoptions/) | Represents options for creating TextBoxField by [FormEditor](./formeditor/) plugin. | +| [FormTextBoxFieldSetOptions](./formtextboxfieldsetoptions/) | Represents options for set properties in TextBoxField by [FormEditor](./formeditor/) plugin. | +| [Html](./html/) | Represents [Html](./html/) plugin. | +| [HtmlToPdfOptions](./htmltopdfoptions/) | Represents HTML to PDF converter options for [Html](./html/) plugin. | +| [IDataContainer](./idatacontainer/) | General data container interface that defines common methods that concrete data container (plugin options) should implement. | +| [IDataSource](./idatasource/) | General data source interface that defines common members that concrete data sources should implement. | +| [ImageExtractor](./imageextractor/) | Represents [ImageExtractor](./imageextractor/) plugin. | +| [ImageExtractorOptions](./imageextractoroptions/) | Represents images extraction options for the [ImageExtractor](./imageextractor/) plugin. | +| [IOperationResult](./ioperationresult/) | General operation result interface that defines common methods that concrete plugin operation result should implement. | +| [IPlugin](./iplugin/) | General plugin interface that defines common methods that concrete plugin should implement. | +| [IPluginOptions](./ipluginoptions/) | General plugin option interface that defines common methods that concrete plugin option should implement. | +| [ISaveInstruction](./isaveinstruction/) | General save instruction interface that defines common members that concrete plugin option should implement. | +| [ISaveTarget](./isavetarget/) | General save target interface that defines common members that concrete operation result save target should implement. | +| [Jpeg](./jpeg/) | Represents [Pdf](../aspose.pdf/) to [Jpeg](./jpeg/) plugin. | +| [JpegOptions](./jpegoptions/) | Represents [Pdf](../aspose.pdf/) to [Jpeg](./jpeg/) converter options for the [Jpeg](./jpeg/) plugin. | +| [MergeOptions](./mergeoptions/) | Represents Merge options for [Merger](./merger/) plugin. | +| [Merger](./merger/) | Represents [Merger](./merger/) plugin. | +| [ObjectResult](./objectresult/) | Represents operation result in the form of string. | +| [Ofd](./ofd/) | Represents the [Ofd](./ofd/) plugin. | +| [OfdToPdfOptions](./ofdtopdfoptions/) | Represents options for converting [OFD](../aspose.pdf.ofd/) to PDF. | +| [OptimizeOptions](./optimizeoptions/) | Represents Optimize options for [Optimizer](./optimizer/) plugin. | +| [Optimizer](./optimizer/) | Represents [Optimizer](./optimizer/) plugin. | +| [OrganizerBaseOptions](./organizerbaseoptions/) | Represents base options for plugins. | +| [PdfAConverter](./pdfaconverter/) | Represents a plugin for handling the conversion of PDF documents in a PDF/A format and for validation of the PDF/A conformance. | +| [PdfAConvertOptions](./pdfaconvertoptions/) | Represents options for converting PDF documents to PDF/A format with the [PdfAConverter](./pdfaconverter/) plugin. | +| [PdfAOptionsBase](./pdfaoptionsbase/) | Represents the base class for the [PdfAConverter](./pdfaconverter/) plugin options. This class provides properties and methods for configuring the PDF/A conversion and validation process. | +| [PdfAValidateOptions](./pdfavalidateoptions/) | Represents options for validating PDF/A compliance of PDF documents with the [PdfAConverter](./pdfaconverter/) plugin. | +| [PdfAValidationResult](./pdfavalidationresult/) | Represents the result of a PDF/A validation process. | +| [PdfConverterOptions](./pdfconverteroptions/) | Represents options for [Pdf](../aspose.pdf/) converter plugins. | +| [PdfExtractor](./pdfextractor/) | Represents base functionality to extract text, images, and other types of content that may occur on the pages of PDF documents. | +| [PdfExtractorOptions](./pdfextractoroptions/) | Represents options for the [TextExtractor](./textextractor/) and [ImageExtractor](./imageextractor/) plugins. | +| [PdfGeneratorOptions](./pdfgeneratoroptions/) | Represents options for Generator plugins. | +| [PdfToDocOptions](./pdftodocoptions/) | Represents PDF to DOC converter options for [DocConverter](./docconverter/) plugin. | +| [PdfToHtmlOptions](./pdftohtmloptions/) | Represents PDF to HTML converter options for [Html](./html/) plugin. | +| [PdfToImage](./pdftoimage/) | Represents PDF to image plugin. | +| [PdfToImageOptions](./pdftoimageoptions/) | Represents options for the [PdfToImage](./pdftoimage/) plugin. | +| [PdfToXlsOptions](./pdftoxlsoptions/) | Represents PDF to XLSX converter options for [XlsConverter](./xlsconverter/) plugin. | +| [Png](./png/) | Represents [Pdf](../aspose.pdf/) to [Png](./png/) plugin. | +| [PngOptions](./pngoptions/) | Represents [Pdf](../aspose.pdf/) to [Png](./png/) converter options for the [Png](./png/) plugin. | +| [ResizeOptions](./resizeoptions/) | Represents Resize options for [Optimizer](./optimizer/) plugin. | +| [ResultContainer](./resultcontainer/) | Represents container that contains the result collection of processing the plugin. | +| [RotateOptions](./rotateoptions/) | Represents Rotate options for [Optimizer](./optimizer/) plugin. | +| [Security](./security/) | Represents [Security](./security/) plugin. | +| [Signature](./signature/) | Represents [Signature](./signature/) plugin. | +| [SignOptions](./signoptions/) | Represents Sign Options for [Signature](./signature/) plugin. | +| [SplitOptions](./splitoptions/) | Represents Split options for [Splitter](./splitter/) plugin. | +| [Splitter](./splitter/) | Represents [Splitter](./splitter/) plugin. | +| [StreamDataSource](./streamdatasource/) | Represents stream data source for load and save operations of a plugin. | +| [StreamResult](./streamresult/) | Represents operation result in the form of Stream. | +| [StreamSaveTarget](./streamsavetarget/) | Represents stream save target for a plugin. | +| [StringResult](./stringresult/) | Represents operation result in the form of string. | +| [TableBuilder](./tablebuilder/) | Class represents builder for table in pdf page. | +| [TableCellBuilder](./tablecellbuilder/) | Class represents builder for table cell. | +| [TableGenerator](./tablegenerator/) | Represents Aspose.PDF [TableGenerator](./tablegenerator/) plugin. | +| [TableOptions](./tableoptions/) | Represents options for add table to document by [TableGenerator](./tablegenerator/) plugin. | +| [TableRowBuilder](./tablerowbuilder/) | Class represents builder for table row. | +| [TextExtractor](./textextractor/) | Represents [TextExtractor](./textextractor/) plugin. | +| [TextExtractorOptions](./textextractoroptions/) | Represents text extraction options for the [TextExtractor](./textextractor/) plugin. | +| [Tiff](./tiff/) | Represents [Pdf](../aspose.pdf/) to [Tiff](./tiff/) plugin. | +| [TiffOptions](./tiffoptions/) | Represents [Pdf](../aspose.pdf/) to [Tiff](./tiff/) converter options for the [Tiff](./tiff/) plugin. | +| [TocGenerator](./tocgenerator/) | Represents Aspose.PDF [TocGenerator](./tocgenerator/) plugin. | +| [TocOptions](./tocoptions/) | Represents options for add table of contents to document by [TocGenerator](./tocgenerator/) plugin. | +| [XlsConverter](./xlsconverter/) | Represents [XlsConverter](./xlsconverter/) plugin. | +## Enums + +| Enum | Description | +| --- | --- | +| [ConversionMode](./conversionmode/) | Defines conversion mode of the output document. | +| [DataType](./datatype/) | Represents possible types of data for plugin processing. | +| [PdfAStandardVersion](./pdfastandardversion/) | Specifies the PDF/A standard version for a PDF document. | +| [SaveFormat](./saveformat/) | Allows to specify .doc or .docx file format. | +## Typedefs + +| Typedef | Description | +| --- | --- | +| [SelectField](./selectfield/) | | diff --git a/english/cpp/aspose.pdf.lowcode/compressoptions/_index.md b/english/cpp/aspose.pdf.lowcode/compressoptions/_index.md new file mode 100644 index 0000000000..01e0d498e3 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/compressoptions/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::CompressOptions class +linktitle: CompressOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::CompressOptions class. Represents Compress options for Optimizer plugin in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/compressoptions/ +--- +## CompressOptions class + + +Represents Compress options for [Optimizer](../optimizer/) plugin. + +```cpp +class CompressOptions : public Aspose::Pdf::LowCode::OrganizerBaseOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [CompressOptions](./compressoptions/)() | Initializes new instance of the [CompressOptions](./) object with default options. | +## See Also + +* Class [OrganizerBaseOptions](../organizerbaseoptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/compressoptions/compressoptions/_index.md b/english/cpp/aspose.pdf.lowcode/compressoptions/compressoptions/_index.md new file mode 100644 index 0000000000..e42f609a60 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/compressoptions/compressoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::CompressOptions::CompressOptions constructor +linktitle: CompressOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::CompressOptions::CompressOptions constructor. Initializes new instance of the CompressOptions object with default options in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/compressoptions/compressoptions/ +--- +## CompressOptions::CompressOptions constructor + + +Initializes new instance of the [CompressOptions](../) object with default options. + +```cpp +Aspose::Pdf::LowCode::CompressOptions::CompressOptions() +``` + +## See Also + +* Class [CompressOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/conversionmode/_index.md b/english/cpp/aspose.pdf.lowcode/conversionmode/_index.md new file mode 100644 index 0000000000..ec53c64392 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/conversionmode/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::ConversionMode enum +linktitle: ConversionMode +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ConversionMode enum. Defines conversion mode of the output document in C++.' +type: docs +weight: 9300 +url: /cpp/aspose.pdf.lowcode/conversionmode/ +--- +## ConversionMode enum + + +Defines conversion mode of the output document. + +```cpp +enum class ConversionMode +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| TextBox | 0 | | +| Flow | 1 | Full recognition mode, the engine performs grouping and multi-level analysis to restore the original document author's intent and produce a maximally editable document. The downside is that the output document might look different from the original PDF file. | +| EnhancedFlow | 2 | An alternative [Flow](../../aspose.pdf.flow/) mode that supports the recognition of tables. | + +## See Also + +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/datatype/_index.md b/english/cpp/aspose.pdf.lowcode/datatype/_index.md new file mode 100644 index 0000000000..41bf119de0 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/datatype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::DataType enum +linktitle: DataType +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::DataType enum. Represents possible types of data for plugin processing in C++.' +type: docs +weight: 9400 +url: /cpp/aspose.pdf.lowcode/datatype/ +--- +## DataType enum + + +Represents possible types of data for plugin processing. + +```cpp +enum class DataType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| File | 0 | Data type is a file represented by the path to it. | +| Stream | 1 | Data type is a stream. | + +## See Also + +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/decryptionoptions/_index.md b/english/cpp/aspose.pdf.lowcode/decryptionoptions/_index.md new file mode 100644 index 0000000000..aeb7a1b698 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/decryptionoptions/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::DecryptionOptions class +linktitle: DecryptionOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::DecryptionOptions class. Represents Decryption Options for Security plugin in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/decryptionoptions/ +--- +## DecryptionOptions class + + +Represents Decryption Options for [Security](../security/) plugin. + +```cpp +class DecryptionOptions : public Aspose::Pdf::LowCode::OrganizerBaseOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DecryptionOptions](./decryptionoptions/)(System::String) | Initializes new instance of the [DecryptionOptions](./) object with default options. | +| [get_OwnerPassword](./get_ownerpassword/)() const | Owner password. | +| [set_OwnerPassword](./set_ownerpassword/)(System::String) | Owner password. | +## See Also + +* Class [OrganizerBaseOptions](../organizerbaseoptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/decryptionoptions/decryptionoptions/_index.md b/english/cpp/aspose.pdf.lowcode/decryptionoptions/decryptionoptions/_index.md new file mode 100644 index 0000000000..9e78a81966 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/decryptionoptions/decryptionoptions/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::DecryptionOptions::DecryptionOptions constructor +linktitle: DecryptionOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::DecryptionOptions::DecryptionOptions constructor. Initializes new instance of the DecryptionOptions object with default options in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/decryptionoptions/decryptionoptions/ +--- +## DecryptionOptions::DecryptionOptions constructor + + +Initializes new instance of the [DecryptionOptions](../) object with default options. + +```cpp +Aspose::Pdf::LowCode::DecryptionOptions::DecryptionOptions(System::String ownerPassword) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| ownerPassword | System::String | Owner password. | + +## See Also + +* Class [String](../../../system/string/) +* Class [DecryptionOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/decryptionoptions/get_ownerpassword/_index.md b/english/cpp/aspose.pdf.lowcode/decryptionoptions/get_ownerpassword/_index.md new file mode 100644 index 0000000000..325697a1ed --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/decryptionoptions/get_ownerpassword/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::DecryptionOptions::get_OwnerPassword method +linktitle: get_OwnerPassword +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::DecryptionOptions::get_OwnerPassword method. Owner password in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/decryptionoptions/get_ownerpassword/ +--- +## DecryptionOptions::get_OwnerPassword method + + +Owner password. + +```cpp +System::String Aspose::Pdf::LowCode::DecryptionOptions::get_OwnerPassword() const +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [DecryptionOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/decryptionoptions/set_ownerpassword/_index.md b/english/cpp/aspose.pdf.lowcode/decryptionoptions/set_ownerpassword/_index.md new file mode 100644 index 0000000000..32a39874a1 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/decryptionoptions/set_ownerpassword/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::DecryptionOptions::set_OwnerPassword method +linktitle: set_OwnerPassword +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::DecryptionOptions::set_OwnerPassword method. Owner password in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/decryptionoptions/set_ownerpassword/ +--- +## DecryptionOptions::set_OwnerPassword method + + +Owner password. + +```cpp +void Aspose::Pdf::LowCode::DecryptionOptions::set_OwnerPassword(System::String value) +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [DecryptionOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/docconverter/_index.md b/english/cpp/aspose.pdf.lowcode/docconverter/_index.md new file mode 100644 index 0000000000..b1728cfcb8 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/docconverter/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Pdf::LowCode::DocConverter class +linktitle: DocConverter +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::DocConverter class. Represents DocConverter plugin in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/docconverter/ +--- +## DocConverter class + + +Represents [DocConverter](./) plugin. + +```cpp +class DocConverter : public Aspose::Pdf::LowCode::IPlugin, + public System::IDisposable +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Dispose](./dispose/)() override | Implementation of IDisposable. | +| [Process](./process/)(System::SharedPtr\) override | Starts the [DocConverter](./) processing with the specified parameters. | +## See Also + +* Class [IPlugin](../iplugin/) +* Class [IDisposable](../../system/idisposable/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/docconverter/dispose/_index.md b/english/cpp/aspose.pdf.lowcode/docconverter/dispose/_index.md new file mode 100644 index 0000000000..8cb6c1395b --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/docconverter/dispose/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::DocConverter::Dispose method +linktitle: Dispose +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::DocConverter::Dispose method. Implementation of IDisposable in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/docconverter/dispose/ +--- +## DocConverter::Dispose method + + +Implementation of IDisposable. + +```cpp +void Aspose::Pdf::LowCode::DocConverter::Dispose() override +``` + +## See Also + +* Class [DocConverter](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/docconverter/process/_index.md b/english/cpp/aspose.pdf.lowcode/docconverter/process/_index.md new file mode 100644 index 0000000000..339eb62673 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/docconverter/process/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::DocConverter::Process method +linktitle: Process +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::DocConverter::Process method. Starts the DocConverter processing with the specified parameters in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/docconverter/process/ +--- +## DocConverter::Process method + + +Starts the [DocConverter](../) processing with the specified parameters. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::DocConverter::Process(System::SharedPtr options) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| options | System::SharedPtr\ | An options object containing instructions for the [DocConverter](../). | + +### ReturnValue + +An [ResultContainer](../../resultcontainer/) object containing the result of the operation. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [ResultContainer](../../resultcontainer/) +* Class [IPluginOptions](../../ipluginoptions/) +* Class [DocConverter](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/encryptionoptions/_index.md b/english/cpp/aspose.pdf.lowcode/encryptionoptions/_index.md new file mode 100644 index 0000000000..5c6ee3822b --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/encryptionoptions/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Pdf::LowCode::EncryptionOptions class +linktitle: EncryptionOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::EncryptionOptions class. Represents Encryption Options for Security plugin in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/encryptionoptions/ +--- +## EncryptionOptions class + + +Represents Encryption Options for [Security](../security/) plugin. + +```cpp +class EncryptionOptions : public Aspose::Pdf::LowCode::OrganizerBaseOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [EncryptionOptions](./encryptionoptions/)(System::String, System::String, System::SharedPtr\, Aspose::Pdf::CryptoAlgorithm) | Initializes new instance of the [EncryptionOptions](./) object with default options. | +| [get_CryptoAlgorithm](./get_cryptoalgorithm/)() const | Cryptographic algorithm, see [CryptoAlgorithm](../../aspose.pdf/cryptoalgorithm/) for details. | +| [get_DocumentPrivilege](./get_documentprivilege/)() const | [Document](../../aspose.pdf/document/) permissions, see [Permissions](../../aspose.pdf/permissions/) for details. | +| [get_OwnerPassword](./get_ownerpassword/)() const | Owner password. | +| [get_UserPassword](./get_userpassword/)() const | User password. | +| [set_CryptoAlgorithm](./set_cryptoalgorithm/)(Aspose::Pdf::CryptoAlgorithm) | Cryptographic algorithm, see [CryptoAlgorithm](../../aspose.pdf/cryptoalgorithm/) for details. | +| [set_DocumentPrivilege](./set_documentprivilege/)(System::SharedPtr\) | [Document](../../aspose.pdf/document/) permissions, see [Permissions](../../aspose.pdf/permissions/) for details. | +| [set_OwnerPassword](./set_ownerpassword/)(System::String) | Owner password. | +| [set_UserPassword](./set_userpassword/)(System::String) | User password. | +## See Also + +* Class [OrganizerBaseOptions](../organizerbaseoptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/encryptionoptions/encryptionoptions/_index.md b/english/cpp/aspose.pdf.lowcode/encryptionoptions/encryptionoptions/_index.md new file mode 100644 index 0000000000..f3055bbd0f --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/encryptionoptions/encryptionoptions/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::EncryptionOptions::EncryptionOptions constructor +linktitle: EncryptionOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::EncryptionOptions::EncryptionOptions constructor. Initializes new instance of the EncryptionOptions object with default options in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/encryptionoptions/encryptionoptions/ +--- +## EncryptionOptions::EncryptionOptions constructor + + +Initializes new instance of the [EncryptionOptions](../) object with default options. + +```cpp +Aspose::Pdf::LowCode::EncryptionOptions::EncryptionOptions(System::String ownerPassword, System::String userPassword, System::SharedPtr documentPrivilege, Aspose::Pdf::CryptoAlgorithm cryptoAlgorithm=Aspose::Pdf::CryptoAlgorithm::AESx256) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| ownerPassword | System::String | Owner password. | +| userPassword | System::String | User password. | +| documentPrivilege | System::SharedPtr\ | [Document](../../../aspose.pdf/document/) permissions. | +| cryptoAlgorithm | Aspose::Pdf::CryptoAlgorithm | Cryptographic algorithm. | + +## See Also + +* Class [String](../../../system/string/) +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [DocumentPrivilege](../../../aspose.pdf.facades/documentprivilege/) +* Enum [CryptoAlgorithm](../../../aspose.pdf/cryptoalgorithm/) +* Class [EncryptionOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/encryptionoptions/get_cryptoalgorithm/_index.md b/english/cpp/aspose.pdf.lowcode/encryptionoptions/get_cryptoalgorithm/_index.md new file mode 100644 index 0000000000..1fe9a77099 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/encryptionoptions/get_cryptoalgorithm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::EncryptionOptions::get_CryptoAlgorithm method +linktitle: get_CryptoAlgorithm +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::EncryptionOptions::get_CryptoAlgorithm method. Cryptographic algorithm, see CryptoAlgorithm for details in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/encryptionoptions/get_cryptoalgorithm/ +--- +## EncryptionOptions::get_CryptoAlgorithm method + + +Cryptographic algorithm, see [CryptoAlgorithm](../../../aspose.pdf/cryptoalgorithm/) for details. + +```cpp +Aspose::Pdf::CryptoAlgorithm Aspose::Pdf::LowCode::EncryptionOptions::get_CryptoAlgorithm() const +``` + +## See Also + +* Enum [CryptoAlgorithm](../../../aspose.pdf/cryptoalgorithm/) +* Class [EncryptionOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/encryptionoptions/get_documentprivilege/_index.md b/english/cpp/aspose.pdf.lowcode/encryptionoptions/get_documentprivilege/_index.md new file mode 100644 index 0000000000..112d3ed102 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/encryptionoptions/get_documentprivilege/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::EncryptionOptions::get_DocumentPrivilege method +linktitle: get_DocumentPrivilege +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::EncryptionOptions::get_DocumentPrivilege method. Document permissions, see Permissions for details in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/encryptionoptions/get_documentprivilege/ +--- +## EncryptionOptions::get_DocumentPrivilege method + + +[Document](../../../aspose.pdf/document/) permissions, see [Permissions](../../../aspose.pdf/permissions/) for details. + +```cpp +const System::SharedPtr & Aspose::Pdf::LowCode::EncryptionOptions::get_DocumentPrivilege() const +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [DocumentPrivilege](../../../aspose.pdf.facades/documentprivilege/) +* Class [EncryptionOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/encryptionoptions/get_ownerpassword/_index.md b/english/cpp/aspose.pdf.lowcode/encryptionoptions/get_ownerpassword/_index.md new file mode 100644 index 0000000000..a2658352dd --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/encryptionoptions/get_ownerpassword/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::EncryptionOptions::get_OwnerPassword method +linktitle: get_OwnerPassword +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::EncryptionOptions::get_OwnerPassword method. Owner password in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/encryptionoptions/get_ownerpassword/ +--- +## EncryptionOptions::get_OwnerPassword method + + +Owner password. + +```cpp +System::String Aspose::Pdf::LowCode::EncryptionOptions::get_OwnerPassword() const +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [EncryptionOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/encryptionoptions/get_userpassword/_index.md b/english/cpp/aspose.pdf.lowcode/encryptionoptions/get_userpassword/_index.md new file mode 100644 index 0000000000..3e87b839fc --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/encryptionoptions/get_userpassword/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::EncryptionOptions::get_UserPassword method +linktitle: get_UserPassword +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::EncryptionOptions::get_UserPassword method. User password in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.lowcode/encryptionoptions/get_userpassword/ +--- +## EncryptionOptions::get_UserPassword method + + +User password. + +```cpp +System::String Aspose::Pdf::LowCode::EncryptionOptions::get_UserPassword() const +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [EncryptionOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/encryptionoptions/set_cryptoalgorithm/_index.md b/english/cpp/aspose.pdf.lowcode/encryptionoptions/set_cryptoalgorithm/_index.md new file mode 100644 index 0000000000..1b90fb6264 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/encryptionoptions/set_cryptoalgorithm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::EncryptionOptions::set_CryptoAlgorithm method +linktitle: set_CryptoAlgorithm +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::EncryptionOptions::set_CryptoAlgorithm method. Cryptographic algorithm, see CryptoAlgorithm for details in C++.' +type: docs +weight: 600 +url: /cpp/aspose.pdf.lowcode/encryptionoptions/set_cryptoalgorithm/ +--- +## EncryptionOptions::set_CryptoAlgorithm method + + +Cryptographic algorithm, see [CryptoAlgorithm](../../../aspose.pdf/cryptoalgorithm/) for details. + +```cpp +void Aspose::Pdf::LowCode::EncryptionOptions::set_CryptoAlgorithm(Aspose::Pdf::CryptoAlgorithm value) +``` + +## See Also + +* Enum [CryptoAlgorithm](../../../aspose.pdf/cryptoalgorithm/) +* Class [EncryptionOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/encryptionoptions/set_documentprivilege/_index.md b/english/cpp/aspose.pdf.lowcode/encryptionoptions/set_documentprivilege/_index.md new file mode 100644 index 0000000000..8405705c0c --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/encryptionoptions/set_documentprivilege/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::EncryptionOptions::set_DocumentPrivilege method +linktitle: set_DocumentPrivilege +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::EncryptionOptions::set_DocumentPrivilege method. Document permissions, see Permissions for details in C++.' +type: docs +weight: 700 +url: /cpp/aspose.pdf.lowcode/encryptionoptions/set_documentprivilege/ +--- +## EncryptionOptions::set_DocumentPrivilege method + + +[Document](../../../aspose.pdf/document/) permissions, see [Permissions](../../../aspose.pdf/permissions/) for details. + +```cpp +void Aspose::Pdf::LowCode::EncryptionOptions::set_DocumentPrivilege(System::SharedPtr value) +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [DocumentPrivilege](../../../aspose.pdf.facades/documentprivilege/) +* Class [EncryptionOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/encryptionoptions/set_ownerpassword/_index.md b/english/cpp/aspose.pdf.lowcode/encryptionoptions/set_ownerpassword/_index.md new file mode 100644 index 0000000000..14ff933172 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/encryptionoptions/set_ownerpassword/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::EncryptionOptions::set_OwnerPassword method +linktitle: set_OwnerPassword +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::EncryptionOptions::set_OwnerPassword method. Owner password in C++.' +type: docs +weight: 800 +url: /cpp/aspose.pdf.lowcode/encryptionoptions/set_ownerpassword/ +--- +## EncryptionOptions::set_OwnerPassword method + + +Owner password. + +```cpp +void Aspose::Pdf::LowCode::EncryptionOptions::set_OwnerPassword(System::String value) +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [EncryptionOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/encryptionoptions/set_userpassword/_index.md b/english/cpp/aspose.pdf.lowcode/encryptionoptions/set_userpassword/_index.md new file mode 100644 index 0000000000..e4480e2793 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/encryptionoptions/set_userpassword/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::EncryptionOptions::set_UserPassword method +linktitle: set_UserPassword +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::EncryptionOptions::set_UserPassword method. User password in C++.' +type: docs +weight: 900 +url: /cpp/aspose.pdf.lowcode/encryptionoptions/set_userpassword/ +--- +## EncryptionOptions::set_UserPassword method + + +User password. + +```cpp +void Aspose::Pdf::LowCode::EncryptionOptions::set_UserPassword(System::String value) +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [EncryptionOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/filedatasource/_index.md b/english/cpp/aspose.pdf.lowcode/filedatasource/_index.md new file mode 100644 index 0000000000..bac7806a4e --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/filedatasource/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::FileDataSource class +linktitle: FileDataSource +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FileDataSource class. Represents file data source for load and save operations of a plugin in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.lowcode/filedatasource/ +--- +## FileDataSource class + + +Represents file data source for load and save operations of a plugin. + +```cpp +class FileDataSource : public Aspose::Pdf::LowCode::IDataSource +``` + +## Methods + +| Method | Description | +| --- | --- | +| [FileDataSource](./filedatasource/)(System::String) | Initializes new file data source with the specified path. | +| [get_DataType](./get_datatype/)() override | Type of data source (file). | +| [get_Path](./get_path/)() const | Gets the path to the file of the current data source. | +## See Also + +* Class [IDataSource](../idatasource/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/filedatasource/filedatasource/_index.md b/english/cpp/aspose.pdf.lowcode/filedatasource/filedatasource/_index.md new file mode 100644 index 0000000000..bc7081cce3 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/filedatasource/filedatasource/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::FileDataSource::FileDataSource constructor +linktitle: FileDataSource +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FileDataSource::FileDataSource constructor. Initializes new file data source with the specified path in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/filedatasource/filedatasource/ +--- +## FileDataSource::FileDataSource constructor + + +Initializes new file data source with the specified path. + +```cpp +Aspose::Pdf::LowCode::FileDataSource::FileDataSource(System::String path) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| path | System::String | A string representing the path to the source file. | + +## See Also + +* Class [String](../../../system/string/) +* Class [FileDataSource](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/filedatasource/get_datatype/_index.md b/english/cpp/aspose.pdf.lowcode/filedatasource/get_datatype/_index.md new file mode 100644 index 0000000000..90db9743a9 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/filedatasource/get_datatype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FileDataSource::get_DataType method +linktitle: get_DataType +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FileDataSource::get_DataType method. Type of data source (file) in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/filedatasource/get_datatype/ +--- +## FileDataSource::get_DataType method + + +Type of data source (file). + +```cpp +Aspose::Pdf::LowCode::DataType Aspose::Pdf::LowCode::FileDataSource::get_DataType() override +``` + +## See Also + +* Enum [DataType](../../datatype/) +* Class [FileDataSource](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/filedatasource/get_path/_index.md b/english/cpp/aspose.pdf.lowcode/filedatasource/get_path/_index.md new file mode 100644 index 0000000000..e7d21421bc --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/filedatasource/get_path/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FileDataSource::get_Path method +linktitle: get_Path +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FileDataSource::get_Path method. Gets the path to the file of the current data source in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/filedatasource/get_path/ +--- +## FileDataSource::get_Path method + + +Gets the path to the file of the current data source. + +```cpp +System::String Aspose::Pdf::LowCode::FileDataSource::get_Path() const +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [FileDataSource](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/fileresult/_index.md b/english/cpp/aspose.pdf.lowcode/fileresult/_index.md new file mode 100644 index 0000000000..2d8f3249f5 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/fileresult/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Pdf::LowCode::FileResult class +linktitle: FileResult +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FileResult class. Represents operation result in the form of string path to file in C++.' +type: docs +weight: 600 +url: /cpp/aspose.pdf.lowcode/fileresult/ +--- +## FileResult class + + +Represents operation result in the form of string path to file. + +```cpp +class FileResult : public Aspose::Pdf::LowCode::IOperationResult +``` + +## Methods + +| Method | Description | +| --- | --- | +| [get_Data](./get_data/)() override | Gets raw data. | +| [get_IsFile](./get_isfile/)() override | Indicates whether the result is a path to an output file. | +| [get_IsStream](./get_isstream/)() override | Indicates whether the result is an output stream. | +| [get_IsString](./get_isstring/)() override | Indicates whether the result is a text string. | +| [ToFile](./tofile/)() override | Tries to convert the result to a file. | +| [ToStream](./tostream/)() override | Tries to convert the result to a stream object. | +## See Also + +* Class [IOperationResult](../ioperationresult/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/fileresult/get_data/_index.md b/english/cpp/aspose.pdf.lowcode/fileresult/get_data/_index.md new file mode 100644 index 0000000000..17c99a02ad --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/fileresult/get_data/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::FileResult::get_Data method +linktitle: get_Data +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FileResult::get_Data method. Gets raw data in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/fileresult/get_data/ +--- +## FileResult::get_Data method + + +Gets raw data. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::FileResult::get_Data() override +``` + + +### ReturnValue + +An **object** representing output data. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Object](../../../system/object/) +* Class [FileResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/fileresult/get_isfile/_index.md b/english/cpp/aspose.pdf.lowcode/fileresult/get_isfile/_index.md new file mode 100644 index 0000000000..93e1074316 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/fileresult/get_isfile/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::FileResult::get_IsFile method +linktitle: get_IsFile +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FileResult::get_IsFile method. Indicates whether the result is a path to an output file in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/fileresult/get_isfile/ +--- +## FileResult::get_IsFile method + + +Indicates whether the result is a path to an output file. + +```cpp +bool Aspose::Pdf::LowCode::FileResult::get_IsFile() override +``` + + +### ReturnValue + +**true** if the result is a file; otherwise **false**. + +## See Also + +* Class [FileResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/fileresult/get_isstream/_index.md b/english/cpp/aspose.pdf.lowcode/fileresult/get_isstream/_index.md new file mode 100644 index 0000000000..81396751ff --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/fileresult/get_isstream/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::FileResult::get_IsStream method +linktitle: get_IsStream +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FileResult::get_IsStream method. Indicates whether the result is an output stream in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/fileresult/get_isstream/ +--- +## FileResult::get_IsStream method + + +Indicates whether the result is an output stream. + +```cpp +bool Aspose::Pdf::LowCode::FileResult::get_IsStream() override +``` + + +### ReturnValue + +**true** if the result is a stream object; otherwise **false**. + +## See Also + +* Class [FileResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/fileresult/get_isstring/_index.md b/english/cpp/aspose.pdf.lowcode/fileresult/get_isstring/_index.md new file mode 100644 index 0000000000..54edffa4aa --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/fileresult/get_isstring/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::FileResult::get_IsString method +linktitle: get_IsString +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FileResult::get_IsString method. Indicates whether the result is a text string in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/fileresult/get_isstring/ +--- +## FileResult::get_IsString method + + +Indicates whether the result is a text string. + +```cpp +bool Aspose::Pdf::LowCode::FileResult::get_IsString() override +``` + + +### ReturnValue + +**true** if the result is a string; otherwise **false**. + +## See Also + +* Class [FileResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/fileresult/tofile/_index.md b/english/cpp/aspose.pdf.lowcode/fileresult/tofile/_index.md new file mode 100644 index 0000000000..8c51b57914 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/fileresult/tofile/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::FileResult::ToFile method +linktitle: ToFile +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FileResult::ToFile method. Tries to convert the result to a file in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.lowcode/fileresult/tofile/ +--- +## FileResult::ToFile method + + +Tries to convert the result to a file. + +```cpp +System::String Aspose::Pdf::LowCode::FileResult::ToFile() override +``` + + +### ReturnValue + +A string representing the path to the output file if the result is file; otherwise **null**. + +## See Also + +* Class [String](../../../system/string/) +* Class [FileResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/fileresult/tostream/_index.md b/english/cpp/aspose.pdf.lowcode/fileresult/tostream/_index.md new file mode 100644 index 0000000000..36d90b4d6b --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/fileresult/tostream/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::FileResult::ToStream method +linktitle: ToStream +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FileResult::ToStream method. Tries to convert the result to a stream object in C++.' +type: docs +weight: 600 +url: /cpp/aspose.pdf.lowcode/fileresult/tostream/ +--- +## FileResult::ToStream method + + +Tries to convert the result to a stream object. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::FileResult::ToStream() override +``` + + +### ReturnValue + +A stream object representing the output data if the result is stream; otherwise **null**. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Stream](../../../system.io/stream/) +* Class [FileResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/filesavetarget/_index.md b/english/cpp/aspose.pdf.lowcode/filesavetarget/_index.md new file mode 100644 index 0000000000..7416122b2e --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/filesavetarget/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::FileSaveTarget class +linktitle: FileSaveTarget +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FileSaveTarget class. Represents file save target for a plugin in C++.' +type: docs +weight: 700 +url: /cpp/aspose.pdf.lowcode/filesavetarget/ +--- +## FileSaveTarget class + + +Represents file save target for a plugin. + +```cpp +class FileSaveTarget : public Aspose::Pdf::LowCode::ISaveTarget +``` + +## Methods + +| Method | Description | +| --- | --- | +| [FileSaveTarget](./filesavetarget/)(System::String) | Initializes new file save target with specified path. | +| [get_Path](./get_path/)() const | Gets the path to the file of current save target. | +| [get_SaveTarget](./get_savetarget/)() override | Type of the save target (file). | +## See Also + +* Class [ISaveTarget](../isavetarget/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/filesavetarget/filesavetarget/_index.md b/english/cpp/aspose.pdf.lowcode/filesavetarget/filesavetarget/_index.md new file mode 100644 index 0000000000..c98a4004ef --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/filesavetarget/filesavetarget/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::FileSaveTarget::FileSaveTarget constructor +linktitle: FileSaveTarget +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FileSaveTarget::FileSaveTarget constructor. Initializes new file save target with specified path in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/filesavetarget/filesavetarget/ +--- +## FileSaveTarget::FileSaveTarget constructor + + +Initializes new file save target with specified path. + +```cpp +Aspose::Pdf::LowCode::FileSaveTarget::FileSaveTarget(System::String path) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| path | System::String | A string representing the path to the output file. | + +## See Also + +* Class [String](../../../system/string/) +* Class [FileSaveTarget](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/filesavetarget/get_path/_index.md b/english/cpp/aspose.pdf.lowcode/filesavetarget/get_path/_index.md new file mode 100644 index 0000000000..42b4e40e91 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/filesavetarget/get_path/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::FileSaveTarget::get_Path method +linktitle: get_Path +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FileSaveTarget::get_Path method. Gets the path to the file of current save target in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/filesavetarget/get_path/ +--- +## FileSaveTarget::get_Path method + + +Gets the path to the file of current save target. + +```cpp +System::String Aspose::Pdf::LowCode::FileSaveTarget::get_Path() const +``` + + +### ReturnValue + +A string representing the path to the output file. + +## See Also + +* Class [String](../../../system/string/) +* Class [FileSaveTarget](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/filesavetarget/get_savetarget/_index.md b/english/cpp/aspose.pdf.lowcode/filesavetarget/get_savetarget/_index.md new file mode 100644 index 0000000000..fb0b55313b --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/filesavetarget/get_savetarget/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::FileSaveTarget::get_SaveTarget method +linktitle: get_SaveTarget +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FileSaveTarget::get_SaveTarget method. Type of the save target (file) in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/filesavetarget/get_savetarget/ +--- +## FileSaveTarget::get_SaveTarget method + + +Type of the save target (file). + +```cpp +DataType Aspose::Pdf::LowCode::FileSaveTarget::get_SaveTarget() override +``` + + +### ReturnValue + +A [DataType](../../datatype/) object representing output data. + +## See Also + +* Enum [DataType](../../datatype/) +* Class [FileSaveTarget](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcheckboxfieldcreateoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formcheckboxfieldcreateoptions/_index.md new file mode 100644 index 0000000000..e8dae5e2ad --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcheckboxfieldcreateoptions/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Pdf::LowCode::FormCheckBoxFieldCreateOptions class +linktitle: FormCheckBoxFieldCreateOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormCheckBoxFieldCreateOptions class. Represents options for creating CheckBoxField by FormEditor plugin in C++.' +type: docs +weight: 800 +url: /cpp/aspose.pdf.lowcode/formcheckboxfieldcreateoptions/ +--- +## FormCheckBoxFieldCreateOptions class + + +Represents options for creating CheckBoxField by [FormEditor](../formeditor/) plugin. + +```cpp +class FormCheckBoxFieldCreateOptions : public Aspose::Pdf::LowCode::FormFieldCreateOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [FormCheckBoxFieldCreateOptions](./formcheckboxfieldcreateoptions/)(int32_t, System::SharedPtr\) | Initializes a new instance of the [FormCheckBoxFieldCreateOptions](./) object, that containing parameters for created and added CheckBoxField. | +| [get_Checked](./get_checked/)() const | Gets/sets the value to determine whether created CheckboxField is checked or not (if will be set). | +| [get_Style](./get_style/)() const | Gets/sets the value to determine property Style for created CheckboxField (if will be set). | +| [set_Checked](./set_checked/)(System::Nullable\) | Gets/sets the value to determine whether created CheckboxField is checked or not (if will be set). | +| [set_Style](./set_style/)(System::Nullable\) | Gets/sets the value to determine property Style for created CheckboxField (if will be set). | +## See Also + +* Class [FormFieldCreateOptions](../formfieldcreateoptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcheckboxfieldcreateoptions/formcheckboxfieldcreateoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formcheckboxfieldcreateoptions/formcheckboxfieldcreateoptions/_index.md new file mode 100644 index 0000000000..7d7093ef6b --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcheckboxfieldcreateoptions/formcheckboxfieldcreateoptions/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Pdf::LowCode::FormCheckBoxFieldCreateOptions::FormCheckBoxFieldCreateOptions constructor +linktitle: FormCheckBoxFieldCreateOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormCheckBoxFieldCreateOptions::FormCheckBoxFieldCreateOptions constructor. Initializes a new instance of the FormCheckBoxFieldCreateOptions object, that containing parameters for created and added CheckBoxField in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/formcheckboxfieldcreateoptions/formcheckboxfieldcreateoptions/ +--- +## FormCheckBoxFieldCreateOptions::FormCheckBoxFieldCreateOptions constructor + + +Initializes a new instance of the [FormCheckBoxFieldCreateOptions](../) object, that containing parameters for created and added CheckBoxField. + +```cpp +Aspose::Pdf::LowCode::FormCheckBoxFieldCreateOptions::FormCheckBoxFieldCreateOptions(int32_t pageNum, System::SharedPtr rect) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pageNum | int32_t | [Page](../../../aspose.pdf/page/) number on which the added CheckBoxField will be located. | +| rect | System::SharedPtr\ | Sets CheckBoxField rectangle. | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Rectangle](../../../aspose.pdf/rectangle/) +* Class [FormCheckBoxFieldCreateOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcheckboxfieldcreateoptions/get_checked/_index.md b/english/cpp/aspose.pdf.lowcode/formcheckboxfieldcreateoptions/get_checked/_index.md new file mode 100644 index 0000000000..38a0b40936 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcheckboxfieldcreateoptions/get_checked/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormCheckBoxFieldCreateOptions::get_Checked method +linktitle: get_Checked +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormCheckBoxFieldCreateOptions::get_Checked method. Gets/sets the value to determine whether created CheckboxField is checked or not (if will be set) in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/formcheckboxfieldcreateoptions/get_checked/ +--- +## FormCheckBoxFieldCreateOptions::get_Checked method + + +Gets/sets the value to determine whether created CheckboxField is checked or not (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormCheckBoxFieldCreateOptions::get_Checked() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormCheckBoxFieldCreateOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcheckboxfieldcreateoptions/get_style/_index.md b/english/cpp/aspose.pdf.lowcode/formcheckboxfieldcreateoptions/get_style/_index.md new file mode 100644 index 0000000000..d75ed52d35 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcheckboxfieldcreateoptions/get_style/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::FormCheckBoxFieldCreateOptions::get_Style method +linktitle: get_Style +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormCheckBoxFieldCreateOptions::get_Style method. Gets/sets the value to determine property Style for created CheckboxField (if will be set) in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/formcheckboxfieldcreateoptions/get_style/ +--- +## FormCheckBoxFieldCreateOptions::get_Style method + + +Gets/sets the value to determine property Style for created CheckboxField (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormCheckBoxFieldCreateOptions::get_Style() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Enum [BoxStyle](../../../aspose.pdf.forms/boxstyle/) +* Class [FormCheckBoxFieldCreateOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcheckboxfieldcreateoptions/set_checked/_index.md b/english/cpp/aspose.pdf.lowcode/formcheckboxfieldcreateoptions/set_checked/_index.md new file mode 100644 index 0000000000..c7de9ebde5 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcheckboxfieldcreateoptions/set_checked/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormCheckBoxFieldCreateOptions::set_Checked method +linktitle: set_Checked +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormCheckBoxFieldCreateOptions::set_Checked method. Gets/sets the value to determine whether created CheckboxField is checked or not (if will be set) in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/formcheckboxfieldcreateoptions/set_checked/ +--- +## FormCheckBoxFieldCreateOptions::set_Checked method + + +Gets/sets the value to determine whether created CheckboxField is checked or not (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormCheckBoxFieldCreateOptions::set_Checked(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormCheckBoxFieldCreateOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcheckboxfieldcreateoptions/set_style/_index.md b/english/cpp/aspose.pdf.lowcode/formcheckboxfieldcreateoptions/set_style/_index.md new file mode 100644 index 0000000000..c2607035e9 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcheckboxfieldcreateoptions/set_style/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::FormCheckBoxFieldCreateOptions::set_Style method +linktitle: set_Style +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormCheckBoxFieldCreateOptions::set_Style method. Gets/sets the value to determine property Style for created CheckboxField (if will be set) in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.lowcode/formcheckboxfieldcreateoptions/set_style/ +--- +## FormCheckBoxFieldCreateOptions::set_Style method + + +Gets/sets the value to determine property Style for created CheckboxField (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormCheckBoxFieldCreateOptions::set_Style(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Enum [BoxStyle](../../../aspose.pdf.forms/boxstyle/) +* Class [FormCheckBoxFieldCreateOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcheckboxfieldsetoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formcheckboxfieldsetoptions/_index.md new file mode 100644 index 0000000000..e330fd35d7 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcheckboxfieldsetoptions/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Pdf::LowCode::FormCheckBoxFieldSetOptions class +linktitle: FormCheckBoxFieldSetOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormCheckBoxFieldSetOptions class. Represents options for set properties in CheckboxField by FormEditor plugin in C++.' +type: docs +weight: 900 +url: /cpp/aspose.pdf.lowcode/formcheckboxfieldsetoptions/ +--- +## FormCheckBoxFieldSetOptions class + + +Represents options for set properties in CheckboxField by [FormEditor](../formeditor/) plugin. + +```cpp +class FormCheckBoxFieldSetOptions : public Aspose::Pdf::LowCode::FormFieldSetOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [get_Checked](./get_checked/)() const | Gets/sets the value to determine property Checked for modified field (if will be set). | +| [get_Style](./get_style/)() const | Gets/sets the value to determine property BoxStyle for modified field (if will be set). | +| [set_Checked](./set_checked/)(System::Nullable\) | Gets/sets the value to determine property Checked for modified field (if will be set). | +| [set_Style](./set_style/)(System::Nullable\) | Gets/sets the value to determine property BoxStyle for modified field (if will be set). | +## See Also + +* Class [FormFieldSetOptions](../formfieldsetoptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcheckboxfieldsetoptions/get_checked/_index.md b/english/cpp/aspose.pdf.lowcode/formcheckboxfieldsetoptions/get_checked/_index.md new file mode 100644 index 0000000000..ca236cd7a6 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcheckboxfieldsetoptions/get_checked/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormCheckBoxFieldSetOptions::get_Checked method +linktitle: get_Checked +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormCheckBoxFieldSetOptions::get_Checked method. Gets/sets the value to determine property Checked for modified field (if will be set) in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/formcheckboxfieldsetoptions/get_checked/ +--- +## FormCheckBoxFieldSetOptions::get_Checked method + + +Gets/sets the value to determine property Checked for modified field (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormCheckBoxFieldSetOptions::get_Checked() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormCheckBoxFieldSetOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcheckboxfieldsetoptions/get_style/_index.md b/english/cpp/aspose.pdf.lowcode/formcheckboxfieldsetoptions/get_style/_index.md new file mode 100644 index 0000000000..afd5cef936 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcheckboxfieldsetoptions/get_style/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::FormCheckBoxFieldSetOptions::get_Style method +linktitle: get_Style +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormCheckBoxFieldSetOptions::get_Style method. Gets/sets the value to determine property BoxStyle for modified field (if will be set) in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/formcheckboxfieldsetoptions/get_style/ +--- +## FormCheckBoxFieldSetOptions::get_Style method + + +Gets/sets the value to determine property BoxStyle for modified field (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormCheckBoxFieldSetOptions::get_Style() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Enum [BoxStyle](../../../aspose.pdf.forms/boxstyle/) +* Class [FormCheckBoxFieldSetOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcheckboxfieldsetoptions/set_checked/_index.md b/english/cpp/aspose.pdf.lowcode/formcheckboxfieldsetoptions/set_checked/_index.md new file mode 100644 index 0000000000..ffe32eee90 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcheckboxfieldsetoptions/set_checked/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormCheckBoxFieldSetOptions::set_Checked method +linktitle: set_Checked +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormCheckBoxFieldSetOptions::set_Checked method. Gets/sets the value to determine property Checked for modified field (if will be set) in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/formcheckboxfieldsetoptions/set_checked/ +--- +## FormCheckBoxFieldSetOptions::set_Checked method + + +Gets/sets the value to determine property Checked for modified field (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormCheckBoxFieldSetOptions::set_Checked(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormCheckBoxFieldSetOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcheckboxfieldsetoptions/set_style/_index.md b/english/cpp/aspose.pdf.lowcode/formcheckboxfieldsetoptions/set_style/_index.md new file mode 100644 index 0000000000..b83762bc17 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcheckboxfieldsetoptions/set_style/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::FormCheckBoxFieldSetOptions::set_Style method +linktitle: set_Style +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormCheckBoxFieldSetOptions::set_Style method. Gets/sets the value to determine property BoxStyle for modified field (if will be set) in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/formcheckboxfieldsetoptions/set_style/ +--- +## FormCheckBoxFieldSetOptions::set_Style method + + +Gets/sets the value to determine property BoxStyle for modified field (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormCheckBoxFieldSetOptions::set_Style(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Enum [BoxStyle](../../../aspose.pdf.forms/boxstyle/) +* Class [FormCheckBoxFieldSetOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/_index.md new file mode 100644 index 0000000000..00e505c11c --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Pdf::LowCode::FormComboBoxFieldCreateOptions class +linktitle: FormComboBoxFieldCreateOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormComboBoxFieldCreateOptions class. Represents options for creating ComboBoxField by FormEditor plugin in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/ +--- +## FormComboBoxFieldCreateOptions class + + +Represents options for creating ComboBoxField by [FormEditor](../formeditor/) plugin. + +```cpp +class FormComboBoxFieldCreateOptions : public Aspose::Pdf::LowCode::FormFieldCreateOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [FormComboBoxFieldCreateOptions](./formcomboboxfieldcreateoptions/)(int32_t, System::SharedPtr\) | Initializes a new instance of the [FormComboBoxFieldCreateOptions](./) object, that containing parameters for created and added ComboBoxField. | +| [get_Editable](./get_editable/)() const | Gets/sets the value to determine whether created ComboBoxField is editable or not (if will be set). | +| [get_Options](./get_options/)() const | Gets/sets the value to determine property Options for created ComboBoxField (if will be set). | +| [get_Selected](./get_selected/)() const | Gets/sets the value to determine property Selected for created ComboBoxField (if will be set). | +| [set_Editable](./set_editable/)(System::Nullable\) | Gets/sets the value to determine whether created ComboBoxField is editable or not (if will be set). | +| [set_Options](./set_options/)(System::SharedPtr\\>) | Gets/sets the value to determine property Options for created ComboBoxField (if will be set). | +| [set_Selected](./set_selected/)(System::Nullable\) | Gets/sets the value to determine property Selected for created ComboBoxField (if will be set). | +## See Also + +* Class [FormFieldCreateOptions](../formfieldcreateoptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/formcomboboxfieldcreateoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/formcomboboxfieldcreateoptions/_index.md new file mode 100644 index 0000000000..99b44c2c39 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/formcomboboxfieldcreateoptions/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Pdf::LowCode::FormComboBoxFieldCreateOptions::FormComboBoxFieldCreateOptions constructor +linktitle: FormComboBoxFieldCreateOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormComboBoxFieldCreateOptions::FormComboBoxFieldCreateOptions constructor. Initializes a new instance of the FormComboBoxFieldCreateOptions object, that containing parameters for created and added ComboBoxField in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/formcomboboxfieldcreateoptions/ +--- +## FormComboBoxFieldCreateOptions::FormComboBoxFieldCreateOptions constructor + + +Initializes a new instance of the [FormComboBoxFieldCreateOptions](../) object, that containing parameters for created and added ComboBoxField. + +```cpp +Aspose::Pdf::LowCode::FormComboBoxFieldCreateOptions::FormComboBoxFieldCreateOptions(int32_t pageNum, System::SharedPtr rect) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pageNum | int32_t | [Page](../../../aspose.pdf/page/) number on which the added ComboBoxField will be located. | +| rect | System::SharedPtr\ | Sets ComboBoxField rectangle. | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Rectangle](../../../aspose.pdf/rectangle/) +* Class [FormComboBoxFieldCreateOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/get_editable/_index.md b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/get_editable/_index.md new file mode 100644 index 0000000000..76b3dccf0c --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/get_editable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormComboBoxFieldCreateOptions::get_Editable method +linktitle: get_Editable +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormComboBoxFieldCreateOptions::get_Editable method. Gets/sets the value to determine whether created ComboBoxField is editable or not (if will be set) in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/get_editable/ +--- +## FormComboBoxFieldCreateOptions::get_Editable method + + +Gets/sets the value to determine whether created ComboBoxField is editable or not (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormComboBoxFieldCreateOptions::get_Editable() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormComboBoxFieldCreateOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/get_options/_index.md b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/get_options/_index.md new file mode 100644 index 0000000000..b00c374f5f --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/get_options/_index.md @@ -0,0 +1,26 @@ +--- +title: Aspose::Pdf::LowCode::FormComboBoxFieldCreateOptions::get_Options method +linktitle: get_Options +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormComboBoxFieldCreateOptions::get_Options method. Gets/sets the value to determine property Options for created ComboBoxField (if will be set) in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/get_options/ +--- +## FormComboBoxFieldCreateOptions::get_Options method + + +Gets/sets the value to determine property Options for created ComboBoxField (if will be set). + +```cpp +const System::SharedPtr> & Aspose::Pdf::LowCode::FormComboBoxFieldCreateOptions::get_Options() const +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [List](../../../system.collections.generic/list/) +* Class [String](../../../system/string/) +* Class [FormComboBoxFieldCreateOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/get_selected/_index.md b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/get_selected/_index.md new file mode 100644 index 0000000000..89d93e7389 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/get_selected/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormComboBoxFieldCreateOptions::get_Selected method +linktitle: get_Selected +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormComboBoxFieldCreateOptions::get_Selected method. Gets/sets the value to determine property Selected for created ComboBoxField (if will be set) in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/get_selected/ +--- +## FormComboBoxFieldCreateOptions::get_Selected method + + +Gets/sets the value to determine property Selected for created ComboBoxField (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormComboBoxFieldCreateOptions::get_Selected() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormComboBoxFieldCreateOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/set_editable/_index.md b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/set_editable/_index.md new file mode 100644 index 0000000000..43314f6bf8 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/set_editable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormComboBoxFieldCreateOptions::set_Editable method +linktitle: set_Editable +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormComboBoxFieldCreateOptions::set_Editable method. Gets/sets the value to determine whether created ComboBoxField is editable or not (if will be set) in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/set_editable/ +--- +## FormComboBoxFieldCreateOptions::set_Editable method + + +Gets/sets the value to determine whether created ComboBoxField is editable or not (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormComboBoxFieldCreateOptions::set_Editable(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormComboBoxFieldCreateOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/set_options/_index.md b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/set_options/_index.md new file mode 100644 index 0000000000..d8692bdf5b --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/set_options/_index.md @@ -0,0 +1,26 @@ +--- +title: Aspose::Pdf::LowCode::FormComboBoxFieldCreateOptions::set_Options method +linktitle: set_Options +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormComboBoxFieldCreateOptions::set_Options method. Gets/sets the value to determine property Options for created ComboBoxField (if will be set) in C++.' +type: docs +weight: 600 +url: /cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/set_options/ +--- +## FormComboBoxFieldCreateOptions::set_Options method + + +Gets/sets the value to determine property Options for created ComboBoxField (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormComboBoxFieldCreateOptions::set_Options(System::SharedPtr> value) +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [List](../../../system.collections.generic/list/) +* Class [String](../../../system/string/) +* Class [FormComboBoxFieldCreateOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/set_selected/_index.md b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/set_selected/_index.md new file mode 100644 index 0000000000..3331506ed1 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/set_selected/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormComboBoxFieldCreateOptions::set_Selected method +linktitle: set_Selected +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormComboBoxFieldCreateOptions::set_Selected method. Gets/sets the value to determine property Selected for created ComboBoxField (if will be set) in C++.' +type: docs +weight: 700 +url: /cpp/aspose.pdf.lowcode/formcomboboxfieldcreateoptions/set_selected/ +--- +## FormComboBoxFieldCreateOptions::set_Selected method + + +Gets/sets the value to determine property Selected for created ComboBoxField (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormComboBoxFieldCreateOptions::set_Selected(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormComboBoxFieldCreateOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/_index.md new file mode 100644 index 0000000000..dde7eb6c21 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Pdf::LowCode::FormComboBoxFieldSetOptions class +linktitle: FormComboBoxFieldSetOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormComboBoxFieldSetOptions class. Represents options for set properties in ComboBoxField by FormEditor plugin in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/ +--- +## FormComboBoxFieldSetOptions class + + +Represents options for set properties in ComboBoxField by [FormEditor](../formeditor/) plugin. + +```cpp +class FormComboBoxFieldSetOptions : public Aspose::Pdf::LowCode::FormFieldSetOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [get_Editable](./get_editable/)() const | Gets/sets the value to determine property Editable for modified field (if will be set). | +| [get_Options](./get_options/)() const | Gets/sets the value to determine property Options for modified field (if will be set). | +| [get_Selected](./get_selected/)() const | Gets/sets the value to determine property Selected for modified field (if will be set). | +| [set_Editable](./set_editable/)(System::Nullable\) | Gets/sets the value to determine property Editable for modified field (if will be set). | +| [set_Options](./set_options/)(System::SharedPtr\\>) | Gets/sets the value to determine property Options for modified field (if will be set). | +| [set_Selected](./set_selected/)(System::Nullable\) | Gets/sets the value to determine property Selected for modified field (if will be set). | +## See Also + +* Class [FormFieldSetOptions](../formfieldsetoptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/get_editable/_index.md b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/get_editable/_index.md new file mode 100644 index 0000000000..0ee14dedf5 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/get_editable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormComboBoxFieldSetOptions::get_Editable method +linktitle: get_Editable +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormComboBoxFieldSetOptions::get_Editable method. Gets/sets the value to determine property Editable for modified field (if will be set) in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/get_editable/ +--- +## FormComboBoxFieldSetOptions::get_Editable method + + +Gets/sets the value to determine property Editable for modified field (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormComboBoxFieldSetOptions::get_Editable() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormComboBoxFieldSetOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/get_options/_index.md b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/get_options/_index.md new file mode 100644 index 0000000000..add6bb2715 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/get_options/_index.md @@ -0,0 +1,26 @@ +--- +title: Aspose::Pdf::LowCode::FormComboBoxFieldSetOptions::get_Options method +linktitle: get_Options +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormComboBoxFieldSetOptions::get_Options method. Gets/sets the value to determine property Options for modified field (if will be set) in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/get_options/ +--- +## FormComboBoxFieldSetOptions::get_Options method + + +Gets/sets the value to determine property Options for modified field (if will be set). + +```cpp +const System::SharedPtr> & Aspose::Pdf::LowCode::FormComboBoxFieldSetOptions::get_Options() const +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [List](../../../system.collections.generic/list/) +* Class [String](../../../system/string/) +* Class [FormComboBoxFieldSetOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/get_selected/_index.md b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/get_selected/_index.md new file mode 100644 index 0000000000..0b8a02ccd7 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/get_selected/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormComboBoxFieldSetOptions::get_Selected method +linktitle: get_Selected +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormComboBoxFieldSetOptions::get_Selected method. Gets/sets the value to determine property Selected for modified field (if will be set) in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/get_selected/ +--- +## FormComboBoxFieldSetOptions::get_Selected method + + +Gets/sets the value to determine property Selected for modified field (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormComboBoxFieldSetOptions::get_Selected() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormComboBoxFieldSetOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/set_editable/_index.md b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/set_editable/_index.md new file mode 100644 index 0000000000..dc28a3beff --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/set_editable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormComboBoxFieldSetOptions::set_Editable method +linktitle: set_Editable +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormComboBoxFieldSetOptions::set_Editable method. Gets/sets the value to determine property Editable for modified field (if will be set) in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/set_editable/ +--- +## FormComboBoxFieldSetOptions::set_Editable method + + +Gets/sets the value to determine property Editable for modified field (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormComboBoxFieldSetOptions::set_Editable(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormComboBoxFieldSetOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/set_options/_index.md b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/set_options/_index.md new file mode 100644 index 0000000000..d5d3c034ac --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/set_options/_index.md @@ -0,0 +1,26 @@ +--- +title: Aspose::Pdf::LowCode::FormComboBoxFieldSetOptions::set_Options method +linktitle: set_Options +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormComboBoxFieldSetOptions::set_Options method. Gets/sets the value to determine property Options for modified field (if will be set) in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/set_options/ +--- +## FormComboBoxFieldSetOptions::set_Options method + + +Gets/sets the value to determine property Options for modified field (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormComboBoxFieldSetOptions::set_Options(System::SharedPtr> value) +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [List](../../../system.collections.generic/list/) +* Class [String](../../../system/string/) +* Class [FormComboBoxFieldSetOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/set_selected/_index.md b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/set_selected/_index.md new file mode 100644 index 0000000000..3b4ec85325 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/set_selected/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormComboBoxFieldSetOptions::set_Selected method +linktitle: set_Selected +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormComboBoxFieldSetOptions::set_Selected method. Gets/sets the value to determine property Selected for modified field (if will be set) in C++.' +type: docs +weight: 600 +url: /cpp/aspose.pdf.lowcode/formcomboboxfieldsetoptions/set_selected/ +--- +## FormComboBoxFieldSetOptions::set_Selected method + + +Gets/sets the value to determine property Selected for modified field (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormComboBoxFieldSetOptions::set_Selected(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormComboBoxFieldSetOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formeditor/_index.md b/english/cpp/aspose.pdf.lowcode/formeditor/_index.md new file mode 100644 index 0000000000..771fca1194 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formeditor/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::FormEditor class +linktitle: FormEditor +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormEditor class. Represents FormEditor plugin in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.pdf.lowcode/formeditor/ +--- +## FormEditor class + + +Represents [FormEditor](./) plugin. + +```cpp +class FormEditor : public Aspose::Pdf::LowCode::IPlugin +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Process](./process/)(System::SharedPtr\) override | Starts the [FormEditor](./) processing with the specified parameters. | +## See Also + +* Class [IPlugin](../iplugin/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/formeditor/process/_index.md b/english/cpp/aspose.pdf.lowcode/formeditor/process/_index.md new file mode 100644 index 0000000000..ab5ef03cef --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formeditor/process/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::FormEditor::Process method +linktitle: Process +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormEditor::Process method. Starts the FormEditor processing with the specified parameters in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/formeditor/process/ +--- +## FormEditor::Process method + + +Starts the [FormEditor](../) processing with the specified parameters. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::FormEditor::Process(System::SharedPtr options) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| options | System::SharedPtr\ | An options object containing instructions for the [FormEditor](../). | + +### ReturnValue + +An [ResultContainer](../../resultcontainer/) object containing the result of the operation. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [ResultContainer](../../resultcontainer/) +* Class [IPluginOptions](../../ipluginoptions/) +* Class [FormEditor](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formeditoraddoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formeditoraddoptions/_index.md new file mode 100644 index 0000000000..453d49cd9c --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formeditoraddoptions/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::FormEditorAddOptions class +linktitle: FormEditorAddOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormEditorAddOptions class. Represents options for add Fields to document by FormEditor plugin in C++.' +type: docs +weight: 1300 +url: /cpp/aspose.pdf.lowcode/formeditoraddoptions/ +--- +## FormEditorAddOptions class + + +Represents options for add Fields to document by [FormEditor](../formeditor/) plugin. + +```cpp +class FormEditorAddOptions : public Aspose::Pdf::LowCode::FormEditorOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [FormEditorAddOptions](./formeditoraddoptions/)(System::SharedPtr\\>\>) | Initializes a new instance of the [PdfFormAddFieldsOptions](../) object. | +## See Also + +* Class [FormEditorOptions](../formeditoroptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/formeditoraddoptions/formeditoraddoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formeditoraddoptions/formeditoraddoptions/_index.md new file mode 100644 index 0000000000..c849d82f61 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formeditoraddoptions/formeditoraddoptions/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Pdf::LowCode::FormEditorAddOptions::FormEditorAddOptions constructor +linktitle: FormEditorAddOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormEditorAddOptions::FormEditorAddOptions constructor. Initializes a new instance of the PdfFormAddFieldsOptions object in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/formeditoraddoptions/formeditoraddoptions/ +--- +## FormEditorAddOptions::FormEditorAddOptions constructor + + +Initializes a new instance of the [PdfFormAddFieldsOptions](../) object. + +```cpp +Aspose::Pdf::LowCode::FormEditorAddOptions::FormEditorAddOptions(System::SharedPtr>> fieldsCreateOptions) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldsCreateOptions | System::SharedPtr\\>\> | List of [FormFieldCreateOptions](../../formfieldcreateoptions/) children that set the options for each added field. Each element of the list corresponds to one field to be added. | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [List](../../../system.collections.generic/list/) +* Class [FormFieldCreateOptions](../../formfieldcreateoptions/) +* Class [FormEditorAddOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formeditoroptions/_index.md b/english/cpp/aspose.pdf.lowcode/formeditoroptions/_index.md new file mode 100644 index 0000000000..4398bc8310 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formeditoroptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::FormEditorOptions class +linktitle: FormEditorOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormEditorOptions class. Represents options for FormEditor plugin in C++.' +type: docs +weight: 1400 +url: /cpp/aspose.pdf.lowcode/formeditoroptions/ +--- +## FormEditorOptions class + + +Represents options for [FormEditor](../formeditor/) plugin. + +```cpp +class FormEditorOptions : public Aspose::Pdf::LowCode::FormOptions +``` + +## See Also + +* Class [FormOptions](../formoptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/formeditorremoveoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formeditorremoveoptions/_index.md new file mode 100644 index 0000000000..1ceec913c2 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formeditorremoveoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::FormEditorRemoveOptions class +linktitle: FormEditorRemoveOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormEditorRemoveOptions class. Base class for option classes for remove fields in document by FormEditor plugin in C++.' +type: docs +weight: 1500 +url: /cpp/aspose.pdf.lowcode/formeditorremoveoptions/ +--- +## FormEditorRemoveOptions class + + +Base class for option classes for remove fields in document by [FormEditor](../formeditor/) plugin. + +```cpp +class FormEditorRemoveOptions : public Aspose::Pdf::LowCode::FormEditorOptions +``` + +## See Also + +* Class [FormEditorOptions](../formeditoroptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/formeditorsetoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formeditorsetoptions/_index.md new file mode 100644 index 0000000000..270472b130 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formeditorsetoptions/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::FormEditorSetOptions class +linktitle: FormEditorSetOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormEditorSetOptions class. Represents options for set fields (not annotations) properties in C++.' +type: docs +weight: 1600 +url: /cpp/aspose.pdf.lowcode/formeditorsetoptions/ +--- +## FormEditorSetOptions class + + +Represents options for set fields (not annotations) properties. + +```cpp +class FormEditorSetOptions : public Aspose::Pdf::LowCode::FormEditorOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [FormEditorSetOptions](./formeditorsetoptions/)(SelectField, System::SharedPtr\) | Initializes a new instance of the [FormEditorSetOptions](./) object, in which the values assigned to the properties of the field are specified. | +## See Also + +* Class [FormEditorOptions](../formeditoroptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/formeditorsetoptions/formeditorsetoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formeditorsetoptions/formeditorsetoptions/_index.md new file mode 100644 index 0000000000..d7b9861646 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formeditorsetoptions/formeditorsetoptions/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Pdf::LowCode::FormEditorSetOptions::FormEditorSetOptions constructor +linktitle: FormEditorSetOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormEditorSetOptions::FormEditorSetOptions constructor. Initializes a new instance of the FormEditorSetOptions object, in which the values assigned to the properties of the field are specified in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/formeditorsetoptions/formeditorsetoptions/ +--- +## FormEditorSetOptions::FormEditorSetOptions constructor + + +Initializes a new instance of the [FormEditorSetOptions](../) object, in which the values assigned to the properties of the field are specified. + +```cpp +Aspose::Pdf::LowCode::FormEditorSetOptions::FormEditorSetOptions(SelectField selectField, System::SharedPtr settedOptions) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| selectField | SelectField | Delegate that determines the properties of which field(s) to set values. | +| settedOptions | System::SharedPtr\ | An object containing the values assigned to the properties of the field(s). May be an object of a derived class, corresponding to a particular field type. | + +## See Also + +* Typedef [SelectField](../../selectfield/) +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [FormFieldSetOptions](../../formfieldsetoptions/) +* Class [FormEditorSetOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formexporter/_index.md b/english/cpp/aspose.pdf.lowcode/formexporter/_index.md new file mode 100644 index 0000000000..602c050121 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formexporter/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::FormExporter class +linktitle: FormExporter +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormExporter class. Represents FormExporter plugin in C++.' +type: docs +weight: 1700 +url: /cpp/aspose.pdf.lowcode/formexporter/ +--- +## FormExporter class + + +Represents [FormExporter](./) plugin. + +```cpp +class FormExporter : public Aspose::Pdf::LowCode::IPlugin +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Process](./process/)(System::SharedPtr\) override | Starts the [FormExporter](./) processing with the specified parameters. | +## See Also + +* Class [IPlugin](../iplugin/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/formexporter/process/_index.md b/english/cpp/aspose.pdf.lowcode/formexporter/process/_index.md new file mode 100644 index 0000000000..adfe6c1397 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formexporter/process/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::FormExporter::Process method +linktitle: Process +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormExporter::Process method. Starts the FormExporter processing with the specified parameters in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/formexporter/process/ +--- +## FormExporter::Process method + + +Starts the [FormExporter](../) processing with the specified parameters. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::FormExporter::Process(System::SharedPtr options) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| options | System::SharedPtr\ | An options object containing instructions for the [FormExporter](../). | + +### ReturnValue + +An [ResultContainer](../../resultcontainer/) object containing the result of the operation. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [ResultContainer](../../resultcontainer/) +* Class [IPluginOptions](../../ipluginoptions/) +* Class [FormExporter](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formexporteroptions/_index.md b/english/cpp/aspose.pdf.lowcode/formexporteroptions/_index.md new file mode 100644 index 0000000000..6a6e64ddf6 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formexporteroptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::FormExporterOptions class +linktitle: FormExporterOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormExporterOptions class. Represents options for FormExporter plugin in C++.' +type: docs +weight: 1800 +url: /cpp/aspose.pdf.lowcode/formexporteroptions/ +--- +## FormExporterOptions class + + +Represents options for [FormExporter](../formexporter/) plugin. + +```cpp +class FormExporterOptions : public Aspose::Pdf::LowCode::FormOptions +``` + +## See Also + +* Class [FormOptions](../formoptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/formexportervaluestocsvoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formexportervaluestocsvoptions/_index.md new file mode 100644 index 0000000000..4bb130430a --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formexportervaluestocsvoptions/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::FormExporterValuesToCsvOptions class +linktitle: FormExporterValuesToCsvOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormExporterValuesToCsvOptions class. Represents options for export Value property(s) of specified field(s) (not annotations) in C++.' +type: docs +weight: 1900 +url: /cpp/aspose.pdf.lowcode/formexportervaluestocsvoptions/ +--- +## FormExporterValuesToCsvOptions class + + +Represents options for export Value property(s) of specified field(s) (not annotations). + +```cpp +class FormExporterValuesToCsvOptions : public Aspose::Pdf::LowCode::FormExporterOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [FormExporterValuesToCsvOptions](./formexportervaluestocsvoptions/)(SelectField, char16_t) | Initializes a new instance of the [FormExporterValuesToCsvOptions](./) object, in which the fields whose data will be exported and the separator for the exported data are specified. | +## See Also + +* Class [FormExporterOptions](../formexporteroptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/formexportervaluestocsvoptions/formexportervaluestocsvoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formexportervaluestocsvoptions/formexportervaluestocsvoptions/_index.md new file mode 100644 index 0000000000..c27131d05b --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formexportervaluestocsvoptions/formexportervaluestocsvoptions/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::FormExporterValuesToCsvOptions::FormExporterValuesToCsvOptions constructor +linktitle: FormExporterValuesToCsvOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormExporterValuesToCsvOptions::FormExporterValuesToCsvOptions constructor. Initializes a new instance of the FormExporterValuesToCsvOptions object, in which the fields whose data will be exported and the separator for the exported data are specified in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/formexportervaluestocsvoptions/formexportervaluestocsvoptions/ +--- +## FormExporterValuesToCsvOptions::FormExporterValuesToCsvOptions constructor + + +Initializes a new instance of the [FormExporterValuesToCsvOptions](../) object, in which the fields whose data will be exported and the separator for the exported data are specified. + +```cpp +Aspose::Pdf::LowCode::FormExporterValuesToCsvOptions::FormExporterValuesToCsvOptions(SelectField selectField, char16_t delimeter=u',') +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| selectField | SelectField | Delegate that determines the properties of which field(s) to set values. | +| delimeter | char16_t | Specifies the delimeter to use in exported data between values. The default value is ',' | + +## See Also + +* Typedef [SelectField](../../selectfield/) +* Class [FormExporterValuesToCsvOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldcreateoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldcreateoptions/_index.md new file mode 100644 index 0000000000..6cb63c30a6 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldcreateoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldCreateOptions class +linktitle: FormFieldCreateOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldCreateOptions class. Represents options for creating Field in C++.' +type: docs +weight: 2000 +url: /cpp/aspose.pdf.lowcode/formfieldcreateoptions/ +--- +## FormFieldCreateOptions class + + +Represents options for creating Field. + +```cpp +class FormFieldCreateOptions : public Aspose::Pdf::LowCode::FormFieldOptions +``` + +## See Also + +* Class [FormFieldOptions](../formfieldoptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/_index.md new file mode 100644 index 0000000000..dbeef9a0c8 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/_index.md @@ -0,0 +1,65 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions class +linktitle: FormFieldOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions class. Represents Field options. Base class for PdfFormFieldCreateOptions and PdfFormFillFieldOptions in C++.' +type: docs +weight: 2100 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/ +--- +## FormFieldOptions class + + +Represents Field options. Base class for PdfFormFieldCreateOptions and PdfFormFillFieldOptions. + +```cpp +class FormFieldOptions : public System::Object +``` + +## Methods + +| Method | Description | +| --- | --- | +| [get_AlternateName](./get_alternatename/)() const | Gets/sets the value to determine property AlternateName for created/modified field (if will be set). | +| [get_Color](./get_color/)() const | Gets/sets the value to determine property [Color](../../aspose.pdf/color/) for created/modified field (if will be set). | +| [get_Contents](./get_contents/)() const | Gets/sets the value to determine property Contents for created/modified field (if will be set). | +| [get_DefaultAppearance](./get_defaultappearance/)() const | Gets/sets the value to determine property DefaultAppearance for created/modified field (if will be set). | +| [get_Exportable](./get_exportable/)() const | Gets/sets the value to determine whether created/modified field is exportable or not (if will be set). | +| [get_FitIntoRectangle](./get_fitintorectangle/)() const | Gets/sets the value to determine whether created/modified field is fit into rectangle or not (if will be set). | +| [get_Flags](./get_flags/)() const | Gets/sets the value to determine property Flags for created/modified field (if will be set). | +| [get_IsSharedField](./get_issharedfield/)() const | Gets/sets the value to determine whether created/modified field is shared field or not (if will be set). | +| [get_MappingName](./get_mappingname/)() const | Gets/sets the value to determine property MappingName for created/modified field (if will be set). | +| [get_MaxFontSize](./get_maxfontsize/)() const | Gets/sets the value to determine property MaxFontSize for created/modified field (if will be set). | +| [get_MinFontSize](./get_minfontsize/)() const | Gets/sets the value to determine property MinFontSize for created/modified field (if will be set). | +| [get_Name](./get_name/)() const | Gets/sets the value to determine property Name for created/modified field (if will be set). | +| [get_PartialName](./get_partialname/)() const | Gets/sets the value to determine property PartialName for created/modified field (if will be set). | +| [get_ReadOnly](./get_readonly/)() const | Gets/sets the value to determine whether created/modified field is read only or not (if will be set). | +| [get_Required](./get_required/)() const | Gets/sets the value to determine whether created/modified field is required or not (if will be set). | +| [get_TextHorizontalAlignment](./get_texthorizontalalignment/)() const | Gets/sets the value to determine property TextHorizontalAlignment for created/modified field (if will be set). | +| [get_UpdateAppearanceOnConvert](./get_updateappearanceonconvert/)() const | Gets/sets the value to determine whether created/modified field is update appearance on convert or not (if will be set). | +| [get_UseFontSubset](./get_usefontsubset/)() const | Gets/sets the value to determine whether created/modified field is use font subset or not (if will be set). | +| [get_Value](./get_value/)() const | Gets/sets the value to determine property Value for created/modified field (if will be set). | +| [set_AlternateName](./set_alternatename/)(System::String) | Gets/sets the value to determine property AlternateName for created/modified field (if will be set). | +| [set_Color](./set_color/)(System::SharedPtr\) | Gets/sets the value to determine property [Color](../../aspose.pdf/color/) for created/modified field (if will be set). | +| [set_Contents](./set_contents/)(System::String) | Gets/sets the value to determine property Contents for created/modified field (if will be set). | +| [set_DefaultAppearance](./set_defaultappearance/)(System::SharedPtr\) | Gets/sets the value to determine property DefaultAppearance for created/modified field (if will be set). | +| [set_Exportable](./set_exportable/)(System::Nullable\) | Gets/sets the value to determine whether created/modified field is exportable or not (if will be set). | +| [set_FitIntoRectangle](./set_fitintorectangle/)(System::Nullable\) | Gets/sets the value to determine whether created/modified field is fit into rectangle or not (if will be set). | +| [set_Flags](./set_flags/)(System::Nullable\) | Gets/sets the value to determine property Flags for created/modified field (if will be set). | +| [set_IsSharedField](./set_issharedfield/)(System::Nullable\) | Gets/sets the value to determine whether created/modified field is shared field or not (if will be set). | +| [set_MappingName](./set_mappingname/)(System::String) | Gets/sets the value to determine property MappingName for created/modified field (if will be set). | +| [set_MaxFontSize](./set_maxfontsize/)(System::Nullable\) | Gets/sets the value to determine property MaxFontSize for created/modified field (if will be set). | +| [set_MinFontSize](./set_minfontsize/)(System::Nullable\) | Gets/sets the value to determine property MinFontSize for created/modified field (if will be set). | +| [set_Name](./set_name/)(System::String) | Gets/sets the value to determine property Name for created/modified field (if will be set). | +| [set_PartialName](./set_partialname/)(System::String) | Gets/sets the value to determine property PartialName for created/modified field (if will be set). | +| [set_ReadOnly](./set_readonly/)(System::Nullable\) | Gets/sets the value to determine whether created/modified field is read only or not (if will be set). | +| [set_Required](./set_required/)(System::Nullable\) | Gets/sets the value to determine whether created/modified field is required or not (if will be set). | +| [set_TextHorizontalAlignment](./set_texthorizontalalignment/)(System::Nullable\) | Gets/sets the value to determine property TextHorizontalAlignment for created/modified field (if will be set). | +| [set_UpdateAppearanceOnConvert](./set_updateappearanceonconvert/)(System::Nullable\) | Gets/sets the value to determine whether created/modified field is update appearance on convert or not (if will be set). | +| [set_UseFontSubset](./set_usefontsubset/)(System::Nullable\) | Gets/sets the value to determine whether created/modified field is use font subset or not (if will be set). | +| [set_Value](./set_value/)(System::String) | Gets/sets the value to determine property Value for created/modified field (if will be set). | +## See Also + +* Class [Object](../../system/object/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_alternatename/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_alternatename/_index.md new file mode 100644 index 0000000000..3276fca067 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_alternatename/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::get_AlternateName method +linktitle: get_AlternateName +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::get_AlternateName method. Gets/sets the value to determine property AlternateName for created/modified field (if will be set) in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/get_alternatename/ +--- +## FormFieldOptions::get_AlternateName method + + +Gets/sets the value to determine property AlternateName for created/modified field (if will be set). + +```cpp +System::String Aspose::Pdf::LowCode::FormFieldOptions::get_AlternateName() const +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_color/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_color/_index.md new file mode 100644 index 0000000000..25a93f72ae --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_color/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::get_Color method +linktitle: get_Color +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::get_Color method. Gets/sets the value to determine property Color for created/modified field (if will be set) in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/get_color/ +--- +## FormFieldOptions::get_Color method + + +Gets/sets the value to determine property [Color](../../../aspose.pdf/color/) for created/modified field (if will be set). + +```cpp +const System::SharedPtr & Aspose::Pdf::LowCode::FormFieldOptions::get_Color() const +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Color](../../../aspose.pdf/color/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_contents/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_contents/_index.md new file mode 100644 index 0000000000..7fb8cef8c3 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_contents/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::get_Contents method +linktitle: get_Contents +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::get_Contents method. Gets/sets the value to determine property Contents for created/modified field (if will be set) in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/get_contents/ +--- +## FormFieldOptions::get_Contents method + + +Gets/sets the value to determine property Contents for created/modified field (if will be set). + +```cpp +System::String Aspose::Pdf::LowCode::FormFieldOptions::get_Contents() const +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_defaultappearance/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_defaultappearance/_index.md new file mode 100644 index 0000000000..dcc4594ba8 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_defaultappearance/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::get_DefaultAppearance method +linktitle: get_DefaultAppearance +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::get_DefaultAppearance method. Gets/sets the value to determine property DefaultAppearance for created/modified field (if will be set) in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/get_defaultappearance/ +--- +## FormFieldOptions::get_DefaultAppearance method + + +Gets/sets the value to determine property DefaultAppearance for created/modified field (if will be set). + +```cpp +const System::SharedPtr & Aspose::Pdf::LowCode::FormFieldOptions::get_DefaultAppearance() const +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [DefaultAppearance](../../../aspose.pdf.annotations/defaultappearance/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_exportable/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_exportable/_index.md new file mode 100644 index 0000000000..f71c6f5c75 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_exportable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::get_Exportable method +linktitle: get_Exportable +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::get_Exportable method. Gets/sets the value to determine whether created/modified field is exportable or not (if will be set) in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/get_exportable/ +--- +## FormFieldOptions::get_Exportable method + + +Gets/sets the value to determine whether created/modified field is exportable or not (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormFieldOptions::get_Exportable() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_fitintorectangle/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_fitintorectangle/_index.md new file mode 100644 index 0000000000..02a1831fb6 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_fitintorectangle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::get_FitIntoRectangle method +linktitle: get_FitIntoRectangle +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::get_FitIntoRectangle method. Gets/sets the value to determine whether created/modified field is fit into rectangle or not (if will be set) in C++.' +type: docs +weight: 600 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/get_fitintorectangle/ +--- +## FormFieldOptions::get_FitIntoRectangle method + + +Gets/sets the value to determine whether created/modified field is fit into rectangle or not (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormFieldOptions::get_FitIntoRectangle() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_flags/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_flags/_index.md new file mode 100644 index 0000000000..9350c00ecf --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_flags/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::get_Flags method +linktitle: get_Flags +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::get_Flags method. Gets/sets the value to determine property Flags for created/modified field (if will be set) in C++.' +type: docs +weight: 700 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/get_flags/ +--- +## FormFieldOptions::get_Flags method + + +Gets/sets the value to determine property Flags for created/modified field (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormFieldOptions::get_Flags() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Enum [AnnotationFlags](../../../aspose.pdf.annotations/annotationflags/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_issharedfield/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_issharedfield/_index.md new file mode 100644 index 0000000000..537af274e2 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_issharedfield/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::get_IsSharedField method +linktitle: get_IsSharedField +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::get_IsSharedField method. Gets/sets the value to determine whether created/modified field is shared field or not (if will be set) in C++.' +type: docs +weight: 800 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/get_issharedfield/ +--- +## FormFieldOptions::get_IsSharedField method + + +Gets/sets the value to determine whether created/modified field is shared field or not (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormFieldOptions::get_IsSharedField() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_mappingname/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_mappingname/_index.md new file mode 100644 index 0000000000..5c164d29dd --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_mappingname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::get_MappingName method +linktitle: get_MappingName +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::get_MappingName method. Gets/sets the value to determine property MappingName for created/modified field (if will be set) in C++.' +type: docs +weight: 900 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/get_mappingname/ +--- +## FormFieldOptions::get_MappingName method + + +Gets/sets the value to determine property MappingName for created/modified field (if will be set). + +```cpp +System::String Aspose::Pdf::LowCode::FormFieldOptions::get_MappingName() const +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_maxfontsize/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_maxfontsize/_index.md new file mode 100644 index 0000000000..c06ec6e52e --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_maxfontsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::get_MaxFontSize method +linktitle: get_MaxFontSize +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::get_MaxFontSize method. Gets/sets the value to determine property MaxFontSize for created/modified field (if will be set) in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/get_maxfontsize/ +--- +## FormFieldOptions::get_MaxFontSize method + + +Gets/sets the value to determine property MaxFontSize for created/modified field (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormFieldOptions::get_MaxFontSize() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_minfontsize/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_minfontsize/_index.md new file mode 100644 index 0000000000..682fbab7af --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_minfontsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::get_MinFontSize method +linktitle: get_MinFontSize +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::get_MinFontSize method. Gets/sets the value to determine property MinFontSize for created/modified field (if will be set) in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/get_minfontsize/ +--- +## FormFieldOptions::get_MinFontSize method + + +Gets/sets the value to determine property MinFontSize for created/modified field (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormFieldOptions::get_MinFontSize() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_name/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_name/_index.md new file mode 100644 index 0000000000..30a6d162f5 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_name/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::get_Name method +linktitle: get_Name +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::get_Name method. Gets/sets the value to determine property Name for created/modified field (if will be set) in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/get_name/ +--- +## FormFieldOptions::get_Name method + + +Gets/sets the value to determine property Name for created/modified field (if will be set). + +```cpp +System::String Aspose::Pdf::LowCode::FormFieldOptions::get_Name() const +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_partialname/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_partialname/_index.md new file mode 100644 index 0000000000..6acf84e5c8 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_partialname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::get_PartialName method +linktitle: get_PartialName +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::get_PartialName method. Gets/sets the value to determine property PartialName for created/modified field (if will be set) in C++.' +type: docs +weight: 1300 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/get_partialname/ +--- +## FormFieldOptions::get_PartialName method + + +Gets/sets the value to determine property PartialName for created/modified field (if will be set). + +```cpp +System::String Aspose::Pdf::LowCode::FormFieldOptions::get_PartialName() const +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_readonly/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_readonly/_index.md new file mode 100644 index 0000000000..40f30a7b01 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_readonly/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::get_ReadOnly method +linktitle: get_ReadOnly +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::get_ReadOnly method. Gets/sets the value to determine whether created/modified field is read only or not (if will be set) in C++.' +type: docs +weight: 1400 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/get_readonly/ +--- +## FormFieldOptions::get_ReadOnly method + + +Gets/sets the value to determine whether created/modified field is read only or not (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormFieldOptions::get_ReadOnly() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_required/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_required/_index.md new file mode 100644 index 0000000000..161991acec --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_required/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::get_Required method +linktitle: get_Required +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::get_Required method. Gets/sets the value to determine whether created/modified field is required or not (if will be set) in C++.' +type: docs +weight: 1500 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/get_required/ +--- +## FormFieldOptions::get_Required method + + +Gets/sets the value to determine whether created/modified field is required or not (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormFieldOptions::get_Required() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_texthorizontalalignment/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_texthorizontalalignment/_index.md new file mode 100644 index 0000000000..6165b2964a --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_texthorizontalalignment/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::get_TextHorizontalAlignment method +linktitle: get_TextHorizontalAlignment +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::get_TextHorizontalAlignment method. Gets/sets the value to determine property TextHorizontalAlignment for created/modified field (if will be set) in C++.' +type: docs +weight: 1600 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/get_texthorizontalalignment/ +--- +## FormFieldOptions::get_TextHorizontalAlignment method + + +Gets/sets the value to determine property TextHorizontalAlignment for created/modified field (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormFieldOptions::get_TextHorizontalAlignment() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Enum [HorizontalAlignment](../../../aspose.pdf/horizontalalignment/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_updateappearanceonconvert/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_updateappearanceonconvert/_index.md new file mode 100644 index 0000000000..d9eace5c33 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_updateappearanceonconvert/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::get_UpdateAppearanceOnConvert method +linktitle: get_UpdateAppearanceOnConvert +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::get_UpdateAppearanceOnConvert method. Gets/sets the value to determine whether created/modified field is update appearance on convert or not (if will be set) in C++.' +type: docs +weight: 1700 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/get_updateappearanceonconvert/ +--- +## FormFieldOptions::get_UpdateAppearanceOnConvert method + + +Gets/sets the value to determine whether created/modified field is update appearance on convert or not (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormFieldOptions::get_UpdateAppearanceOnConvert() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_usefontsubset/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_usefontsubset/_index.md new file mode 100644 index 0000000000..ab4f34d87e --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_usefontsubset/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::get_UseFontSubset method +linktitle: get_UseFontSubset +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::get_UseFontSubset method. Gets/sets the value to determine whether created/modified field is use font subset or not (if will be set) in C++.' +type: docs +weight: 1800 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/get_usefontsubset/ +--- +## FormFieldOptions::get_UseFontSubset method + + +Gets/sets the value to determine whether created/modified field is use font subset or not (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormFieldOptions::get_UseFontSubset() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_value/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_value/_index.md new file mode 100644 index 0000000000..e731bbe77d --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/get_value/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::get_Value method +linktitle: get_Value +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::get_Value method. Gets/sets the value to determine property Value for created/modified field (if will be set) in C++.' +type: docs +weight: 1900 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/get_value/ +--- +## FormFieldOptions::get_Value method + + +Gets/sets the value to determine property Value for created/modified field (if will be set). + +```cpp +System::String Aspose::Pdf::LowCode::FormFieldOptions::get_Value() const +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_alternatename/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_alternatename/_index.md new file mode 100644 index 0000000000..dde4fcd24f --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_alternatename/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::set_AlternateName method +linktitle: set_AlternateName +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::set_AlternateName method. Gets/sets the value to determine property AlternateName for created/modified field (if will be set) in C++.' +type: docs +weight: 2000 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/set_alternatename/ +--- +## FormFieldOptions::set_AlternateName method + + +Gets/sets the value to determine property AlternateName for created/modified field (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormFieldOptions::set_AlternateName(System::String value) +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_color/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_color/_index.md new file mode 100644 index 0000000000..460c4431e9 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_color/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::set_Color method +linktitle: set_Color +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::set_Color method. Gets/sets the value to determine property Color for created/modified field (if will be set) in C++.' +type: docs +weight: 2100 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/set_color/ +--- +## FormFieldOptions::set_Color method + + +Gets/sets the value to determine property [Color](../../../aspose.pdf/color/) for created/modified field (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormFieldOptions::set_Color(System::SharedPtr value) +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Color](../../../aspose.pdf/color/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_contents/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_contents/_index.md new file mode 100644 index 0000000000..157311973b --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_contents/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::set_Contents method +linktitle: set_Contents +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::set_Contents method. Gets/sets the value to determine property Contents for created/modified field (if will be set) in C++.' +type: docs +weight: 2200 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/set_contents/ +--- +## FormFieldOptions::set_Contents method + + +Gets/sets the value to determine property Contents for created/modified field (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormFieldOptions::set_Contents(System::String value) +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_defaultappearance/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_defaultappearance/_index.md new file mode 100644 index 0000000000..14ba3dc708 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_defaultappearance/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::set_DefaultAppearance method +linktitle: set_DefaultAppearance +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::set_DefaultAppearance method. Gets/sets the value to determine property DefaultAppearance for created/modified field (if will be set) in C++.' +type: docs +weight: 2300 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/set_defaultappearance/ +--- +## FormFieldOptions::set_DefaultAppearance method + + +Gets/sets the value to determine property DefaultAppearance for created/modified field (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormFieldOptions::set_DefaultAppearance(System::SharedPtr value) +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [DefaultAppearance](../../../aspose.pdf.annotations/defaultappearance/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_exportable/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_exportable/_index.md new file mode 100644 index 0000000000..df5cb6a743 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_exportable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::set_Exportable method +linktitle: set_Exportable +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::set_Exportable method. Gets/sets the value to determine whether created/modified field is exportable or not (if will be set) in C++.' +type: docs +weight: 2400 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/set_exportable/ +--- +## FormFieldOptions::set_Exportable method + + +Gets/sets the value to determine whether created/modified field is exportable or not (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormFieldOptions::set_Exportable(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_fitintorectangle/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_fitintorectangle/_index.md new file mode 100644 index 0000000000..2299dc9e73 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_fitintorectangle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::set_FitIntoRectangle method +linktitle: set_FitIntoRectangle +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::set_FitIntoRectangle method. Gets/sets the value to determine whether created/modified field is fit into rectangle or not (if will be set) in C++.' +type: docs +weight: 2500 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/set_fitintorectangle/ +--- +## FormFieldOptions::set_FitIntoRectangle method + + +Gets/sets the value to determine whether created/modified field is fit into rectangle or not (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormFieldOptions::set_FitIntoRectangle(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_flags/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_flags/_index.md new file mode 100644 index 0000000000..da0bc9f58f --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_flags/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::set_Flags method +linktitle: set_Flags +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::set_Flags method. Gets/sets the value to determine property Flags for created/modified field (if will be set) in C++.' +type: docs +weight: 2600 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/set_flags/ +--- +## FormFieldOptions::set_Flags method + + +Gets/sets the value to determine property Flags for created/modified field (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormFieldOptions::set_Flags(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Enum [AnnotationFlags](../../../aspose.pdf.annotations/annotationflags/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_issharedfield/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_issharedfield/_index.md new file mode 100644 index 0000000000..03c9d357dd --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_issharedfield/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::set_IsSharedField method +linktitle: set_IsSharedField +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::set_IsSharedField method. Gets/sets the value to determine whether created/modified field is shared field or not (if will be set) in C++.' +type: docs +weight: 2700 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/set_issharedfield/ +--- +## FormFieldOptions::set_IsSharedField method + + +Gets/sets the value to determine whether created/modified field is shared field or not (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormFieldOptions::set_IsSharedField(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_mappingname/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_mappingname/_index.md new file mode 100644 index 0000000000..456f3a125f --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_mappingname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::set_MappingName method +linktitle: set_MappingName +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::set_MappingName method. Gets/sets the value to determine property MappingName for created/modified field (if will be set) in C++.' +type: docs +weight: 2800 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/set_mappingname/ +--- +## FormFieldOptions::set_MappingName method + + +Gets/sets the value to determine property MappingName for created/modified field (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormFieldOptions::set_MappingName(System::String value) +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_maxfontsize/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_maxfontsize/_index.md new file mode 100644 index 0000000000..4963956feb --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_maxfontsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::set_MaxFontSize method +linktitle: set_MaxFontSize +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::set_MaxFontSize method. Gets/sets the value to determine property MaxFontSize for created/modified field (if will be set) in C++.' +type: docs +weight: 2900 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/set_maxfontsize/ +--- +## FormFieldOptions::set_MaxFontSize method + + +Gets/sets the value to determine property MaxFontSize for created/modified field (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormFieldOptions::set_MaxFontSize(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_minfontsize/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_minfontsize/_index.md new file mode 100644 index 0000000000..6b9079b8e5 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_minfontsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::set_MinFontSize method +linktitle: set_MinFontSize +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::set_MinFontSize method. Gets/sets the value to determine property MinFontSize for created/modified field (if will be set) in C++.' +type: docs +weight: 3000 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/set_minfontsize/ +--- +## FormFieldOptions::set_MinFontSize method + + +Gets/sets the value to determine property MinFontSize for created/modified field (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormFieldOptions::set_MinFontSize(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_name/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_name/_index.md new file mode 100644 index 0000000000..99fbc9dacf --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_name/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::set_Name method +linktitle: set_Name +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::set_Name method. Gets/sets the value to determine property Name for created/modified field (if will be set) in C++.' +type: docs +weight: 3100 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/set_name/ +--- +## FormFieldOptions::set_Name method + + +Gets/sets the value to determine property Name for created/modified field (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormFieldOptions::set_Name(System::String value) +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_partialname/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_partialname/_index.md new file mode 100644 index 0000000000..03963496b0 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_partialname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::set_PartialName method +linktitle: set_PartialName +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::set_PartialName method. Gets/sets the value to determine property PartialName for created/modified field (if will be set) in C++.' +type: docs +weight: 3200 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/set_partialname/ +--- +## FormFieldOptions::set_PartialName method + + +Gets/sets the value to determine property PartialName for created/modified field (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormFieldOptions::set_PartialName(System::String value) +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_readonly/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_readonly/_index.md new file mode 100644 index 0000000000..d6c7f3b020 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_readonly/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::set_ReadOnly method +linktitle: set_ReadOnly +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::set_ReadOnly method. Gets/sets the value to determine whether created/modified field is read only or not (if will be set) in C++.' +type: docs +weight: 3300 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/set_readonly/ +--- +## FormFieldOptions::set_ReadOnly method + + +Gets/sets the value to determine whether created/modified field is read only or not (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormFieldOptions::set_ReadOnly(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_required/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_required/_index.md new file mode 100644 index 0000000000..b75f862937 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_required/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::set_Required method +linktitle: set_Required +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::set_Required method. Gets/sets the value to determine whether created/modified field is required or not (if will be set) in C++.' +type: docs +weight: 3400 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/set_required/ +--- +## FormFieldOptions::set_Required method + + +Gets/sets the value to determine whether created/modified field is required or not (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormFieldOptions::set_Required(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_texthorizontalalignment/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_texthorizontalalignment/_index.md new file mode 100644 index 0000000000..2f8f7d8e08 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_texthorizontalalignment/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::set_TextHorizontalAlignment method +linktitle: set_TextHorizontalAlignment +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::set_TextHorizontalAlignment method. Gets/sets the value to determine property TextHorizontalAlignment for created/modified field (if will be set) in C++.' +type: docs +weight: 3500 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/set_texthorizontalalignment/ +--- +## FormFieldOptions::set_TextHorizontalAlignment method + + +Gets/sets the value to determine property TextHorizontalAlignment for created/modified field (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormFieldOptions::set_TextHorizontalAlignment(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Enum [HorizontalAlignment](../../../aspose.pdf/horizontalalignment/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_updateappearanceonconvert/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_updateappearanceonconvert/_index.md new file mode 100644 index 0000000000..28b87c38bb --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_updateappearanceonconvert/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::set_UpdateAppearanceOnConvert method +linktitle: set_UpdateAppearanceOnConvert +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::set_UpdateAppearanceOnConvert method. Gets/sets the value to determine whether created/modified field is update appearance on convert or not (if will be set) in C++.' +type: docs +weight: 3600 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/set_updateappearanceonconvert/ +--- +## FormFieldOptions::set_UpdateAppearanceOnConvert method + + +Gets/sets the value to determine whether created/modified field is update appearance on convert or not (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormFieldOptions::set_UpdateAppearanceOnConvert(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_usefontsubset/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_usefontsubset/_index.md new file mode 100644 index 0000000000..cc86b40478 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_usefontsubset/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::set_UseFontSubset method +linktitle: set_UseFontSubset +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::set_UseFontSubset method. Gets/sets the value to determine whether created/modified field is use font subset or not (if will be set) in C++.' +type: docs +weight: 3700 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/set_usefontsubset/ +--- +## FormFieldOptions::set_UseFontSubset method + + +Gets/sets the value to determine whether created/modified field is use font subset or not (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormFieldOptions::set_UseFontSubset(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_value/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_value/_index.md new file mode 100644 index 0000000000..03cca26ead --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldoptions/set_value/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldOptions::set_Value method +linktitle: set_Value +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldOptions::set_Value method. Gets/sets the value to determine property Value for created/modified field (if will be set) in C++.' +type: docs +weight: 3800 +url: /cpp/aspose.pdf.lowcode/formfieldoptions/set_value/ +--- +## FormFieldOptions::set_Value method + + +Gets/sets the value to determine property Value for created/modified field (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormFieldOptions::set_Value(System::String value) +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [FormFieldOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldsetoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldsetoptions/_index.md new file mode 100644 index 0000000000..62bc91da97 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldsetoptions/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldSetOptions class +linktitle: FormFieldSetOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldSetOptions class. Represents options for set properties in Field in C++.' +type: docs +weight: 2200 +url: /cpp/aspose.pdf.lowcode/formfieldsetoptions/ +--- +## FormFieldSetOptions class + + +Represents options for set properties in Field. + +```cpp +class FormFieldSetOptions : public Aspose::Pdf::LowCode::FormFieldOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [get_Rect](./get_rect/)() const | [Rectangle](../../aspose.pdf/rectangle/) that be setted to field(s). | +| [set_Rect](./set_rect/)(System::SharedPtr\) | [Rectangle](../../aspose.pdf/rectangle/) that be setted to field(s). | +## See Also + +* Class [FormFieldOptions](../formfieldoptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldsetoptions/get_rect/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldsetoptions/get_rect/_index.md new file mode 100644 index 0000000000..6310673cdf --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldsetoptions/get_rect/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldSetOptions::get_Rect method +linktitle: get_Rect +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldSetOptions::get_Rect method. Rectangle that be setted to field(s) in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/formfieldsetoptions/get_rect/ +--- +## FormFieldSetOptions::get_Rect method + + +[Rectangle](../../../aspose.pdf/rectangle/) that be setted to field(s). + +```cpp +const System::SharedPtr & Aspose::Pdf::LowCode::FormFieldSetOptions::get_Rect() const +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Rectangle](../../../aspose.pdf/rectangle/) +* Class [FormFieldSetOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formfieldsetoptions/set_rect/_index.md b/english/cpp/aspose.pdf.lowcode/formfieldsetoptions/set_rect/_index.md new file mode 100644 index 0000000000..c790bae87c --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formfieldsetoptions/set_rect/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::FormFieldSetOptions::set_Rect method +linktitle: set_Rect +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFieldSetOptions::set_Rect method. Rectangle that be setted to field(s) in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/formfieldsetoptions/set_rect/ +--- +## FormFieldSetOptions::set_Rect method + + +[Rectangle](../../../aspose.pdf/rectangle/) that be setted to field(s). + +```cpp +void Aspose::Pdf::LowCode::FormFieldSetOptions::set_Rect(System::SharedPtr value) +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Rectangle](../../../aspose.pdf/rectangle/) +* Class [FormFieldSetOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formflattenallfieldsoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formflattenallfieldsoptions/_index.md new file mode 100644 index 0000000000..79847495ff --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formflattenallfieldsoptions/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::FormFlattenAllFieldsOptions class +linktitle: FormFlattenAllFieldsOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFlattenAllFieldsOptions class. Represents options for flatten all fields (not annotations) in document by FormFlattener plugin in C++.' +type: docs +weight: 2300 +url: /cpp/aspose.pdf.lowcode/formflattenallfieldsoptions/ +--- +## FormFlattenAllFieldsOptions class + + +Represents options for flatten all fields (not annotations) in document by [FormFlattener](../formflattener/) plugin. + +```cpp +class FormFlattenAllFieldsOptions : public Aspose::Pdf::LowCode::FormFlattenerOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [FormFlattenAllFieldsOptions](./formflattenallfieldsoptions/)() | Initializes new instance of the [FormFlattenAllFieldsOptions](./) object. | +## See Also + +* Class [FormFlattenerOptions](../formflatteneroptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/formflattenallfieldsoptions/formflattenallfieldsoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formflattenallfieldsoptions/formflattenallfieldsoptions/_index.md new file mode 100644 index 0000000000..7016bc08a9 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formflattenallfieldsoptions/formflattenallfieldsoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::FormFlattenAllFieldsOptions::FormFlattenAllFieldsOptions constructor +linktitle: FormFlattenAllFieldsOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFlattenAllFieldsOptions::FormFlattenAllFieldsOptions constructor. Initializes new instance of the FormFlattenAllFieldsOptions object in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/formflattenallfieldsoptions/formflattenallfieldsoptions/ +--- +## FormFlattenAllFieldsOptions::FormFlattenAllFieldsOptions constructor + + +Initializes new instance of the [FormFlattenAllFieldsOptions](../) object. + +```cpp +Aspose::Pdf::LowCode::FormFlattenAllFieldsOptions::FormFlattenAllFieldsOptions() +``` + +## See Also + +* Class [FormFlattenAllFieldsOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formflattener/_index.md b/english/cpp/aspose.pdf.lowcode/formflattener/_index.md new file mode 100644 index 0000000000..b7f2e54bc4 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formflattener/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::FormFlattener class +linktitle: FormFlattener +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFlattener class. Represents FormFlattener plugin in C++.' +type: docs +weight: 2400 +url: /cpp/aspose.pdf.lowcode/formflattener/ +--- +## FormFlattener class + + +Represents [FormFlattener](./) plugin. + +```cpp +class FormFlattener : public Aspose::Pdf::LowCode::IPlugin +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Process](./process/)(System::SharedPtr\) override | Starts the [FormFlattener](./) processing with the specified parameters. | +## See Also + +* Class [IPlugin](../iplugin/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/formflattener/process/_index.md b/english/cpp/aspose.pdf.lowcode/formflattener/process/_index.md new file mode 100644 index 0000000000..c709056100 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formflattener/process/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::FormFlattener::Process method +linktitle: Process +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFlattener::Process method. Starts the FormFlattener processing with the specified parameters in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/formflattener/process/ +--- +## FormFlattener::Process method + + +Starts the [FormFlattener](../) processing with the specified parameters. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::FormFlattener::Process(System::SharedPtr options) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| options | System::SharedPtr\ | An options object containing instructions for the [FormFlattener](../). | + +### ReturnValue + +An [ResultContainer](../../resultcontainer/) object containing the result of the operation. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [ResultContainer](../../resultcontainer/) +* Class [IPluginOptions](../../ipluginoptions/) +* Class [FormFlattener](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formflatteneroptions/_index.md b/english/cpp/aspose.pdf.lowcode/formflatteneroptions/_index.md new file mode 100644 index 0000000000..cfa59f2ca1 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formflatteneroptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::FormFlattenerOptions class +linktitle: FormFlattenerOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFlattenerOptions class. Base class for option classes for flatten fields (not annotations) in document by FormFlattener plugin in C++.' +type: docs +weight: 2500 +url: /cpp/aspose.pdf.lowcode/formflatteneroptions/ +--- +## FormFlattenerOptions class + + +Base class for option classes for flatten fields (not annotations) in document by [FormFlattener](../formflattener/) plugin. + +```cpp +class FormFlattenerOptions : public Aspose::Pdf::LowCode::FormOptions +``` + +## See Also + +* Class [FormOptions](../formoptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/formflattenselectedfieldsoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formflattenselectedfieldsoptions/_index.md new file mode 100644 index 0000000000..512acf41b9 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formflattenselectedfieldsoptions/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::FormFlattenSelectedFieldsOptions class +linktitle: FormFlattenSelectedFieldsOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFlattenSelectedFieldsOptions class. Represents options for flatten selected fields (not annotations) in document by FormFlattener plugin in C++.' +type: docs +weight: 2600 +url: /cpp/aspose.pdf.lowcode/formflattenselectedfieldsoptions/ +--- +## FormFlattenSelectedFieldsOptions class + + +Represents options for flatten selected fields (not annotations) in document by [FormFlattener](../formflattener/) plugin. + +```cpp +class FormFlattenSelectedFieldsOptions : public Aspose::Pdf::LowCode::FormFlattenerOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [FormFlattenSelectedFieldsOptions](./formflattenselectedfieldsoptions/)(SelectField) | Initializes new instance of the [FormFlattenSelectedFieldsOptions](./) object. | +## See Also + +* Class [FormFlattenerOptions](../formflatteneroptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/formflattenselectedfieldsoptions/formflattenselectedfieldsoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formflattenselectedfieldsoptions/formflattenselectedfieldsoptions/_index.md new file mode 100644 index 0000000000..f8ad07db05 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formflattenselectedfieldsoptions/formflattenselectedfieldsoptions/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::FormFlattenSelectedFieldsOptions::FormFlattenSelectedFieldsOptions constructor +linktitle: FormFlattenSelectedFieldsOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormFlattenSelectedFieldsOptions::FormFlattenSelectedFieldsOptions constructor. Initializes new instance of the FormFlattenSelectedFieldsOptions object in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/formflattenselectedfieldsoptions/formflattenselectedfieldsoptions/ +--- +## FormFlattenSelectedFieldsOptions::FormFlattenSelectedFieldsOptions constructor + + +Initializes new instance of the [FormFlattenSelectedFieldsOptions](../) object. + +```cpp +Aspose::Pdf::LowCode::FormFlattenSelectedFieldsOptions::FormFlattenSelectedFieldsOptions(SelectField selectField) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| selectField | SelectField | Specifies the fields that will be flattened. | + +## See Also + +* Typedef [SelectField](../../selectfield/) +* Class [FormFlattenSelectedFieldsOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formoptions/_index.md new file mode 100644 index 0000000000..3fac91f364 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formoptions/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::FormOptions class +linktitle: FormOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormOptions class. Represents options for a family Form.... plugins in C++.' +type: docs +weight: 2700 +url: /cpp/aspose.pdf.lowcode/formoptions/ +--- +## FormOptions class + + +Represents options for a family Form.... plugins. + +```cpp +class FormOptions : public Aspose::Pdf::LowCode::IPluginOptions, + public Aspose::Pdf::LowCode::IDataContainer, + public Aspose::Pdf::LowCode::ISaveInstruction +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddInput](./addinput/)(System::SharedPtr\) override | Adds new data source to the Form... plugins data collection. | +| [AddOutput](./addoutput/)(System::SharedPtr\) override | Adds new data source to the Form... plugins data collection. | +| [get_Inputs](./get_inputs/)() override | Returns Form.... plugins data collection. | +| [get_Outputs](./get_outputs/)() override | Gets collection of added targets for saving operation results. | +## See Also + +* Class [IPluginOptions](../ipluginoptions/) +* Class [IDataContainer](../idatacontainer/) +* Class [ISaveInstruction](../isaveinstruction/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/formoptions/addinput/_index.md b/english/cpp/aspose.pdf.lowcode/formoptions/addinput/_index.md new file mode 100644 index 0000000000..694515e300 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formoptions/addinput/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::FormOptions::AddInput method +linktitle: AddInput +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormOptions::AddInput method. Adds new data source to the Form... plugins data collection in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/formoptions/addinput/ +--- +## FormOptions::AddInput method + + +Adds new data source to the Form... plugins data collection. + +```cpp +void Aspose::Pdf::LowCode::FormOptions::AddInput(System::SharedPtr dataSource) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| dataSource | System::SharedPtr\ | Data source to add. | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [IDataSource](../../idatasource/) +* Class [FormOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formoptions/addoutput/_index.md b/english/cpp/aspose.pdf.lowcode/formoptions/addoutput/_index.md new file mode 100644 index 0000000000..7fd7c24cdb --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formoptions/addoutput/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::FormOptions::AddOutput method +linktitle: AddOutput +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormOptions::AddOutput method. Adds new data source to the Form... plugins data collection in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/formoptions/addoutput/ +--- +## FormOptions::AddOutput method + + +Adds new data source to the Form... plugins data collection. + +```cpp +void Aspose::Pdf::LowCode::FormOptions::AddOutput(System::SharedPtr saveDataSource) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| saveDataSource | System::SharedPtr\ | Data source (file or stream) for saving operation results. | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [IDataSource](../../idatasource/) +* Class [FormOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formoptions/get_inputs/_index.md b/english/cpp/aspose.pdf.lowcode/formoptions/get_inputs/_index.md new file mode 100644 index 0000000000..a106e4d567 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formoptions/get_inputs/_index.md @@ -0,0 +1,26 @@ +--- +title: Aspose::Pdf::LowCode::FormOptions::get_Inputs method +linktitle: get_Inputs +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormOptions::get_Inputs method. Returns Form.... plugins data collection in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/formoptions/get_inputs/ +--- +## FormOptions::get_Inputs method + + +Returns Form.... plugins data collection. + +```cpp +System::SharedPtr>> Aspose::Pdf::LowCode::FormOptions::get_Inputs() override +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [List](../../../system.collections.generic/list/) +* Class [IDataSource](../../idatasource/) +* Class [FormOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formoptions/get_outputs/_index.md b/english/cpp/aspose.pdf.lowcode/formoptions/get_outputs/_index.md new file mode 100644 index 0000000000..b62f1df3e6 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formoptions/get_outputs/_index.md @@ -0,0 +1,26 @@ +--- +title: Aspose::Pdf::LowCode::FormOptions::get_Outputs method +linktitle: get_Outputs +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormOptions::get_Outputs method. Gets collection of added targets for saving operation results in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/formoptions/get_outputs/ +--- +## FormOptions::get_Outputs method + + +Gets collection of added targets for saving operation results. + +```cpp +System::SharedPtr>> Aspose::Pdf::LowCode::FormOptions::get_Outputs() override +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [List](../../../system.collections.generic/list/) +* Class [IDataSource](../../idatasource/) +* Class [FormOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formremoveallfieldsoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formremoveallfieldsoptions/_index.md new file mode 100644 index 0000000000..33294ef13d --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formremoveallfieldsoptions/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::FormRemoveAllFieldsOptions class +linktitle: FormRemoveAllFieldsOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormRemoveAllFieldsOptions class. Represents options for remove all fields in document by FormEditor plugin in C++.' +type: docs +weight: 2800 +url: /cpp/aspose.pdf.lowcode/formremoveallfieldsoptions/ +--- +## FormRemoveAllFieldsOptions class + + +Represents options for remove all fields in document by [FormEditor](../formeditor/) plugin. + +```cpp +class FormRemoveAllFieldsOptions : public Aspose::Pdf::LowCode::FormEditorRemoveOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [FormRemoveAllFieldsOptions](./formremoveallfieldsoptions/)() | Initializes new instance of the [FormRemoveAllFieldsOptions](./) object. | +## See Also + +* Class [FormEditorRemoveOptions](../formeditorremoveoptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/formremoveallfieldsoptions/formremoveallfieldsoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formremoveallfieldsoptions/formremoveallfieldsoptions/_index.md new file mode 100644 index 0000000000..2a27f680b6 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formremoveallfieldsoptions/formremoveallfieldsoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::FormRemoveAllFieldsOptions::FormRemoveAllFieldsOptions constructor +linktitle: FormRemoveAllFieldsOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormRemoveAllFieldsOptions::FormRemoveAllFieldsOptions constructor. Initializes new instance of the FormRemoveAllFieldsOptions object in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/formremoveallfieldsoptions/formremoveallfieldsoptions/ +--- +## FormRemoveAllFieldsOptions::FormRemoveAllFieldsOptions constructor + + +Initializes new instance of the [FormRemoveAllFieldsOptions](../) object. + +```cpp +Aspose::Pdf::LowCode::FormRemoveAllFieldsOptions::FormRemoveAllFieldsOptions() +``` + +## See Also + +* Class [FormRemoveAllFieldsOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formremoveselectedfieldsoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formremoveselectedfieldsoptions/_index.md new file mode 100644 index 0000000000..500dfa5517 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formremoveselectedfieldsoptions/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::FormRemoveSelectedFieldsOptions class +linktitle: FormRemoveSelectedFieldsOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormRemoveSelectedFieldsOptions class. Represents options for remove selected fields in document by FormEditor plugin in C++.' +type: docs +weight: 2900 +url: /cpp/aspose.pdf.lowcode/formremoveselectedfieldsoptions/ +--- +## FormRemoveSelectedFieldsOptions class + + +Represents options for remove selected fields in document by [FormEditor](../formeditor/) plugin. + +```cpp +class FormRemoveSelectedFieldsOptions : public Aspose::Pdf::LowCode::FormEditorRemoveOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [FormRemoveSelectedFieldsOptions](./formremoveselectedfieldsoptions/)(SelectField) | Initializes new instance of the [FormEditorRemoveOptions](../formeditorremoveoptions/) object. | +## See Also + +* Class [FormEditorRemoveOptions](../formeditorremoveoptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/formremoveselectedfieldsoptions/formremoveselectedfieldsoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formremoveselectedfieldsoptions/formremoveselectedfieldsoptions/_index.md new file mode 100644 index 0000000000..94eeeccd69 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formremoveselectedfieldsoptions/formremoveselectedfieldsoptions/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::FormRemoveSelectedFieldsOptions::FormRemoveSelectedFieldsOptions constructor +linktitle: FormRemoveSelectedFieldsOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormRemoveSelectedFieldsOptions::FormRemoveSelectedFieldsOptions constructor. Initializes new instance of the FormEditorRemoveOptions object in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/formremoveselectedfieldsoptions/formremoveselectedfieldsoptions/ +--- +## FormRemoveSelectedFieldsOptions::FormRemoveSelectedFieldsOptions constructor + + +Initializes new instance of the [FormEditorRemoveOptions](../../formeditorremoveoptions/) object. + +```cpp +Aspose::Pdf::LowCode::FormRemoveSelectedFieldsOptions::FormRemoveSelectedFieldsOptions(SelectField selectField) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| selectField | SelectField | Specifies the fields that will be flattened. | + +## See Also + +* Typedef [SelectField](../../selectfield/) +* Class [FormRemoveSelectedFieldsOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/_index.md new file mode 100644 index 0000000000..3a20f03e9f --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions class +linktitle: FormTextBoxFieldCreateOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions class. Represents options for creating TextBoxField by FormEditor plugin in C++.' +type: docs +weight: 3000 +url: /cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/ +--- +## FormTextBoxFieldCreateOptions class + + +Represents options for creating TextBoxField by [FormEditor](../formeditor/) plugin. + +```cpp +class FormTextBoxFieldCreateOptions : public Aspose::Pdf::LowCode::FormFieldCreateOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [FormTextBoxFieldCreateOptions](./formtextboxfieldcreateoptions/)(int32_t, System::SharedPtr\) | Initializes a new instance of the [FormTextBoxFieldCreateOptions](./) object, that containing parameters for created and added TextBoxField. | +| [get_ForceCombs](./get_forcecombs/)() const | Gets/sets the value to determine whether created TextBoxField is forcecombs or not (if will be set). | +| [get_MaxLen](./get_maxlen/)() const | Gets/sets the value to determine property MaxLen for created TextBoxField (if will be set). | +| [get_Multiline](./get_multiline/)() const | Gets/sets the value to determine whether created TextBoxField is multiline or not (if will be set). | +| [get_SpellCheck](./get_spellcheck/)() const | Gets/sets the value to determine whether created TextBoxField is spellcheck or not (if will be set). | +| [set_ForceCombs](./set_forcecombs/)(System::Nullable\) | Gets/sets the value to determine whether created TextBoxField is forcecombs or not (if will be set). | +| [set_MaxLen](./set_maxlen/)(System::Nullable\) | Gets/sets the value to determine property MaxLen for created TextBoxField (if will be set). | +| [set_Multiline](./set_multiline/)(System::Nullable\) | Gets/sets the value to determine whether created TextBoxField is multiline or not (if will be set). | +| [set_SpellCheck](./set_spellcheck/)(System::Nullable\) | Gets/sets the value to determine whether created TextBoxField is spellcheck or not (if will be set). | +## See Also + +* Class [FormFieldCreateOptions](../formfieldcreateoptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/formtextboxfieldcreateoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/formtextboxfieldcreateoptions/_index.md new file mode 100644 index 0000000000..836e55b092 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/formtextboxfieldcreateoptions/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::FormTextBoxFieldCreateOptions constructor +linktitle: FormTextBoxFieldCreateOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::FormTextBoxFieldCreateOptions constructor. Initializes a new instance of the FormTextBoxFieldCreateOptions object, that containing parameters for created and added TextBoxField in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/formtextboxfieldcreateoptions/ +--- +## FormTextBoxFieldCreateOptions::FormTextBoxFieldCreateOptions constructor + + +Initializes a new instance of the [FormTextBoxFieldCreateOptions](../) object, that containing parameters for created and added TextBoxField. + +```cpp +Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::FormTextBoxFieldCreateOptions(int32_t pageNum, System::SharedPtr rect) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pageNum | int32_t | [Page](../../../aspose.pdf/page/) number on which the added TextBoxField will be located. | +| rect | System::SharedPtr\ | Sets TextBoxField rectangle. | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Rectangle](../../../aspose.pdf/rectangle/) +* Class [FormTextBoxFieldCreateOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/get_forcecombs/_index.md b/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/get_forcecombs/_index.md new file mode 100644 index 0000000000..b75ceba27a --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/get_forcecombs/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::get_ForceCombs method +linktitle: get_ForceCombs +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::get_ForceCombs method. Gets/sets the value to determine whether created TextBoxField is forcecombs or not (if will be set) in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/get_forcecombs/ +--- +## FormTextBoxFieldCreateOptions::get_ForceCombs method + + +Gets/sets the value to determine whether created TextBoxField is forcecombs or not (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::get_ForceCombs() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormTextBoxFieldCreateOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/get_maxlen/_index.md b/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/get_maxlen/_index.md new file mode 100644 index 0000000000..356bbc2d69 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/get_maxlen/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::get_MaxLen method +linktitle: get_MaxLen +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::get_MaxLen method. Gets/sets the value to determine property MaxLen for created TextBoxField (if will be set) in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/get_maxlen/ +--- +## FormTextBoxFieldCreateOptions::get_MaxLen method + + +Gets/sets the value to determine property MaxLen for created TextBoxField (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::get_MaxLen() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormTextBoxFieldCreateOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/get_multiline/_index.md b/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/get_multiline/_index.md new file mode 100644 index 0000000000..33b53fd195 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/get_multiline/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::get_Multiline method +linktitle: get_Multiline +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::get_Multiline method. Gets/sets the value to determine whether created TextBoxField is multiline or not (if will be set) in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/get_multiline/ +--- +## FormTextBoxFieldCreateOptions::get_Multiline method + + +Gets/sets the value to determine whether created TextBoxField is multiline or not (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::get_Multiline() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormTextBoxFieldCreateOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/get_spellcheck/_index.md b/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/get_spellcheck/_index.md new file mode 100644 index 0000000000..4617eb1eb8 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/get_spellcheck/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::get_SpellCheck method +linktitle: get_SpellCheck +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::get_SpellCheck method. Gets/sets the value to determine whether created TextBoxField is spellcheck or not (if will be set) in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/get_spellcheck/ +--- +## FormTextBoxFieldCreateOptions::get_SpellCheck method + + +Gets/sets the value to determine whether created TextBoxField is spellcheck or not (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::get_SpellCheck() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormTextBoxFieldCreateOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/set_forcecombs/_index.md b/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/set_forcecombs/_index.md new file mode 100644 index 0000000000..2de2cc66ba --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/set_forcecombs/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::set_ForceCombs method +linktitle: set_ForceCombs +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::set_ForceCombs method. Gets/sets the value to determine whether created TextBoxField is forcecombs or not (if will be set) in C++.' +type: docs +weight: 600 +url: /cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/set_forcecombs/ +--- +## FormTextBoxFieldCreateOptions::set_ForceCombs method + + +Gets/sets the value to determine whether created TextBoxField is forcecombs or not (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::set_ForceCombs(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormTextBoxFieldCreateOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/set_maxlen/_index.md b/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/set_maxlen/_index.md new file mode 100644 index 0000000000..2e7369be4d --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/set_maxlen/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::set_MaxLen method +linktitle: set_MaxLen +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::set_MaxLen method. Gets/sets the value to determine property MaxLen for created TextBoxField (if will be set) in C++.' +type: docs +weight: 700 +url: /cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/set_maxlen/ +--- +## FormTextBoxFieldCreateOptions::set_MaxLen method + + +Gets/sets the value to determine property MaxLen for created TextBoxField (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::set_MaxLen(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormTextBoxFieldCreateOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/set_multiline/_index.md b/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/set_multiline/_index.md new file mode 100644 index 0000000000..fa7d378bbb --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/set_multiline/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::set_Multiline method +linktitle: set_Multiline +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::set_Multiline method. Gets/sets the value to determine whether created TextBoxField is multiline or not (if will be set) in C++.' +type: docs +weight: 800 +url: /cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/set_multiline/ +--- +## FormTextBoxFieldCreateOptions::set_Multiline method + + +Gets/sets the value to determine whether created TextBoxField is multiline or not (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::set_Multiline(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormTextBoxFieldCreateOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/set_spellcheck/_index.md b/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/set_spellcheck/_index.md new file mode 100644 index 0000000000..ee2ad4b7f3 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/set_spellcheck/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::set_SpellCheck method +linktitle: set_SpellCheck +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::set_SpellCheck method. Gets/sets the value to determine whether created TextBoxField is spellcheck or not (if will be set) in C++.' +type: docs +weight: 900 +url: /cpp/aspose.pdf.lowcode/formtextboxfieldcreateoptions/set_spellcheck/ +--- +## FormTextBoxFieldCreateOptions::set_SpellCheck method + + +Gets/sets the value to determine whether created TextBoxField is spellcheck or not (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormTextBoxFieldCreateOptions::set_SpellCheck(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormTextBoxFieldCreateOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/_index.md b/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/_index.md new file mode 100644 index 0000000000..cd3b321001 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions class +linktitle: FormTextBoxFieldSetOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions class. Represents options for set properties in TextBoxField by FormEditor plugin in C++.' +type: docs +weight: 3100 +url: /cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/ +--- +## FormTextBoxFieldSetOptions class + + +Represents options for set properties in TextBoxField by [FormEditor](../formeditor/) plugin. + +```cpp +class FormTextBoxFieldSetOptions : public Aspose::Pdf::LowCode::FormFieldSetOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [get_ForceCombs](./get_forcecombs/)() const | Gets/sets the value to determine property ForceCombs for modified field (if will be set). | +| [get_MaxLen](./get_maxlen/)() const | Gets/sets the value to determine property MaxLen for modified field (if will be set). | +| [get_Multiline](./get_multiline/)() const | Gets/sets the value to determine property Multiline for modified field (if will be set). | +| [get_SpellCheck](./get_spellcheck/)() const | Gets/sets the value to determine property SpellCheck for modified field (if will be set). | +| [set_ForceCombs](./set_forcecombs/)(System::Nullable\) | Gets/sets the value to determine property ForceCombs for modified field (if will be set). | +| [set_MaxLen](./set_maxlen/)(System::Nullable\) | Gets/sets the value to determine property MaxLen for modified field (if will be set). | +| [set_Multiline](./set_multiline/)(System::Nullable\) | Gets/sets the value to determine property Multiline for modified field (if will be set). | +| [set_SpellCheck](./set_spellcheck/)(System::Nullable\) | Gets/sets the value to determine property SpellCheck for modified field (if will be set). | +## See Also + +* Class [FormFieldSetOptions](../formfieldsetoptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/get_forcecombs/_index.md b/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/get_forcecombs/_index.md new file mode 100644 index 0000000000..3f149112ac --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/get_forcecombs/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions::get_ForceCombs method +linktitle: get_ForceCombs +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions::get_ForceCombs method. Gets/sets the value to determine property ForceCombs for modified field (if will be set) in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/get_forcecombs/ +--- +## FormTextBoxFieldSetOptions::get_ForceCombs method + + +Gets/sets the value to determine property ForceCombs for modified field (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions::get_ForceCombs() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormTextBoxFieldSetOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/get_maxlen/_index.md b/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/get_maxlen/_index.md new file mode 100644 index 0000000000..e4b5cd79cc --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/get_maxlen/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions::get_MaxLen method +linktitle: get_MaxLen +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions::get_MaxLen method. Gets/sets the value to determine property MaxLen for modified field (if will be set) in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/get_maxlen/ +--- +## FormTextBoxFieldSetOptions::get_MaxLen method + + +Gets/sets the value to determine property MaxLen for modified field (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions::get_MaxLen() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormTextBoxFieldSetOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/get_multiline/_index.md b/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/get_multiline/_index.md new file mode 100644 index 0000000000..b9e4cc7786 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/get_multiline/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions::get_Multiline method +linktitle: get_Multiline +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions::get_Multiline method. Gets/sets the value to determine property Multiline for modified field (if will be set) in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/get_multiline/ +--- +## FormTextBoxFieldSetOptions::get_Multiline method + + +Gets/sets the value to determine property Multiline for modified field (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions::get_Multiline() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormTextBoxFieldSetOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/get_spellcheck/_index.md b/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/get_spellcheck/_index.md new file mode 100644 index 0000000000..f70879fdd7 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/get_spellcheck/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions::get_SpellCheck method +linktitle: get_SpellCheck +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions::get_SpellCheck method. Gets/sets the value to determine property SpellCheck for modified field (if will be set) in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/get_spellcheck/ +--- +## FormTextBoxFieldSetOptions::get_SpellCheck method + + +Gets/sets the value to determine property SpellCheck for modified field (if will be set). + +```cpp +System::Nullable Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions::get_SpellCheck() const +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormTextBoxFieldSetOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/set_forcecombs/_index.md b/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/set_forcecombs/_index.md new file mode 100644 index 0000000000..0adebaf6c2 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/set_forcecombs/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions::set_ForceCombs method +linktitle: set_ForceCombs +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions::set_ForceCombs method. Gets/sets the value to determine property ForceCombs for modified field (if will be set) in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/set_forcecombs/ +--- +## FormTextBoxFieldSetOptions::set_ForceCombs method + + +Gets/sets the value to determine property ForceCombs for modified field (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions::set_ForceCombs(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormTextBoxFieldSetOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/set_maxlen/_index.md b/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/set_maxlen/_index.md new file mode 100644 index 0000000000..753fb92462 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/set_maxlen/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions::set_MaxLen method +linktitle: set_MaxLen +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions::set_MaxLen method. Gets/sets the value to determine property MaxLen for modified field (if will be set) in C++.' +type: docs +weight: 600 +url: /cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/set_maxlen/ +--- +## FormTextBoxFieldSetOptions::set_MaxLen method + + +Gets/sets the value to determine property MaxLen for modified field (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions::set_MaxLen(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormTextBoxFieldSetOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/set_multiline/_index.md b/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/set_multiline/_index.md new file mode 100644 index 0000000000..2ab7154ee3 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/set_multiline/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions::set_Multiline method +linktitle: set_Multiline +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions::set_Multiline method. Gets/sets the value to determine property Multiline for modified field (if will be set) in C++.' +type: docs +weight: 700 +url: /cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/set_multiline/ +--- +## FormTextBoxFieldSetOptions::set_Multiline method + + +Gets/sets the value to determine property Multiline for modified field (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions::set_Multiline(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormTextBoxFieldSetOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/set_spellcheck/_index.md b/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/set_spellcheck/_index.md new file mode 100644 index 0000000000..68846b4515 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/set_spellcheck/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions::set_SpellCheck method +linktitle: set_SpellCheck +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions::set_SpellCheck method. Gets/sets the value to determine property SpellCheck for modified field (if will be set) in C++.' +type: docs +weight: 800 +url: /cpp/aspose.pdf.lowcode/formtextboxfieldsetoptions/set_spellcheck/ +--- +## FormTextBoxFieldSetOptions::set_SpellCheck method + + +Gets/sets the value to determine property SpellCheck for modified field (if will be set). + +```cpp +void Aspose::Pdf::LowCode::FormTextBoxFieldSetOptions::set_SpellCheck(System::Nullable value) +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [FormTextBoxFieldSetOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/html/_index.md b/english/cpp/aspose.pdf.lowcode/html/_index.md new file mode 100644 index 0000000000..3aa12e1b03 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/html/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Pdf::LowCode::Html class +linktitle: Html +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::Html class. Represents Html plugin in C++.' +type: docs +weight: 3200 +url: /cpp/aspose.pdf.lowcode/html/ +--- +## Html class + + +Represents [Html](./) plugin. + +```cpp +class Html : public Aspose::Pdf::LowCode::IPlugin, + public System::IDisposable +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Dispose](./dispose/)() override | Implementation of IDisposable. | +| [Process](./process/)(System::SharedPtr\) override | Starts the [Html](./) processing with the specified parameters. | +## See Also + +* Class [IPlugin](../iplugin/) +* Class [IDisposable](../../system/idisposable/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/html/dispose/_index.md b/english/cpp/aspose.pdf.lowcode/html/dispose/_index.md new file mode 100644 index 0000000000..f467ada79b --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/html/dispose/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::Html::Dispose method +linktitle: Dispose +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::Html::Dispose method. Implementation of IDisposable in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/html/dispose/ +--- +## Html::Dispose method + + +Implementation of IDisposable. + +```cpp +void Aspose::Pdf::LowCode::Html::Dispose() override +``` + +## See Also + +* Class [Html](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/html/process/_index.md b/english/cpp/aspose.pdf.lowcode/html/process/_index.md new file mode 100644 index 0000000000..3a67959448 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/html/process/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::Html::Process method +linktitle: Process +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::Html::Process method. Starts the Html processing with the specified parameters in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/html/process/ +--- +## Html::Process method + + +Starts the [Html](../) processing with the specified parameters. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::Html::Process(System::SharedPtr options) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| options | System::SharedPtr\ | An options object containing instructions for the [Html](../). | + +### ReturnValue + +An [ResultContainer](../../resultcontainer/) object containing the result of the operation. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [ResultContainer](../../resultcontainer/) +* Class [IPluginOptions](../../ipluginoptions/) +* Class [Html](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/_index.md b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/_index.md new file mode 100644 index 0000000000..4ab4e9f067 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Pdf::LowCode::HtmlToPdfOptions class +linktitle: HtmlToPdfOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::HtmlToPdfOptions class. Represents HTML to PDF converter options for Html plugin in C++.' +type: docs +weight: 3300 +url: /cpp/aspose.pdf.lowcode/htmltopdfoptions/ +--- +## HtmlToPdfOptions class + + +Represents HTML to PDF converter options for [Html](../html/) plugin. + +```cpp +class HtmlToPdfOptions : public Aspose::Pdf::LowCode::PdfConverterOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [get_BasePath](./get_basepath/)() const | The base path/url for the html file. | +| [get_HtmlMediaType](./get_htmlmediatype/)() const | Gets possible media types used during rendering. | +| [get_IsRenderToSinglePage](./get_isrendertosinglepage/)() const | Gets rendering all document to single page. | +| [get_OperationName](./get_operationname/)() override | Gets name of the operation. | +| [get_PageInfo](./get_pageinfo/)() const | Gets document page info. | +| [get_PageLayoutOption](./get_pagelayoutoption/)() const | Gets layout option. | +| [HtmlToPdfOptions](./htmltopdfoptions/)() | Initializes new instance of the [HtmlToPdfOptions](./) object. | +| [set_BasePath](./set_basepath/)(System::String) | The base path/url for the html file. | +| [set_HtmlMediaType](./set_htmlmediatype/)(Aspose::Pdf::HtmlMediaType) | Sets possible media types used during rendering. | +| [set_IsRenderToSinglePage](./set_isrendertosinglepage/)(bool) | Sets rendering all document to single page. | +| [set_PageInfo](./set_pageinfo/)(System::SharedPtr\) | Sets document page info. | +| [set_PageLayoutOption](./set_pagelayoutoption/)(HtmlPageLayoutOption) | Sets layout option. | +## See Also + +* Class [PdfConverterOptions](../pdfconverteroptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/get_basepath/_index.md b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/get_basepath/_index.md new file mode 100644 index 0000000000..3d5fea4f55 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/get_basepath/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::HtmlToPdfOptions::get_BasePath method +linktitle: get_BasePath +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::HtmlToPdfOptions::get_BasePath method. The base path/url for the html file in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/htmltopdfoptions/get_basepath/ +--- +## HtmlToPdfOptions::get_BasePath method + + +The base path/url for the html file. + +```cpp +System::String Aspose::Pdf::LowCode::HtmlToPdfOptions::get_BasePath() const +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [HtmlToPdfOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/get_htmlmediatype/_index.md b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/get_htmlmediatype/_index.md new file mode 100644 index 0000000000..697f2e5429 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/get_htmlmediatype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::HtmlToPdfOptions::get_HtmlMediaType method +linktitle: get_HtmlMediaType +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::HtmlToPdfOptions::get_HtmlMediaType method. Gets possible media types used during rendering in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/htmltopdfoptions/get_htmlmediatype/ +--- +## HtmlToPdfOptions::get_HtmlMediaType method + + +Gets possible media types used during rendering. + +```cpp +Aspose::Pdf::HtmlMediaType Aspose::Pdf::LowCode::HtmlToPdfOptions::get_HtmlMediaType() const +``` + +## See Also + +* Enum [HtmlMediaType](../../../aspose.pdf/htmlmediatype/) +* Class [HtmlToPdfOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/get_isrendertosinglepage/_index.md b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/get_isrendertosinglepage/_index.md new file mode 100644 index 0000000000..005828589c --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/get_isrendertosinglepage/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::HtmlToPdfOptions::get_IsRenderToSinglePage method +linktitle: get_IsRenderToSinglePage +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::HtmlToPdfOptions::get_IsRenderToSinglePage method. Gets rendering all document to single page in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/htmltopdfoptions/get_isrendertosinglepage/ +--- +## HtmlToPdfOptions::get_IsRenderToSinglePage method + + +Gets rendering all document to single page. + +```cpp +bool Aspose::Pdf::LowCode::HtmlToPdfOptions::get_IsRenderToSinglePage() const +``` + +## See Also + +* Class [HtmlToPdfOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/get_operationname/_index.md b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/get_operationname/_index.md new file mode 100644 index 0000000000..aebbf84c04 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/get_operationname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::HtmlToPdfOptions::get_OperationName method +linktitle: get_OperationName +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::HtmlToPdfOptions::get_OperationName method. Gets name of the operation in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.lowcode/htmltopdfoptions/get_operationname/ +--- +## HtmlToPdfOptions::get_OperationName method + + +Gets name of the operation. + +```cpp +System::String Aspose::Pdf::LowCode::HtmlToPdfOptions::get_OperationName() override +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [HtmlToPdfOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/get_pageinfo/_index.md b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/get_pageinfo/_index.md new file mode 100644 index 0000000000..f33472774f --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/get_pageinfo/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::HtmlToPdfOptions::get_PageInfo method +linktitle: get_PageInfo +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::HtmlToPdfOptions::get_PageInfo method. Gets document page info in C++.' +type: docs +weight: 600 +url: /cpp/aspose.pdf.lowcode/htmltopdfoptions/get_pageinfo/ +--- +## HtmlToPdfOptions::get_PageInfo method + + +Gets document page info. + +```cpp +const System::SharedPtr & Aspose::Pdf::LowCode::HtmlToPdfOptions::get_PageInfo() const +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [PageInfo](../../../aspose.pdf/pageinfo/) +* Class [HtmlToPdfOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/get_pagelayoutoption/_index.md b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/get_pagelayoutoption/_index.md new file mode 100644 index 0000000000..a8143da1f5 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/get_pagelayoutoption/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::HtmlToPdfOptions::get_PageLayoutOption method +linktitle: get_PageLayoutOption +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::HtmlToPdfOptions::get_PageLayoutOption method. Gets layout option in C++.' +type: docs +weight: 700 +url: /cpp/aspose.pdf.lowcode/htmltopdfoptions/get_pagelayoutoption/ +--- +## HtmlToPdfOptions::get_PageLayoutOption method + + +Gets layout option. + +```cpp +HtmlPageLayoutOption Aspose::Pdf::LowCode::HtmlToPdfOptions::get_PageLayoutOption() const +``` + +## See Also + +* Enum [HtmlPageLayoutOption](../../../aspose.pdf/htmlpagelayoutoption/) +* Class [HtmlToPdfOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/htmltopdfoptions/_index.md b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/htmltopdfoptions/_index.md new file mode 100644 index 0000000000..d724875bae --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/htmltopdfoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::HtmlToPdfOptions::HtmlToPdfOptions constructor +linktitle: HtmlToPdfOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::HtmlToPdfOptions::HtmlToPdfOptions constructor. Initializes new instance of the HtmlToPdfOptions object in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/htmltopdfoptions/htmltopdfoptions/ +--- +## HtmlToPdfOptions::HtmlToPdfOptions constructor + + +Initializes new instance of the [HtmlToPdfOptions](../) object. + +```cpp +Aspose::Pdf::LowCode::HtmlToPdfOptions::HtmlToPdfOptions() +``` + +## See Also + +* Class [HtmlToPdfOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/set_basepath/_index.md b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/set_basepath/_index.md new file mode 100644 index 0000000000..92c2a02413 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/set_basepath/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::HtmlToPdfOptions::set_BasePath method +linktitle: set_BasePath +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::HtmlToPdfOptions::set_BasePath method. The base path/url for the html file in C++.' +type: docs +weight: 800 +url: /cpp/aspose.pdf.lowcode/htmltopdfoptions/set_basepath/ +--- +## HtmlToPdfOptions::set_BasePath method + + +The base path/url for the html file. + +```cpp +void Aspose::Pdf::LowCode::HtmlToPdfOptions::set_BasePath(System::String value) +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [HtmlToPdfOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/set_htmlmediatype/_index.md b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/set_htmlmediatype/_index.md new file mode 100644 index 0000000000..a2f32c9e0f --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/set_htmlmediatype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::HtmlToPdfOptions::set_HtmlMediaType method +linktitle: set_HtmlMediaType +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::HtmlToPdfOptions::set_HtmlMediaType method. Sets possible media types used during rendering in C++.' +type: docs +weight: 900 +url: /cpp/aspose.pdf.lowcode/htmltopdfoptions/set_htmlmediatype/ +--- +## HtmlToPdfOptions::set_HtmlMediaType method + + +Sets possible media types used during rendering. + +```cpp +void Aspose::Pdf::LowCode::HtmlToPdfOptions::set_HtmlMediaType(Aspose::Pdf::HtmlMediaType value) +``` + +## See Also + +* Enum [HtmlMediaType](../../../aspose.pdf/htmlmediatype/) +* Class [HtmlToPdfOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/set_isrendertosinglepage/_index.md b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/set_isrendertosinglepage/_index.md new file mode 100644 index 0000000000..63e1fb4b62 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/set_isrendertosinglepage/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::HtmlToPdfOptions::set_IsRenderToSinglePage method +linktitle: set_IsRenderToSinglePage +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::HtmlToPdfOptions::set_IsRenderToSinglePage method. Sets rendering all document to single page in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.pdf.lowcode/htmltopdfoptions/set_isrendertosinglepage/ +--- +## HtmlToPdfOptions::set_IsRenderToSinglePage method + + +Sets rendering all document to single page. + +```cpp +void Aspose::Pdf::LowCode::HtmlToPdfOptions::set_IsRenderToSinglePage(bool value) +``` + +## See Also + +* Class [HtmlToPdfOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/set_pageinfo/_index.md b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/set_pageinfo/_index.md new file mode 100644 index 0000000000..6a0713e402 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/set_pageinfo/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::HtmlToPdfOptions::set_PageInfo method +linktitle: set_PageInfo +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::HtmlToPdfOptions::set_PageInfo method. Sets document page info in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.pdf.lowcode/htmltopdfoptions/set_pageinfo/ +--- +## HtmlToPdfOptions::set_PageInfo method + + +Sets document page info. + +```cpp +void Aspose::Pdf::LowCode::HtmlToPdfOptions::set_PageInfo(System::SharedPtr value) +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [PageInfo](../../../aspose.pdf/pageinfo/) +* Class [HtmlToPdfOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/set_pagelayoutoption/_index.md b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/set_pagelayoutoption/_index.md new file mode 100644 index 0000000000..2e6c71246e --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/htmltopdfoptions/set_pagelayoutoption/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::HtmlToPdfOptions::set_PageLayoutOption method +linktitle: set_PageLayoutOption +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::HtmlToPdfOptions::set_PageLayoutOption method. Sets layout option in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.pdf.lowcode/htmltopdfoptions/set_pagelayoutoption/ +--- +## HtmlToPdfOptions::set_PageLayoutOption method + + +Sets layout option. + +```cpp +void Aspose::Pdf::LowCode::HtmlToPdfOptions::set_PageLayoutOption(HtmlPageLayoutOption value) +``` + +## See Also + +* Enum [HtmlPageLayoutOption](../../../aspose.pdf/htmlpagelayoutoption/) +* Class [HtmlToPdfOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/idatacontainer/_index.md b/english/cpp/aspose.pdf.lowcode/idatacontainer/_index.md new file mode 100644 index 0000000000..2bb787aec7 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/idatacontainer/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::IDataContainer class +linktitle: IDataContainer +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::IDataContainer class. General data container interface that defines common methods that concrete data container (plugin options) should implement in C++.' +type: docs +weight: 3400 +url: /cpp/aspose.pdf.lowcode/idatacontainer/ +--- +## IDataContainer class + + +General data container interface that defines common methods that concrete data container (plugin options) should implement. + +```cpp +class IDataContainer : public virtual System::Object +``` + +## Methods + +| Method | Description | +| --- | --- | +| virtual [AddInput](./addinput/)(System::SharedPtr\) | Adds new data source to the collection. | +| virtual [get_Inputs](./get_inputs/)() | Gets collection of data sources. | +## See Also + +* Class [Object](../../system/object/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/idatacontainer/addinput/_index.md b/english/cpp/aspose.pdf.lowcode/idatacontainer/addinput/_index.md new file mode 100644 index 0000000000..e7a4904543 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/idatacontainer/addinput/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::IDataContainer::AddInput method +linktitle: AddInput +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::IDataContainer::AddInput method. Adds new data source to the collection in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/idatacontainer/addinput/ +--- +## IDataContainer::AddInput method + + +Adds new data source to the collection. + +```cpp +virtual void Aspose::Pdf::LowCode::IDataContainer::AddInput(System::SharedPtr dataSource)=0 +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| dataSource | System::SharedPtr\ | | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [IDataSource](../../idatasource/) +* Class [IDataContainer](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/idatacontainer/get_inputs/_index.md b/english/cpp/aspose.pdf.lowcode/idatacontainer/get_inputs/_index.md new file mode 100644 index 0000000000..cbc2e676d2 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/idatacontainer/get_inputs/_index.md @@ -0,0 +1,26 @@ +--- +title: Aspose::Pdf::LowCode::IDataContainer::get_Inputs method +linktitle: get_Inputs +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::IDataContainer::get_Inputs method. Gets collection of data sources in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/idatacontainer/get_inputs/ +--- +## IDataContainer::get_Inputs method + + +Gets collection of data sources. + +```cpp +virtual System::SharedPtr>> Aspose::Pdf::LowCode::IDataContainer::get_Inputs()=0 +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [List](../../../system.collections.generic/list/) +* Class [IDataSource](../../idatasource/) +* Class [IDataContainer](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/idatasource/_index.md b/english/cpp/aspose.pdf.lowcode/idatasource/_index.md new file mode 100644 index 0000000000..ecc17d468c --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/idatasource/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::IDataSource class +linktitle: IDataSource +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::IDataSource class. General data source interface that defines common members that concrete data sources should implement in C++.' +type: docs +weight: 3500 +url: /cpp/aspose.pdf.lowcode/idatasource/ +--- +## IDataSource class + + +General data source interface that defines common members that concrete data sources should implement. + +```cpp +class IDataSource : public virtual System::Object +``` + +## Methods + +| Method | Description | +| --- | --- | +| virtual [get_DataType](./get_datatype/)() | Type of data source (file or stream). | +## See Also + +* Class [Object](../../system/object/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/idatasource/get_datatype/_index.md b/english/cpp/aspose.pdf.lowcode/idatasource/get_datatype/_index.md new file mode 100644 index 0000000000..05c8dee0bf --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/idatasource/get_datatype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::IDataSource::get_DataType method +linktitle: get_DataType +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::IDataSource::get_DataType method. Type of data source (file or stream) in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/idatasource/get_datatype/ +--- +## IDataSource::get_DataType method + + +Type of data source (file or stream). + +```cpp +virtual Aspose::Pdf::LowCode::DataType Aspose::Pdf::LowCode::IDataSource::get_DataType()=0 +``` + +## See Also + +* Enum [DataType](../../datatype/) +* Class [IDataSource](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/imageextractor/_index.md b/english/cpp/aspose.pdf.lowcode/imageextractor/_index.md new file mode 100644 index 0000000000..a16ee33f6f --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/imageextractor/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Pdf::LowCode::ImageExtractor class +linktitle: ImageExtractor +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ImageExtractor class. Represents ImageExtractor plugin in C++.' +type: docs +weight: 3600 +url: /cpp/aspose.pdf.lowcode/imageextractor/ +--- +## ImageExtractor class + + +Represents [ImageExtractor](./) plugin. + +```cpp +class ImageExtractor : public Aspose::Pdf::LowCode::PdfExtractor +``` + +## Remarks + + +The [ImageExtractor](./) object is used to extract text in PDF documents. +## See Also + +* Class [PdfExtractor](../pdfextractor/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/imageextractoroptions/_index.md b/english/cpp/aspose.pdf.lowcode/imageextractoroptions/_index.md new file mode 100644 index 0000000000..f1d41fa499 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/imageextractoroptions/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Pdf::LowCode::ImageExtractorOptions class +linktitle: ImageExtractorOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ImageExtractorOptions class. Represents images extraction options for the ImageExtractor plugin in C++.' +type: docs +weight: 3700 +url: /cpp/aspose.pdf.lowcode/imageextractoroptions/ +--- +## ImageExtractorOptions class + + +Represents images extraction options for the [ImageExtractor](../imageextractor/) plugin. + +```cpp +class ImageExtractorOptions : public Aspose::Pdf::LowCode::PdfExtractorOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [get_OperationName](./get_operationname/)() override | Returns name of the operation. | +| [ImageExtractorOptions](./imageextractoroptions/)() | Initializes a new instance of the [ImageExtractorOptions](./) object. | +## Remarks + + +It inherits functions to add data (files, streams) representing input PDF documents. +## See Also + +* Class [PdfExtractorOptions](../pdfextractoroptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/imageextractoroptions/get_operationname/_index.md b/english/cpp/aspose.pdf.lowcode/imageextractoroptions/get_operationname/_index.md new file mode 100644 index 0000000000..0999030d34 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/imageextractoroptions/get_operationname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::ImageExtractorOptions::get_OperationName method +linktitle: get_OperationName +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ImageExtractorOptions::get_OperationName method. Returns name of the operation in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/imageextractoroptions/get_operationname/ +--- +## ImageExtractorOptions::get_OperationName method + + +Returns name of the operation. + +```cpp +System::String Aspose::Pdf::LowCode::ImageExtractorOptions::get_OperationName() override +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [ImageExtractorOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/imageextractoroptions/imageextractoroptions/_index.md b/english/cpp/aspose.pdf.lowcode/imageextractoroptions/imageextractoroptions/_index.md new file mode 100644 index 0000000000..5192e4352f --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/imageextractoroptions/imageextractoroptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::ImageExtractorOptions::ImageExtractorOptions constructor +linktitle: ImageExtractorOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ImageExtractorOptions::ImageExtractorOptions constructor. Initializes a new instance of the ImageExtractorOptions object in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/imageextractoroptions/imageextractoroptions/ +--- +## ImageExtractorOptions::ImageExtractorOptions constructor + + +Initializes a new instance of the [ImageExtractorOptions](../) object. + +```cpp +Aspose::Pdf::LowCode::ImageExtractorOptions::ImageExtractorOptions() +``` + +## See Also + +* Class [ImageExtractorOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/ioperationresult/_index.md b/english/cpp/aspose.pdf.lowcode/ioperationresult/_index.md new file mode 100644 index 0000000000..ed6c3d9b93 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/ioperationresult/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Pdf::LowCode::IOperationResult class +linktitle: IOperationResult +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::IOperationResult class. General operation result interface that defines common methods that concrete plugin operation result should implement in C++.' +type: docs +weight: 3800 +url: /cpp/aspose.pdf.lowcode/ioperationresult/ +--- +## IOperationResult class + + +General operation result interface that defines common methods that concrete plugin operation result should implement. + +```cpp +class IOperationResult : public virtual System::Object +``` + +## Methods + +| Method | Description | +| --- | --- | +| virtual [get_Data](./get_data/)() | Gets raw data. | +| virtual [get_IsFile](./get_isfile/)() | Indicates whether the result is a path to an output file. | +| virtual [get_IsStream](./get_isstream/)() | Indicates whether the result is an output stream. | +| virtual [get_IsString](./get_isstring/)() | Indicates whether the result is a text string. | +| virtual [ToFile](./tofile/)() | Tries to convert the result to the file. | +| virtual [ToStream](./tostream/)() | Tries to convert the result to the stream object. | +## See Also + +* Class [Object](../../system/object/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/ioperationresult/get_data/_index.md b/english/cpp/aspose.pdf.lowcode/ioperationresult/get_data/_index.md new file mode 100644 index 0000000000..63e7289f6d --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/ioperationresult/get_data/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::IOperationResult::get_Data method +linktitle: get_Data +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::IOperationResult::get_Data method. Gets raw data in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/ioperationresult/get_data/ +--- +## IOperationResult::get_Data method + + +Gets raw data. + +```cpp +virtual System::SharedPtr Aspose::Pdf::LowCode::IOperationResult::get_Data()=0 +``` + + +### ReturnValue + +An **object** representing output data. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Object](../../../system/object/) +* Class [IOperationResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/ioperationresult/get_isfile/_index.md b/english/cpp/aspose.pdf.lowcode/ioperationresult/get_isfile/_index.md new file mode 100644 index 0000000000..87d0adc5d8 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/ioperationresult/get_isfile/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::IOperationResult::get_IsFile method +linktitle: get_IsFile +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::IOperationResult::get_IsFile method. Indicates whether the result is a path to an output file in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/ioperationresult/get_isfile/ +--- +## IOperationResult::get_IsFile method + + +Indicates whether the result is a path to an output file. + +```cpp +virtual bool Aspose::Pdf::LowCode::IOperationResult::get_IsFile()=0 +``` + + +### ReturnValue + +**true** if the result is a file; otherwise **false**. + +## See Also + +* Class [IOperationResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/ioperationresult/get_isstream/_index.md b/english/cpp/aspose.pdf.lowcode/ioperationresult/get_isstream/_index.md new file mode 100644 index 0000000000..1f2e22b985 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/ioperationresult/get_isstream/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::IOperationResult::get_IsStream method +linktitle: get_IsStream +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::IOperationResult::get_IsStream method. Indicates whether the result is an output stream in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/ioperationresult/get_isstream/ +--- +## IOperationResult::get_IsStream method + + +Indicates whether the result is an output stream. + +```cpp +virtual bool Aspose::Pdf::LowCode::IOperationResult::get_IsStream()=0 +``` + + +### ReturnValue + +**true** if the result is a stream object; otherwise **false**. + +## See Also + +* Class [IOperationResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/ioperationresult/get_isstring/_index.md b/english/cpp/aspose.pdf.lowcode/ioperationresult/get_isstring/_index.md new file mode 100644 index 0000000000..06f26e699a --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/ioperationresult/get_isstring/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::IOperationResult::get_IsString method +linktitle: get_IsString +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::IOperationResult::get_IsString method. Indicates whether the result is a text string in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/ioperationresult/get_isstring/ +--- +## IOperationResult::get_IsString method + + +Indicates whether the result is a text string. + +```cpp +virtual bool Aspose::Pdf::LowCode::IOperationResult::get_IsString()=0 +``` + + +### ReturnValue + +**true** if the result is a string; otherwise **false**. + +## See Also + +* Class [IOperationResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/ioperationresult/tofile/_index.md b/english/cpp/aspose.pdf.lowcode/ioperationresult/tofile/_index.md new file mode 100644 index 0000000000..d3262873c8 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/ioperationresult/tofile/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::IOperationResult::ToFile method +linktitle: ToFile +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::IOperationResult::ToFile method. Tries to convert the result to the file in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.lowcode/ioperationresult/tofile/ +--- +## IOperationResult::ToFile method + + +Tries to convert the result to the file. + +```cpp +virtual System::String Aspose::Pdf::LowCode::IOperationResult::ToFile()=0 +``` + + +### ReturnValue + +A string representing the path to the output file if the result is file; otherwise **null**. + +## See Also + +* Class [String](../../../system/string/) +* Class [IOperationResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/ioperationresult/tostream/_index.md b/english/cpp/aspose.pdf.lowcode/ioperationresult/tostream/_index.md new file mode 100644 index 0000000000..89a59660d9 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/ioperationresult/tostream/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::IOperationResult::ToStream method +linktitle: ToStream +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::IOperationResult::ToStream method. Tries to convert the result to the stream object in C++.' +type: docs +weight: 600 +url: /cpp/aspose.pdf.lowcode/ioperationresult/tostream/ +--- +## IOperationResult::ToStream method + + +Tries to convert the result to the stream object. + +```cpp +virtual System::SharedPtr Aspose::Pdf::LowCode::IOperationResult::ToStream()=0 +``` + + +### ReturnValue + +A stream object representing the output data if the result is stream; otherwise **null**. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Stream](../../../system.io/stream/) +* Class [IOperationResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/iplugin/_index.md b/english/cpp/aspose.pdf.lowcode/iplugin/_index.md new file mode 100644 index 0000000000..5966405c5c --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/iplugin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::IPlugin class +linktitle: IPlugin +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::IPlugin class. General plugin interface that defines common methods that concrete plugin should implement in C++.' +type: docs +weight: 3900 +url: /cpp/aspose.pdf.lowcode/iplugin/ +--- +## IPlugin class + + +General plugin interface that defines common methods that concrete plugin should implement. + +```cpp +class IPlugin : public virtual System::Object +``` + +## Methods + +| Method | Description | +| --- | --- | +| virtual [Process](./process/)(System::SharedPtr\) | Charges a plugin to process with defined options. | +## See Also + +* Class [Object](../../system/object/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/iplugin/process/_index.md b/english/cpp/aspose.pdf.lowcode/iplugin/process/_index.md new file mode 100644 index 0000000000..eab3090e5a --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/iplugin/process/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::IPlugin::Process method +linktitle: Process +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::IPlugin::Process method. Charges a plugin to process with defined options in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/iplugin/process/ +--- +## IPlugin::Process method + + +Charges a plugin to process with defined options. + +```cpp +virtual System::SharedPtr Aspose::Pdf::LowCode::IPlugin::Process(System::SharedPtr options)=0 +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| options | System::SharedPtr\ | An options object containing instructions for the plugin | + +### ReturnValue + +An [ResultContainer](../../resultcontainer/) object containing the result of the processing + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [ResultContainer](../../resultcontainer/) +* Class [IPluginOptions](../../ipluginoptions/) +* Class [IPlugin](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/ipluginoptions/_index.md b/english/cpp/aspose.pdf.lowcode/ipluginoptions/_index.md new file mode 100644 index 0000000000..772233224e --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/ipluginoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::IPluginOptions class +linktitle: IPluginOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::IPluginOptions class. General plugin option interface that defines common methods that concrete plugin option should implement in C++.' +type: docs +weight: 4000 +url: /cpp/aspose.pdf.lowcode/ipluginoptions/ +--- +## IPluginOptions class + + +General plugin option interface that defines common methods that concrete plugin option should implement. + +```cpp +class IPluginOptions : public virtual System::Object +``` + +## See Also + +* Class [Object](../../system/object/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/isaveinstruction/_index.md b/english/cpp/aspose.pdf.lowcode/isaveinstruction/_index.md new file mode 100644 index 0000000000..952b111dca --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/isaveinstruction/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::ISaveInstruction class +linktitle: ISaveInstruction +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ISaveInstruction class. General save instruction interface that defines common members that concrete plugin option should implement in C++.' +type: docs +weight: 4100 +url: /cpp/aspose.pdf.lowcode/isaveinstruction/ +--- +## ISaveInstruction class + + +General save instruction interface that defines common members that concrete plugin option should implement. + +```cpp +class ISaveInstruction : public virtual System::Object +``` + +## Methods + +| Method | Description | +| --- | --- | +| virtual [AddOutput](./addoutput/)(System::SharedPtr\) | Adds new result save target. | +| virtual [get_Outputs](./get_outputs/)() | Gets the collection of added targets (file or stream data sources) for saving operation results. | +## See Also + +* Class [Object](../../system/object/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/isaveinstruction/addoutput/_index.md b/english/cpp/aspose.pdf.lowcode/isaveinstruction/addoutput/_index.md new file mode 100644 index 0000000000..810d4588fa --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/isaveinstruction/addoutput/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::ISaveInstruction::AddOutput method +linktitle: AddOutput +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ISaveInstruction::AddOutput method. Adds new result save target in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/isaveinstruction/addoutput/ +--- +## ISaveInstruction::AddOutput method + + +Adds new result save target. + +```cpp +virtual void Aspose::Pdf::LowCode::ISaveInstruction::AddOutput(System::SharedPtr dataSource)=0 +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| dataSource | System::SharedPtr\ | Target (file or stream data source) for saving operation results. | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [IDataSource](../../idatasource/) +* Class [ISaveInstruction](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/isaveinstruction/get_outputs/_index.md b/english/cpp/aspose.pdf.lowcode/isaveinstruction/get_outputs/_index.md new file mode 100644 index 0000000000..238b14ce42 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/isaveinstruction/get_outputs/_index.md @@ -0,0 +1,26 @@ +--- +title: Aspose::Pdf::LowCode::ISaveInstruction::get_Outputs method +linktitle: get_Outputs +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ISaveInstruction::get_Outputs method. Gets the collection of added targets (file or stream data sources) for saving operation results in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/isaveinstruction/get_outputs/ +--- +## ISaveInstruction::get_Outputs method + + +Gets the collection of added targets (file or stream data sources) for saving operation results. + +```cpp +virtual System::SharedPtr>> Aspose::Pdf::LowCode::ISaveInstruction::get_Outputs()=0 +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [List](../../../system.collections.generic/list/) +* Class [IDataSource](../../idatasource/) +* Class [ISaveInstruction](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/isavetarget/_index.md b/english/cpp/aspose.pdf.lowcode/isavetarget/_index.md new file mode 100644 index 0000000000..067c2f8120 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/isavetarget/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::ISaveTarget class +linktitle: ISaveTarget +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ISaveTarget class. General save target interface that defines common members that concrete operation result save target should implement in C++.' +type: docs +weight: 4200 +url: /cpp/aspose.pdf.lowcode/isavetarget/ +--- +## ISaveTarget class + + +General save target interface that defines common members that concrete operation result save target should implement. + +```cpp +class ISaveTarget : public virtual System::Object +``` + +## Methods + +| Method | Description | +| --- | --- | +| virtual [get_SaveTarget](./get_savetarget/)() | Type of the save target (file or stream). | +## See Also + +* Class [Object](../../system/object/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/isavetarget/get_savetarget/_index.md b/english/cpp/aspose.pdf.lowcode/isavetarget/get_savetarget/_index.md new file mode 100644 index 0000000000..96baf9a4f3 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/isavetarget/get_savetarget/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::ISaveTarget::get_SaveTarget method +linktitle: get_SaveTarget +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ISaveTarget::get_SaveTarget method. Type of the save target (file or stream) in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/isavetarget/get_savetarget/ +--- +## ISaveTarget::get_SaveTarget method + + +Type of the save target (file or stream). + +```cpp +virtual DataType Aspose::Pdf::LowCode::ISaveTarget::get_SaveTarget()=0 +``` + + +### ReturnValue + +A [DataType](../../datatype/) object representing output data. + +## See Also + +* Enum [DataType](../../datatype/) +* Class [ISaveTarget](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/jpeg/_index.md b/english/cpp/aspose.pdf.lowcode/jpeg/_index.md new file mode 100644 index 0000000000..3e462c7c70 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/jpeg/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Pdf::LowCode::Jpeg class +linktitle: Jpeg +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::Jpeg class. Represents Pdf to Jpeg plugin in C++.' +type: docs +weight: 4300 +url: /cpp/aspose.pdf.lowcode/jpeg/ +--- +## Jpeg class + + +Represents [Pdf](../../aspose.pdf/) to [Jpeg](./) plugin. + +```cpp +class Jpeg : public Aspose::Pdf::LowCode::PdfToImage +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Jpeg](./jpeg/)() | Creates a new instance of +[Jpeg](./) + + +class. | +## See Also + +* Class [PdfToImage](../pdftoimage/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/jpeg/jpeg/_index.md b/english/cpp/aspose.pdf.lowcode/jpeg/jpeg/_index.md new file mode 100644 index 0000000000..ecb1ec3537 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/jpeg/jpeg/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Pdf::LowCode::Jpeg::Jpeg constructor +linktitle: Jpeg +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::Jpeg::Jpeg constructor. Creates a new instance of Jpegclass in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/jpeg/jpeg/ +--- +## Jpeg::Jpeg constructor + + +Creates a new instance of +[Jpeg](../) + + +class. + +```cpp +Aspose::Pdf::LowCode::Jpeg::Jpeg() +``` + +## See Also + +* Class [Jpeg](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/jpegoptions/_index.md b/english/cpp/aspose.pdf.lowcode/jpegoptions/_index.md new file mode 100644 index 0000000000..36d6c3ad80 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/jpegoptions/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Pdf::LowCode::JpegOptions class +linktitle: JpegOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::JpegOptions class. Represents Pdf to Jpeg converter options for the Jpeg plugin in C++.' +type: docs +weight: 4400 +url: /cpp/aspose.pdf.lowcode/jpegoptions/ +--- +## JpegOptions class + + +Represents [Pdf](../../aspose.pdf/) to [Jpeg](../jpeg/) converter options for the [Jpeg](../jpeg/) plugin. + +```cpp +class JpegOptions : public Aspose::Pdf::LowCode::PdfToImageOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [get_OperationName](./get_operationname/)() override | Returns name of the operation. | +| [get_Quality](./get_quality/)() const | Gets and sets [Jpeg](../jpeg/) quality. | +| [JpegOptions](./jpegoptions/)() | Initializes a new instance of the [JpegOptions](./) object. | +| [set_Quality](./set_quality/)(int32_t) | Gets and sets [Jpeg](../jpeg/) quality. | +## See Also + +* Class [PdfToImageOptions](../pdftoimageoptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/jpegoptions/get_operationname/_index.md b/english/cpp/aspose.pdf.lowcode/jpegoptions/get_operationname/_index.md new file mode 100644 index 0000000000..2bed854091 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/jpegoptions/get_operationname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::JpegOptions::get_OperationName method +linktitle: get_OperationName +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::JpegOptions::get_OperationName method. Returns name of the operation in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/jpegoptions/get_operationname/ +--- +## JpegOptions::get_OperationName method + + +Returns name of the operation. + +```cpp +System::String Aspose::Pdf::LowCode::JpegOptions::get_OperationName() override +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [JpegOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/jpegoptions/get_quality/_index.md b/english/cpp/aspose.pdf.lowcode/jpegoptions/get_quality/_index.md new file mode 100644 index 0000000000..d28e69fef1 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/jpegoptions/get_quality/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::JpegOptions::get_Quality method +linktitle: get_Quality +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::JpegOptions::get_Quality method. Gets and sets Jpeg quality in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/jpegoptions/get_quality/ +--- +## JpegOptions::get_Quality method + + +Gets and sets [Jpeg](../../jpeg/) quality. + +```cpp +int32_t Aspose::Pdf::LowCode::JpegOptions::get_Quality() const +``` + +## See Also + +* Class [JpegOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/jpegoptions/jpegoptions/_index.md b/english/cpp/aspose.pdf.lowcode/jpegoptions/jpegoptions/_index.md new file mode 100644 index 0000000000..181393ad23 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/jpegoptions/jpegoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::JpegOptions::JpegOptions constructor +linktitle: JpegOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::JpegOptions::JpegOptions constructor. Initializes a new instance of the JpegOptions object in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/jpegoptions/jpegoptions/ +--- +## JpegOptions::JpegOptions constructor + + +Initializes a new instance of the [JpegOptions](../) object. + +```cpp +Aspose::Pdf::LowCode::JpegOptions::JpegOptions() +``` + +## See Also + +* Class [JpegOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/jpegoptions/set_quality/_index.md b/english/cpp/aspose.pdf.lowcode/jpegoptions/set_quality/_index.md new file mode 100644 index 0000000000..f405ff3dda --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/jpegoptions/set_quality/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::JpegOptions::set_Quality method +linktitle: set_Quality +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::JpegOptions::set_Quality method. Gets and sets Jpeg quality in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/jpegoptions/set_quality/ +--- +## JpegOptions::set_Quality method + + +Gets and sets [Jpeg](../../jpeg/) quality. + +```cpp +void Aspose::Pdf::LowCode::JpegOptions::set_Quality(int32_t value) +``` + +## See Also + +* Class [JpegOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/mergeoptions/_index.md b/english/cpp/aspose.pdf.lowcode/mergeoptions/_index.md new file mode 100644 index 0000000000..9352ac5821 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/mergeoptions/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::MergeOptions class +linktitle: MergeOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::MergeOptions class. Represents Merge options for Merger plugin in C++.' +type: docs +weight: 4500 +url: /cpp/aspose.pdf.lowcode/mergeoptions/ +--- +## MergeOptions class + + +Represents Merge options for [Merger](../merger/) plugin. + +```cpp +class MergeOptions : public Aspose::Pdf::LowCode::OrganizerBaseOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [MergeOptions](./mergeoptions/)() | Initializes new instance of the [MergeOptions](./) object with default options. | +## See Also + +* Class [OrganizerBaseOptions](../organizerbaseoptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/mergeoptions/mergeoptions/_index.md b/english/cpp/aspose.pdf.lowcode/mergeoptions/mergeoptions/_index.md new file mode 100644 index 0000000000..ddff6b2ca6 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/mergeoptions/mergeoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::MergeOptions::MergeOptions constructor +linktitle: MergeOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::MergeOptions::MergeOptions constructor. Initializes new instance of the MergeOptions object with default options in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/mergeoptions/mergeoptions/ +--- +## MergeOptions::MergeOptions constructor + + +Initializes new instance of the [MergeOptions](../) object with default options. + +```cpp +Aspose::Pdf::LowCode::MergeOptions::MergeOptions() +``` + +## See Also + +* Class [MergeOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/merger/_index.md b/english/cpp/aspose.pdf.lowcode/merger/_index.md new file mode 100644 index 0000000000..7961abf871 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/merger/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::Merger class +linktitle: Merger +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::Merger class. Represents Merger plugin in C++.' +type: docs +weight: 4600 +url: /cpp/aspose.pdf.lowcode/merger/ +--- +## Merger class + + +Represents [Merger](./) plugin. + +```cpp +class Merger : public Aspose::Pdf::LowCode::IPlugin +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Process](./process/)(System::SharedPtr\) override | Starts the [Merger](./) processing with the specified parameters. | +## See Also + +* Class [IPlugin](../iplugin/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/merger/process/_index.md b/english/cpp/aspose.pdf.lowcode/merger/process/_index.md new file mode 100644 index 0000000000..2727f4b6a0 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/merger/process/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::Merger::Process method +linktitle: Process +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::Merger::Process method. Starts the Merger processing with the specified parameters in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/merger/process/ +--- +## Merger::Process method + + +Starts the [Merger](../) processing with the specified parameters. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::Merger::Process(System::SharedPtr options) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| options | System::SharedPtr\ | An options object containg instructions for the [Merger](../). | + +### ReturnValue + +An [ResultContainer](../../resultcontainer/) object containg the result of the operation. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [ResultContainer](../../resultcontainer/) +* Class [IPluginOptions](../../ipluginoptions/) +* Class [Merger](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/objectresult/_index.md b/english/cpp/aspose.pdf.lowcode/objectresult/_index.md new file mode 100644 index 0000000000..8a34daa1fa --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/objectresult/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Pdf::LowCode::ObjectResult class +linktitle: ObjectResult +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ObjectResult class. Represents operation result in the form of string in C++.' +type: docs +weight: 4700 +url: /cpp/aspose.pdf.lowcode/objectresult/ +--- +## ObjectResult class + + +Represents operation result in the form of string. + +```cpp +class ObjectResult : public Aspose::Pdf::LowCode::IOperationResult +``` + +## Methods + +| Method | Description | +| --- | --- | +| [get_Data](./get_data/)() override | Gets raw data. | +| [get_IsFile](./get_isfile/)() override | Indicates whether the result is a path to an output file. | +| [get_IsObject](./get_isobject/)() const | Indicates whether the result is an object. | +| [get_IsStream](./get_isstream/)() override | Indicates whether the result is a path to an output file. | +| [get_IsString](./get_isstring/)() override | Indicates whether the result is a string. | +| [get_Text](./get_text/)() | Returns string representation of the result. | +| [ToFile](./tofile/)() override | Tries to convert the result to a file. | +| [ToStream](./tostream/)() override | Tries to convert the result to a stream object. | +| [ToString](./tostring/)() const override | Tries to convert the result to a string. | +## See Also + +* Class [IOperationResult](../ioperationresult/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/objectresult/get_data/_index.md b/english/cpp/aspose.pdf.lowcode/objectresult/get_data/_index.md new file mode 100644 index 0000000000..1195fc3b11 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/objectresult/get_data/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::ObjectResult::get_Data method +linktitle: get_Data +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ObjectResult::get_Data method. Gets raw data in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/objectresult/get_data/ +--- +## ObjectResult::get_Data method + + +Gets raw data. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::ObjectResult::get_Data() override +``` + + +### ReturnValue + +An **object** representing output data. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Object](../../../system/object/) +* Class [ObjectResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/objectresult/get_isfile/_index.md b/english/cpp/aspose.pdf.lowcode/objectresult/get_isfile/_index.md new file mode 100644 index 0000000000..8ca6d7e8fc --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/objectresult/get_isfile/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::ObjectResult::get_IsFile method +linktitle: get_IsFile +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ObjectResult::get_IsFile method. Indicates whether the result is a path to an output file in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/objectresult/get_isfile/ +--- +## ObjectResult::get_IsFile method + + +Indicates whether the result is a path to an output file. + +```cpp +bool Aspose::Pdf::LowCode::ObjectResult::get_IsFile() override +``` + + +### ReturnValue + +**true** if the result is a file; otherwise **false**. + +## See Also + +* Class [ObjectResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/objectresult/get_isobject/_index.md b/english/cpp/aspose.pdf.lowcode/objectresult/get_isobject/_index.md new file mode 100644 index 0000000000..d563279954 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/objectresult/get_isobject/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::ObjectResult::get_IsObject method +linktitle: get_IsObject +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ObjectResult::get_IsObject method. Indicates whether the result is an object in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/objectresult/get_isobject/ +--- +## ObjectResult::get_IsObject method + + +Indicates whether the result is an object. + +```cpp +bool Aspose::Pdf::LowCode::ObjectResult::get_IsObject() const +``` + + +### ReturnValue + +**true** if the result is an object; otherwise **false**. + +## See Also + +* Class [ObjectResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/objectresult/get_isstream/_index.md b/english/cpp/aspose.pdf.lowcode/objectresult/get_isstream/_index.md new file mode 100644 index 0000000000..fb2a4c4c71 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/objectresult/get_isstream/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::ObjectResult::get_IsStream method +linktitle: get_IsStream +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ObjectResult::get_IsStream method. Indicates whether the result is a path to an output file in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/objectresult/get_isstream/ +--- +## ObjectResult::get_IsStream method + + +Indicates whether the result is a path to an output file. + +```cpp +bool Aspose::Pdf::LowCode::ObjectResult::get_IsStream() override +``` + + +### ReturnValue + +**true** if the result is a stream object; otherwise **false**. + +## See Also + +* Class [ObjectResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/objectresult/get_isstring/_index.md b/english/cpp/aspose.pdf.lowcode/objectresult/get_isstring/_index.md new file mode 100644 index 0000000000..f476372c6d --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/objectresult/get_isstring/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::ObjectResult::get_IsString method +linktitle: get_IsString +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ObjectResult::get_IsString method. Indicates whether the result is a string in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.lowcode/objectresult/get_isstring/ +--- +## ObjectResult::get_IsString method + + +Indicates whether the result is a string. + +```cpp +bool Aspose::Pdf::LowCode::ObjectResult::get_IsString() override +``` + + +### ReturnValue + +**true** if the result is a string; otherwise **false**. + +## See Also + +* Class [ObjectResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/objectresult/get_text/_index.md b/english/cpp/aspose.pdf.lowcode/objectresult/get_text/_index.md new file mode 100644 index 0000000000..7c11bc924c --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/objectresult/get_text/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::ObjectResult::get_Text method +linktitle: get_Text +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ObjectResult::get_Text method. Returns string representation of the result in C++.' +type: docs +weight: 600 +url: /cpp/aspose.pdf.lowcode/objectresult/get_text/ +--- +## ObjectResult::get_Text method + + +Returns string representation of the result. + +```cpp +System::String Aspose::Pdf::LowCode::ObjectResult::get_Text() +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [ObjectResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/objectresult/tofile/_index.md b/english/cpp/aspose.pdf.lowcode/objectresult/tofile/_index.md new file mode 100644 index 0000000000..df19c9e861 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/objectresult/tofile/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::ObjectResult::ToFile method +linktitle: ToFile +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ObjectResult::ToFile method. Tries to convert the result to a file in C++.' +type: docs +weight: 700 +url: /cpp/aspose.pdf.lowcode/objectresult/tofile/ +--- +## ObjectResult::ToFile method + + +Tries to convert the result to a file. + +```cpp +System::String Aspose::Pdf::LowCode::ObjectResult::ToFile() override +``` + + +### ReturnValue + +A string representing the path to the output file if the result is file; otherwise **null**. + +## See Also + +* Class [String](../../../system/string/) +* Class [ObjectResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/objectresult/tostream/_index.md b/english/cpp/aspose.pdf.lowcode/objectresult/tostream/_index.md new file mode 100644 index 0000000000..f7008d666d --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/objectresult/tostream/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::ObjectResult::ToStream method +linktitle: ToStream +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ObjectResult::ToStream method. Tries to convert the result to a stream object in C++.' +type: docs +weight: 800 +url: /cpp/aspose.pdf.lowcode/objectresult/tostream/ +--- +## ObjectResult::ToStream method + + +Tries to convert the result to a stream object. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::ObjectResult::ToStream() override +``` + + +### ReturnValue + +A stream object representing the output data if the result is stream; otherwise **null**. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Stream](../../../system.io/stream/) +* Class [ObjectResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/objectresult/tostring/_index.md b/english/cpp/aspose.pdf.lowcode/objectresult/tostring/_index.md new file mode 100644 index 0000000000..d026dfb2b2 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/objectresult/tostring/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::ObjectResult::ToString method +linktitle: ToString +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ObjectResult::ToString method. Tries to convert the result to a string in C++.' +type: docs +weight: 900 +url: /cpp/aspose.pdf.lowcode/objectresult/tostring/ +--- +## ObjectResult::ToString method + + +Tries to convert the result to a string. + +```cpp +System::String Aspose::Pdf::LowCode::ObjectResult::ToString() const override +``` + + +### ReturnValue + +A string representing the text content if the result is string; otherwise returns base.ToString(). + +## See Also + +* Class [String](../../../system/string/) +* Class [ObjectResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/ofd/_index.md b/english/cpp/aspose.pdf.lowcode/ofd/_index.md new file mode 100644 index 0000000000..6756f81d45 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/ofd/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Pdf::LowCode::Ofd class +linktitle: Ofd +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::Ofd class. Represents the Ofd plugin in C++.' +type: docs +weight: 4800 +url: /cpp/aspose.pdf.lowcode/ofd/ +--- +## Ofd class + + +Represents the [Ofd](./) plugin. + +```cpp +class Ofd : public Aspose::Pdf::LowCode::IPlugin, + public System::IDisposable +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Dispose](./dispose/)() override | Implementation of IDisposable. | +| [Process](./process/)(System::SharedPtr\) override | Starts the [Ofd](./) processing with the specified parameters. | +## See Also + +* Class [IPlugin](../iplugin/) +* Class [IDisposable](../../system/idisposable/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/ofd/dispose/_index.md b/english/cpp/aspose.pdf.lowcode/ofd/dispose/_index.md new file mode 100644 index 0000000000..5025c4cf5b --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/ofd/dispose/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::Ofd::Dispose method +linktitle: Dispose +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::Ofd::Dispose method. Implementation of IDisposable in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/ofd/dispose/ +--- +## Ofd::Dispose method + + +Implementation of IDisposable. + +```cpp +void Aspose::Pdf::LowCode::Ofd::Dispose() override +``` + +## See Also + +* Class [Ofd](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/ofd/process/_index.md b/english/cpp/aspose.pdf.lowcode/ofd/process/_index.md new file mode 100644 index 0000000000..b2c5b98733 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/ofd/process/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::Ofd::Process method +linktitle: Process +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::Ofd::Process method. Starts the Ofd processing with the specified parameters in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/ofd/process/ +--- +## Ofd::Process method + + +Starts the [Ofd](../) processing with the specified parameters. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::Ofd::Process(System::SharedPtr options) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| options | System::SharedPtr\ | An options object containing instructions for the [Ofd](../). | + +### ReturnValue + +An [ResultContainer](../../resultcontainer/) object containing the result of the operation. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [ResultContainer](../../resultcontainer/) +* Class [IPluginOptions](../../ipluginoptions/) +* Class [Ofd](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/ofdtopdfoptions/_index.md b/english/cpp/aspose.pdf.lowcode/ofdtopdfoptions/_index.md new file mode 100644 index 0000000000..daaa055c33 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/ofdtopdfoptions/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Pdf::LowCode::OfdToPdfOptions class +linktitle: OfdToPdfOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::OfdToPdfOptions class. Represents options for converting OFD to PDF in C++.' +type: docs +weight: 4900 +url: /cpp/aspose.pdf.lowcode/ofdtopdfoptions/ +--- +## OfdToPdfOptions class + + +Represents options for converting [OFD](../../aspose.pdf.ofd/) to PDF. + +```cpp +class OfdToPdfOptions : public Aspose::Pdf::LowCode::PdfConverterOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [get_OfdLoadOptions](./get_ofdloadoptions/)() const | Gets the [OFD](../../aspose.pdf.ofd/) load options. | +| [get_OperationName](./get_operationname/)() override | Gets the name of the operation. | +| [OfdToPdfOptions](./ofdtopdfoptions/)() | Initializes a new instance of the [OfdToPdfOptions](./) class. | +| [set_OfdLoadOptions](./set_ofdloadoptions/)(System::SharedPtr\) | Sets the [OFD](../../aspose.pdf.ofd/) load options. | +## See Also + +* Class [PdfConverterOptions](../pdfconverteroptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/ofdtopdfoptions/get_ofdloadoptions/_index.md b/english/cpp/aspose.pdf.lowcode/ofdtopdfoptions/get_ofdloadoptions/_index.md new file mode 100644 index 0000000000..187dfb62dd --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/ofdtopdfoptions/get_ofdloadoptions/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::OfdToPdfOptions::get_OfdLoadOptions method +linktitle: get_OfdLoadOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::OfdToPdfOptions::get_OfdLoadOptions method. Gets the OFD load options in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/ofdtopdfoptions/get_ofdloadoptions/ +--- +## OfdToPdfOptions::get_OfdLoadOptions method + + +Gets the [OFD](../../../aspose.pdf.ofd/) load options. + +```cpp +const System::SharedPtr & Aspose::Pdf::LowCode::OfdToPdfOptions::get_OfdLoadOptions() const +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [OfdLoadOptions](../../../aspose.pdf/ofdloadoptions/) +* Class [OfdToPdfOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/ofdtopdfoptions/get_operationname/_index.md b/english/cpp/aspose.pdf.lowcode/ofdtopdfoptions/get_operationname/_index.md new file mode 100644 index 0000000000..6103e970c2 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/ofdtopdfoptions/get_operationname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::OfdToPdfOptions::get_OperationName method +linktitle: get_OperationName +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::OfdToPdfOptions::get_OperationName method. Gets the name of the operation in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/ofdtopdfoptions/get_operationname/ +--- +## OfdToPdfOptions::get_OperationName method + + +Gets the name of the operation. + +```cpp +System::String Aspose::Pdf::LowCode::OfdToPdfOptions::get_OperationName() override +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [OfdToPdfOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/ofdtopdfoptions/ofdtopdfoptions/_index.md b/english/cpp/aspose.pdf.lowcode/ofdtopdfoptions/ofdtopdfoptions/_index.md new file mode 100644 index 0000000000..51fec3da2b --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/ofdtopdfoptions/ofdtopdfoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::OfdToPdfOptions::OfdToPdfOptions constructor +linktitle: OfdToPdfOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::OfdToPdfOptions::OfdToPdfOptions constructor. Initializes a new instance of the OfdToPdfOptions class in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/ofdtopdfoptions/ofdtopdfoptions/ +--- +## OfdToPdfOptions::OfdToPdfOptions constructor + + +Initializes a new instance of the [OfdToPdfOptions](../) class. + +```cpp +Aspose::Pdf::LowCode::OfdToPdfOptions::OfdToPdfOptions() +``` + +## See Also + +* Class [OfdToPdfOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/ofdtopdfoptions/set_ofdloadoptions/_index.md b/english/cpp/aspose.pdf.lowcode/ofdtopdfoptions/set_ofdloadoptions/_index.md new file mode 100644 index 0000000000..91dc2be1d7 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/ofdtopdfoptions/set_ofdloadoptions/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::OfdToPdfOptions::set_OfdLoadOptions method +linktitle: set_OfdLoadOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::OfdToPdfOptions::set_OfdLoadOptions method. Sets the OFD load options in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/ofdtopdfoptions/set_ofdloadoptions/ +--- +## OfdToPdfOptions::set_OfdLoadOptions method + + +Sets the [OFD](../../../aspose.pdf.ofd/) load options. + +```cpp +void Aspose::Pdf::LowCode::OfdToPdfOptions::set_OfdLoadOptions(System::SharedPtr value) +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [OfdLoadOptions](../../../aspose.pdf/ofdloadoptions/) +* Class [OfdToPdfOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/optimizeoptions/_index.md b/english/cpp/aspose.pdf.lowcode/optimizeoptions/_index.md new file mode 100644 index 0000000000..29a3de504f --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/optimizeoptions/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::OptimizeOptions class +linktitle: OptimizeOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::OptimizeOptions class. Represents Optimize options for Optimizer plugin in C++.' +type: docs +weight: 5000 +url: /cpp/aspose.pdf.lowcode/optimizeoptions/ +--- +## OptimizeOptions class + + +Represents Optimize options for [Optimizer](../optimizer/) plugin. + +```cpp +class OptimizeOptions : public Aspose::Pdf::LowCode::OrganizerBaseOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [OptimizeOptions](./optimizeoptions/)() | Initializes new instance of the [OptimizeOptions](./) object with default options. Linearize the document in order to. | +## See Also + +* Class [OrganizerBaseOptions](../organizerbaseoptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/optimizeoptions/optimizeoptions/_index.md b/english/cpp/aspose.pdf.lowcode/optimizeoptions/optimizeoptions/_index.md new file mode 100644 index 0000000000..f76875fd96 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/optimizeoptions/optimizeoptions/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Pdf::LowCode::OptimizeOptions::OptimizeOptions constructor +linktitle: OptimizeOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::OptimizeOptions::OptimizeOptions constructor. Initializes new instance of the OptimizeOptions object with default options. Linearize the document in order to in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/optimizeoptions/optimizeoptions/ +--- +## OptimizeOptions::OptimizeOptions constructor + + +Initializes new instance of the [OptimizeOptions](../) object with default options. Linearize the document in order to. + +```cpp +Aspose::Pdf::LowCode::OptimizeOptions::OptimizeOptions() +``` + +## Remarks + + +* open the first page as quickly as possible; +* display next page or follow by link to the next page as quickly as possible; +* display the page incrementally as it arrives when data for a page is delivered over a slow channel (display the most useful data first); +* permit user interaction, such as following a link, to be performed even before the entire page has been received and displayed. + + +## See Also + +* Class [OptimizeOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/optimizer/_index.md b/english/cpp/aspose.pdf.lowcode/optimizer/_index.md new file mode 100644 index 0000000000..2aeaddbdc6 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/optimizer/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::Optimizer class +linktitle: Optimizer +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::Optimizer class. Represents Optimizer plugin in C++.' +type: docs +weight: 5100 +url: /cpp/aspose.pdf.lowcode/optimizer/ +--- +## Optimizer class + + +Represents [Optimizer](./) plugin. + +```cpp +class Optimizer : public Aspose::Pdf::LowCode::IPlugin +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Process](./process/)(System::SharedPtr\) override | Starts the [Optimizer](./) processing with the specified parameters. | +## See Also + +* Class [IPlugin](../iplugin/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/optimizer/process/_index.md b/english/cpp/aspose.pdf.lowcode/optimizer/process/_index.md new file mode 100644 index 0000000000..f57912531d --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/optimizer/process/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::Optimizer::Process method +linktitle: Process +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::Optimizer::Process method. Starts the Optimizer processing with the specified parameters in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/optimizer/process/ +--- +## Optimizer::Process method + + +Starts the [Optimizer](../) processing with the specified parameters. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::Optimizer::Process(System::SharedPtr options) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| options | System::SharedPtr\ | An options object containg instructions for the [Optimizer](../). | + +### ReturnValue + +An [ResultContainer](../../resultcontainer/) object containg the result of the operation. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [ResultContainer](../../resultcontainer/) +* Class [IPluginOptions](../../ipluginoptions/) +* Class [Optimizer](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/_index.md b/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/_index.md new file mode 100644 index 0000000000..929f6f6cb6 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Pdf::LowCode::OrganizerBaseOptions class +linktitle: OrganizerBaseOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::OrganizerBaseOptions class. Represents base options for plugins in C++.' +type: docs +weight: 5200 +url: /cpp/aspose.pdf.lowcode/organizerbaseoptions/ +--- +## OrganizerBaseOptions class + + +Represents base options for plugins. + +```cpp +class OrganizerBaseOptions : public Aspose::Pdf::LowCode::IPluginOptions, + public Aspose::Pdf::LowCode::IDataContainer, + public Aspose::Pdf::LowCode::ISaveInstruction +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddInput](./addinput/)(System::SharedPtr\) override | Adds new data source to the PdfOrganizer plugin data collection. | +| [AddOutput](./addoutput/)(System::SharedPtr\) override | Adds new data source to the PdfOrganizer plugin data collection. | +| [get_CloseInputStreams](./get_closeinputstreams/)() const | Close input streams after operation completed. | +| [get_CloseOutputStreams](./get_closeoutputstreams/)() const | Close output streams after operation completed. | +| [get_Inputs](./get_inputs/)() override | Returns OrganizerOptions plugin data collection. | +| [get_Outputs](./get_outputs/)() override | Gets collection of added targets for saving operation results. | +| [set_CloseInputStreams](./set_closeinputstreams/)(bool) | Close input streams after operation completed. | +| [set_CloseOutputStreams](./set_closeoutputstreams/)(bool) | Close output streams after operation completed. | +## See Also + +* Class [IPluginOptions](../ipluginoptions/) +* Class [IDataContainer](../idatacontainer/) +* Class [ISaveInstruction](../isaveinstruction/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/addinput/_index.md b/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/addinput/_index.md new file mode 100644 index 0000000000..d363c0ba54 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/addinput/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::OrganizerBaseOptions::AddInput method +linktitle: AddInput +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::OrganizerBaseOptions::AddInput method. Adds new data source to the PdfOrganizer plugin data collection in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/organizerbaseoptions/addinput/ +--- +## OrganizerBaseOptions::AddInput method + + +Adds new data source to the PdfOrganizer plugin data collection. + +```cpp +void Aspose::Pdf::LowCode::OrganizerBaseOptions::AddInput(System::SharedPtr dataSource) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| dataSource | System::SharedPtr\ | Data source to add. | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [IDataSource](../../idatasource/) +* Class [OrganizerBaseOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/addoutput/_index.md b/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/addoutput/_index.md new file mode 100644 index 0000000000..312e38a2a6 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/addoutput/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::OrganizerBaseOptions::AddOutput method +linktitle: AddOutput +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::OrganizerBaseOptions::AddOutput method. Adds new data source to the PdfOrganizer plugin data collection in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/organizerbaseoptions/addoutput/ +--- +## OrganizerBaseOptions::AddOutput method + + +Adds new data source to the PdfOrganizer plugin data collection. + +```cpp +void Aspose::Pdf::LowCode::OrganizerBaseOptions::AddOutput(System::SharedPtr saveDataSource) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| saveDataSource | System::SharedPtr\ | Data source (file or stream) for saving operation results. | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [IDataSource](../../idatasource/) +* Class [OrganizerBaseOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/get_closeinputstreams/_index.md b/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/get_closeinputstreams/_index.md new file mode 100644 index 0000000000..fcb7593889 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/get_closeinputstreams/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::OrganizerBaseOptions::get_CloseInputStreams method +linktitle: get_CloseInputStreams +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::OrganizerBaseOptions::get_CloseInputStreams method. Close input streams after operation completed in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/organizerbaseoptions/get_closeinputstreams/ +--- +## OrganizerBaseOptions::get_CloseInputStreams method + + +Close input streams after operation completed. + +```cpp +bool Aspose::Pdf::LowCode::OrganizerBaseOptions::get_CloseInputStreams() const +``` + +## See Also + +* Class [OrganizerBaseOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/get_closeoutputstreams/_index.md b/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/get_closeoutputstreams/_index.md new file mode 100644 index 0000000000..eff20a5765 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/get_closeoutputstreams/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::OrganizerBaseOptions::get_CloseOutputStreams method +linktitle: get_CloseOutputStreams +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::OrganizerBaseOptions::get_CloseOutputStreams method. Close output streams after operation completed in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/organizerbaseoptions/get_closeoutputstreams/ +--- +## OrganizerBaseOptions::get_CloseOutputStreams method + + +Close output streams after operation completed. + +```cpp +bool Aspose::Pdf::LowCode::OrganizerBaseOptions::get_CloseOutputStreams() const +``` + +## See Also + +* Class [OrganizerBaseOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/get_inputs/_index.md b/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/get_inputs/_index.md new file mode 100644 index 0000000000..83ae3d13f2 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/get_inputs/_index.md @@ -0,0 +1,26 @@ +--- +title: Aspose::Pdf::LowCode::OrganizerBaseOptions::get_Inputs method +linktitle: get_Inputs +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::OrganizerBaseOptions::get_Inputs method. Returns OrganizerOptions plugin data collection in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.lowcode/organizerbaseoptions/get_inputs/ +--- +## OrganizerBaseOptions::get_Inputs method + + +Returns OrganizerOptions plugin data collection. + +```cpp +System::SharedPtr>> Aspose::Pdf::LowCode::OrganizerBaseOptions::get_Inputs() override +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [List](../../../system.collections.generic/list/) +* Class [IDataSource](../../idatasource/) +* Class [OrganizerBaseOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/get_outputs/_index.md b/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/get_outputs/_index.md new file mode 100644 index 0000000000..86346c4be4 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/get_outputs/_index.md @@ -0,0 +1,26 @@ +--- +title: Aspose::Pdf::LowCode::OrganizerBaseOptions::get_Outputs method +linktitle: get_Outputs +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::OrganizerBaseOptions::get_Outputs method. Gets collection of added targets for saving operation results in C++.' +type: docs +weight: 600 +url: /cpp/aspose.pdf.lowcode/organizerbaseoptions/get_outputs/ +--- +## OrganizerBaseOptions::get_Outputs method + + +Gets collection of added targets for saving operation results. + +```cpp +System::SharedPtr>> Aspose::Pdf::LowCode::OrganizerBaseOptions::get_Outputs() override +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [List](../../../system.collections.generic/list/) +* Class [IDataSource](../../idatasource/) +* Class [OrganizerBaseOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/set_closeinputstreams/_index.md b/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/set_closeinputstreams/_index.md new file mode 100644 index 0000000000..82c51d4800 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/set_closeinputstreams/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::OrganizerBaseOptions::set_CloseInputStreams method +linktitle: set_CloseInputStreams +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::OrganizerBaseOptions::set_CloseInputStreams method. Close input streams after operation completed in C++.' +type: docs +weight: 700 +url: /cpp/aspose.pdf.lowcode/organizerbaseoptions/set_closeinputstreams/ +--- +## OrganizerBaseOptions::set_CloseInputStreams method + + +Close input streams after operation completed. + +```cpp +void Aspose::Pdf::LowCode::OrganizerBaseOptions::set_CloseInputStreams(bool value) +``` + +## See Also + +* Class [OrganizerBaseOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/set_closeoutputstreams/_index.md b/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/set_closeoutputstreams/_index.md new file mode 100644 index 0000000000..b3edf0978d --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/organizerbaseoptions/set_closeoutputstreams/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::OrganizerBaseOptions::set_CloseOutputStreams method +linktitle: set_CloseOutputStreams +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::OrganizerBaseOptions::set_CloseOutputStreams method. Close output streams after operation completed in C++.' +type: docs +weight: 800 +url: /cpp/aspose.pdf.lowcode/organizerbaseoptions/set_closeoutputstreams/ +--- +## OrganizerBaseOptions::set_CloseOutputStreams method + + +Close output streams after operation completed. + +```cpp +void Aspose::Pdf::LowCode::OrganizerBaseOptions::set_CloseOutputStreams(bool value) +``` + +## See Also + +* Class [OrganizerBaseOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaconverter/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaconverter/_index.md new file mode 100644 index 0000000000..20d3e293f5 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaconverter/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::PdfAConverter class +linktitle: PdfAConverter +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAConverter class. Represents a plugin for handling the conversion of PDF documents in a PDF/A format and for validation of the PDF/A conformance in C++.' +type: docs +weight: 5300 +url: /cpp/aspose.pdf.lowcode/pdfaconverter/ +--- +## PdfAConverter class + + +Represents a plugin for handling the conversion of PDF documents in a PDF/A format and for validation of the PDF/A conformance. + +```cpp +class PdfAConverter : public Aspose::Pdf::LowCode::IPlugin +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Process](./process/)(System::SharedPtr\) override | Begins a PDF/A conversion or validation process with given options. | +## See Also + +* Class [IPlugin](../iplugin/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaconverter/process/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaconverter/process/_index.md new file mode 100644 index 0000000000..dc41100850 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaconverter/process/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::PdfAConverter::Process method +linktitle: Process +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAConverter::Process method. Begins a PDF/A conversion or validation process with given options in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/pdfaconverter/process/ +--- +## PdfAConverter::Process method + + +Begins a PDF/A conversion or validation process with given options. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::PdfAConverter::Process(System::SharedPtr options) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| options | System::SharedPtr\ | An options object containing instructions for the plugin. Must be an instance of the [PdfAConvertOptions](../../pdfaconvertoptions/) or the [PdfAValidateOptions](../../pdfavalidateoptions/) class. | + +### ReturnValue + +A [ResultContainer](../../resultcontainer/) object containing the result of the processing. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [ResultContainer](../../resultcontainer/) +* Class [IPluginOptions](../../ipluginoptions/) +* Class [PdfAConverter](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaconvertoptions/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaconvertoptions/_index.md new file mode 100644 index 0000000000..03720bb4e4 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaconvertoptions/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Pdf::LowCode::PdfAConvertOptions class +linktitle: PdfAConvertOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAConvertOptions class. Represents options for converting PDF documents to PDF/A format with the PdfAConverter plugin in C++.' +type: docs +weight: 5400 +url: /cpp/aspose.pdf.lowcode/pdfaconvertoptions/ +--- +## PdfAConvertOptions class + + +Represents options for converting PDF documents to PDF/A format with the [PdfAConverter](../pdfaconverter/) plugin. + +```cpp +class PdfAConvertOptions : public Aspose::Pdf::LowCode::PdfAOptionsBase, + public Aspose::Pdf::LowCode::ISaveInstruction +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddOutput](./addoutput/)(System::SharedPtr\) override | Adds new result save target. | +| [get_Outputs](./get_outputs/)() override | Gets the collection of added targets (file or stream data sources) for saving operation results. | +| [PdfAConvertOptions](./pdfaconvertoptions/)() | | +## See Also + +* Class [PdfAOptionsBase](../pdfaoptionsbase/) +* Class [ISaveInstruction](../isaveinstruction/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaconvertoptions/addoutput/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaconvertoptions/addoutput/_index.md new file mode 100644 index 0000000000..d065daeb3f --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaconvertoptions/addoutput/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::PdfAConvertOptions::AddOutput method +linktitle: AddOutput +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAConvertOptions::AddOutput method. Adds new result save target in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/pdfaconvertoptions/addoutput/ +--- +## PdfAConvertOptions::AddOutput method + + +Adds new result save target. + +```cpp +void Aspose::Pdf::LowCode::PdfAConvertOptions::AddOutput(System::SharedPtr dataSource) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| dataSource | System::SharedPtr\ | Target (file or stream data source) for saving operation results. | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [IDataSource](../../idatasource/) +* Class [PdfAConvertOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaconvertoptions/get_outputs/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaconvertoptions/get_outputs/_index.md new file mode 100644 index 0000000000..18c96f9651 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaconvertoptions/get_outputs/_index.md @@ -0,0 +1,26 @@ +--- +title: Aspose::Pdf::LowCode::PdfAConvertOptions::get_Outputs method +linktitle: get_Outputs +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAConvertOptions::get_Outputs method. Gets the collection of added targets (file or stream data sources) for saving operation results in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/pdfaconvertoptions/get_outputs/ +--- +## PdfAConvertOptions::get_Outputs method + + +Gets the collection of added targets (file or stream data sources) for saving operation results. + +```cpp +System::SharedPtr>> Aspose::Pdf::LowCode::PdfAConvertOptions::get_Outputs() override +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [List](../../../system.collections.generic/list/) +* Class [IDataSource](../../idatasource/) +* Class [PdfAConvertOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaconvertoptions/pdfaconvertoptions/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaconvertoptions/pdfaconvertoptions/_index.md new file mode 100644 index 0000000000..7a64c69f80 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaconvertoptions/pdfaconvertoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::PdfAConvertOptions::PdfAConvertOptions constructor +linktitle: PdfAConvertOptions +second_title: Aspose.PDF for C++ API Reference +description: 'How to use PdfAConvertOptions constructor of Aspose::Pdf::LowCode::PdfAConvertOptions class in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/pdfaconvertoptions/pdfaconvertoptions/ +--- +## PdfAConvertOptions::PdfAConvertOptions constructor + + + + +```cpp +Aspose::Pdf::LowCode::PdfAConvertOptions::PdfAConvertOptions() +``` + +## See Also + +* Class [PdfAConvertOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/_index.md new file mode 100644 index 0000000000..a0dc134ed2 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/_index.md @@ -0,0 +1,58 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase class +linktitle: PdfAOptionsBase +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase class. Represents the base class for the PdfAConverter plugin options. This class provides properties and methods for configuring the PDF/A conversion and validation process in C++.' +type: docs +weight: 5500 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/ +--- +## PdfAOptionsBase class + + +Represents the base class for the [PdfAConverter](../pdfaconverter/) plugin options. This class provides properties and methods for configuring the PDF/A conversion and validation process. + +```cpp +class PdfAOptionsBase : public Aspose::Pdf::LowCode::IPluginOptions, + public Aspose::Pdf::LowCode::IDataContainer +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddInput](./addinput/)(System::SharedPtr\) override | Adds new data source to the collection. | +| [get_AlignText](./get_aligntext/)() | Gets a value indicating whether additional means are necessary to preserve text alignment during the PDF/A conversion process. | +| [get_ErrorAction](./get_erroraction/)() | Gets the action to be taken for objects that cannot be converted. | +| [get_ExcludeFontsStrategy](./get_excludefontsstrategy/)() | Gets the strategy for removing fonts to minimize the output file size during the PDF/A conversion process. | +| [get_FontEmbeddingOptions](./get_fontembeddingoptions/)() | Gets the options to process fonts that cannot be embedded into the document. | +| [get_IccProfileFileName](./get_iccprofilefilename/)() | Gets the filename of the ICC (International [Color](../../aspose.pdf/color/) Consortium) profile to be used for the PDF/A conversion in place of the default one. | +| [get_Inputs](./get_inputs/)() override | Gets collection of data sources. | +| [get_IsLowMemoryMode](./get_islowmemorymode/)() | Gets a value indicating whether the low memory mode is enabled during the PDF/A conversion process. | +| [get_LogOutputSource](./get_logoutputsource/)() const | Gets the data source for the log output. | +| [get_NonSpecificationFlags](./get_nonspecificationflags/)() | Gets the flags that control the PDF/A conversion for cases when the source PDF document doesn't correspond to the PDF specification. | +| [get_OptimizeFileSize](./get_optimizefilesize/)() | Gets a value indicating whether to try to reduce the file size during the PDF/A conversion process. | +| [get_PdfAVersion](./get_pdfaversion/)() const | Gets the version of the PDF/A standard to be used for validation or conversion. | +| [get_PuaSymbolsProcessingStrategy](./get_puasymbolsprocessingstrategy/)() | Gets the strategy for processing Private Use Area (PUA) symbols in the PDF document. | +| [get_SoftMaskAction](./get_softmaskaction/)() | Gets the action to be taken during the conversion of images with soft masks. | +| [get_SymbolicFontEncodingStrategy](./get_symbolicfontencodingstrategy/)() | Gets the strategy for encoding symbolic fonts when converting to PDF/A format. | +| [get_UnicodeProcessingRules](./get_unicodeprocessingrules/)() | Gets the rules for processing ToUnicode CMap tables and not linked to Unicode symbols during the PDF/A conversion process. | +| [PdfAOptionsBase](./pdfaoptionsbase/)() | | +| [set_AlignText](./set_aligntext/)(bool) | Sets a value indicating whether additional means are necessary to preserve text alignment during the PDF/A conversion process. | +| [set_ErrorAction](./set_erroraction/)(ConvertErrorAction) | Sets the action to be taken for objects that cannot be converted. | +| [set_ExcludeFontsStrategy](./set_excludefontsstrategy/)(PdfFormatConversionOptions::RemoveFontsStrategy) | Sets the strategy for removing fonts to minimize the output file size during the PDF/A conversion process. | +| [set_IccProfileFileName](./set_iccprofilefilename/)(System::String) | Sets the filename of the ICC (International [Color](../../aspose.pdf/color/) Consortium) profile to be used for the PDF/A conversion in place of the default one. | +| [set_IsLowMemoryMode](./set_islowmemorymode/)(bool) | Sets a value indicating whether the low memory mode is enabled during the PDF/A conversion process. | +| [set_LogOutputSource](./set_logoutputsource/)(System::SharedPtr\) | Sets the data source for the log output. | +| [set_OptimizeFileSize](./set_optimizefilesize/)(bool) | Sets a value indicating whether to try to reduce the file size during the PDF/A conversion process. | +| [set_PdfAVersion](./set_pdfaversion/)(PdfAStandardVersion) | Sets the version of the PDF/A standard to be used for validation or conversion. | +| [set_PuaSymbolsProcessingStrategy](./set_puasymbolsprocessingstrategy/)(PdfFormatConversionOptions::PuaProcessingStrategy) | Sets the strategy for processing Private Use Area (PUA) symbols in the PDF document. | +| [set_SoftMaskAction](./set_softmaskaction/)(ConvertSoftMaskAction) | Sets the action to be taken during the conversion of images with soft masks. | +| [set_SymbolicFontEncodingStrategy](./set_symbolicfontencodingstrategy/)(System::SharedPtr\) | Sets the strategy for encoding symbolic fonts when converting to PDF/A format. | +| [set_UnicodeProcessingRules](./set_unicodeprocessingrules/)(System::SharedPtr\) | Sets the rules for processing ToUnicode CMap tables and not linked to Unicode symbols during the PDF/A conversion process. | +## See Also + +* Class [IPluginOptions](../ipluginoptions/) +* Class [IDataContainer](../idatacontainer/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/addinput/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/addinput/_index.md new file mode 100644 index 0000000000..910329796f --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/addinput/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::AddInput method +linktitle: AddInput +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::AddInput method. Adds new data source to the collection in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/addinput/ +--- +## PdfAOptionsBase::AddInput method + + +Adds new data source to the collection. + +```cpp +void Aspose::Pdf::LowCode::PdfAOptionsBase::AddInput(System::SharedPtr dataSource) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| dataSource | System::SharedPtr\ | | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [IDataSource](../../idatasource/) +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_aligntext/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_aligntext/_index.md new file mode 100644 index 0000000000..cc57e6cf91 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_aligntext/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::get_AlignText method +linktitle: get_AlignText +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::get_AlignText method. Gets a value indicating whether additional means are necessary to preserve text alignment during the PDF/A conversion process in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_aligntext/ +--- +## PdfAOptionsBase::get_AlignText method + + +Gets a value indicating whether additional means are necessary to preserve text alignment during the PDF/A conversion process. + +```cpp +bool Aspose::Pdf::LowCode::PdfAOptionsBase::get_AlignText() +``` + +## Remarks + + +**true** + +if the text alignment gets changed and additional actions are necessary to restore it; otherwise, **false** + +. + +When set to **true** + +, the conversion process will attempt to restore the original text segment bounds. For the most of the documents there is no need to change this property from the default **false** + +value, as the text alignment doesn't change during the default conversion process. +## See Also + +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_erroraction/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_erroraction/_index.md new file mode 100644 index 0000000000..6aa908add7 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_erroraction/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::get_ErrorAction method +linktitle: get_ErrorAction +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::get_ErrorAction method. Gets the action to be taken for objects that cannot be converted in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_erroraction/ +--- +## PdfAOptionsBase::get_ErrorAction method + + +Gets the action to be taken for objects that cannot be converted. + +```cpp +ConvertErrorAction Aspose::Pdf::LowCode::PdfAOptionsBase::get_ErrorAction() +``` + +## Remarks + + +The action to be taken when an object in a document structure cannot be converted. The value of this property is a [ConvertErrorAction](../../../aspose.pdf/converterroraction/) enumeration. +## See Also + +* Enum [ConvertErrorAction](../../../aspose.pdf/converterroraction/) +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_excludefontsstrategy/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_excludefontsstrategy/_index.md new file mode 100644 index 0000000000..45f9a7d8da --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_excludefontsstrategy/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::get_ExcludeFontsStrategy method +linktitle: get_ExcludeFontsStrategy +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::get_ExcludeFontsStrategy method. Gets the strategy for removing fonts to minimize the output file size during the PDF/A conversion process in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_excludefontsstrategy/ +--- +## PdfAOptionsBase::get_ExcludeFontsStrategy method + + +Gets the strategy for removing fonts to minimize the output file size during the PDF/A conversion process. + +```cpp +PdfFormatConversionOptions::RemoveFontsStrategy Aspose::Pdf::LowCode::PdfAOptionsBase::get_ExcludeFontsStrategy() +``` + +## Remarks + + +The strategy for removing fonts. This can be one of the values from the [PdfFormatConversionOptions::RemoveFontsStrategy](../../../aspose.pdf/pdfformatconversionoptions/removefontsstrategy/) enumeration. The default is the combination of [PdfFormatConversionOptions::RemoveFontsStrategy::SubsetFonts](../../../aspose.pdf/pdfformatconversionoptions/removefontsstrategy/) and [PdfFormatConversionOptions::RemoveFontsStrategy::RemoveDuplicatedFonts](../../../aspose.pdf/pdfformatconversionoptions/removefontsstrategy/). + +This property allows you to control how fonts are handled during the conversion process. You can choose to remove duplicated fonts, remove similar fonts with different widths, or subset fonts. +## See Also + +* Enum [RemoveFontsStrategy](../../../aspose.pdf/pdfformatconversionoptions/removefontsstrategy/) +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_fontembeddingoptions/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_fontembeddingoptions/_index.md new file mode 100644 index 0000000000..7efeea185b --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_fontembeddingoptions/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::get_FontEmbeddingOptions method +linktitle: get_FontEmbeddingOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::get_FontEmbeddingOptions method. Gets the options to process fonts that cannot be embedded into the document in C++.' +type: docs +weight: 600 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_fontembeddingoptions/ +--- +## PdfAOptionsBase::get_FontEmbeddingOptions method + + +Gets the options to process fonts that cannot be embedded into the document. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::PdfAOptionsBase::get_FontEmbeddingOptions() +``` + +## Remarks + + +The PDF/A standard requires that all fonts must be embedded into the document. This property provides options for handling cases when it's not possible to embed some fonts because they are absent on the destination PC. + +The font embedding options. +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [FontEmbeddingOptions](../../../aspose.pdf/fontembeddingoptions/) +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_iccprofilefilename/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_iccprofilefilename/_index.md new file mode 100644 index 0000000000..a8640c18b6 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_iccprofilefilename/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::get_IccProfileFileName method +linktitle: get_IccProfileFileName +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::get_IccProfileFileName method. Gets the filename of the ICC (International Color Consortium) profile to be used for the PDF/A conversion in place of the default one in C++.' +type: docs +weight: 700 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_iccprofilefilename/ +--- +## PdfAOptionsBase::get_IccProfileFileName method + + +Gets the filename of the ICC (International [Color](../../../aspose.pdf/color/) Consortium) profile to be used for the PDF/A conversion in place of the default one. + +```cpp +System::String Aspose::Pdf::LowCode::PdfAOptionsBase::get_IccProfileFileName() +``` + +## Remarks + + +The filename of the ICC profile. +## See Also + +* Class [String](../../../system/string/) +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_inputs/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_inputs/_index.md new file mode 100644 index 0000000000..d299ac42a2 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_inputs/_index.md @@ -0,0 +1,26 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::get_Inputs method +linktitle: get_Inputs +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::get_Inputs method. Gets collection of data sources in C++.' +type: docs +weight: 800 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_inputs/ +--- +## PdfAOptionsBase::get_Inputs method + + +Gets collection of data sources. + +```cpp +System::SharedPtr>> Aspose::Pdf::LowCode::PdfAOptionsBase::get_Inputs() override +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [List](../../../system.collections.generic/list/) +* Class [IDataSource](../../idatasource/) +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_islowmemorymode/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_islowmemorymode/_index.md new file mode 100644 index 0000000000..dd72b22be9 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_islowmemorymode/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::get_IsLowMemoryMode method +linktitle: get_IsLowMemoryMode +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::get_IsLowMemoryMode method. Gets a value indicating whether the low memory mode is enabled during the PDF/A conversion process in C++.' +type: docs +weight: 900 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_islowmemorymode/ +--- +## PdfAOptionsBase::get_IsLowMemoryMode method + + +Gets a value indicating whether the low memory mode is enabled during the PDF/A conversion process. + +```cpp +bool Aspose::Pdf::LowCode::PdfAOptionsBase::get_IsLowMemoryMode() +``` + +## Remarks + + +**true** + +if low memory mode is enabled; otherwise, **false** + +. +## See Also + +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_logoutputsource/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_logoutputsource/_index.md new file mode 100644 index 0000000000..5d2437e89d --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_logoutputsource/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::get_LogOutputSource method +linktitle: get_LogOutputSource +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::get_LogOutputSource method. Gets the data source for the log output in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_logoutputsource/ +--- +## PdfAOptionsBase::get_LogOutputSource method + + +Gets the data source for the log output. + +```cpp +const System::SharedPtr & Aspose::Pdf::LowCode::PdfAOptionsBase::get_LogOutputSource() const +``` + +## Remarks + + +The data source for the log output. +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [IDataSource](../../idatasource/) +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_nonspecificationflags/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_nonspecificationflags/_index.md new file mode 100644 index 0000000000..6e23e96a00 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_nonspecificationflags/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::get_NonSpecificationFlags method +linktitle: get_NonSpecificationFlags +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::get_NonSpecificationFlags method. Gets the flags that control the PDF/A conversion for cases when the source PDF document doesn''t correspond to the PDF specification in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_nonspecificationflags/ +--- +## PdfAOptionsBase::get_NonSpecificationFlags method + + +Gets the flags that control the PDF/A conversion for cases when the source PDF document doesn't correspond to the PDF specification. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::PdfAOptionsBase::get_NonSpecificationFlags() +``` + +## Remarks + + +The flags for non-specification cases during PDF/A conversion. +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [PdfANonSpecificationFlags](../../../aspose.pdf/pdfanonspecificationflags/) +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_optimizefilesize/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_optimizefilesize/_index.md new file mode 100644 index 0000000000..e1935c5c04 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_optimizefilesize/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::get_OptimizeFileSize method +linktitle: get_OptimizeFileSize +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::get_OptimizeFileSize method. Gets a value indicating whether to try to reduce the file size during the PDF/A conversion process in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_optimizefilesize/ +--- +## PdfAOptionsBase::get_OptimizeFileSize method + + +Gets a value indicating whether to try to reduce the file size during the PDF/A conversion process. + +```cpp +bool Aspose::Pdf::LowCode::PdfAOptionsBase::get_OptimizeFileSize() +``` + +## Remarks + + +**true** + +if the file size should be reduced as much as possible; otherwise, **false** + +. + +When set to **true** + +, the conversion process will attempt to minimize the resulting file size. This might affect the conversion process performance. +## See Also + +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_pdfaversion/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_pdfaversion/_index.md new file mode 100644 index 0000000000..7c1553695b --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_pdfaversion/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::get_PdfAVersion method +linktitle: get_PdfAVersion +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::get_PdfAVersion method. Gets the version of the PDF/A standard to be used for validation or conversion in C++.' +type: docs +weight: 1300 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_pdfaversion/ +--- +## PdfAOptionsBase::get_PdfAVersion method + + +Gets the version of the PDF/A standard to be used for validation or conversion. + +```cpp +PdfAStandardVersion Aspose::Pdf::LowCode::PdfAOptionsBase::get_PdfAVersion() const +``` + +## Remarks + + +The version of the PDF/A standard. This can be one of the values from the [PdfAStandardVersion](../../pdfastandardversion/) enumeration. + +The PDF/A standard version is used to determine the compliance level for PDF/A validation and conversion. If the version is set to [PdfAStandardVersion::Auto](../../pdfastandardversion/), the system will automatically determine the appropriate PDF/A standard version for validation based on the document metadata. For the PDF/A conversion process the [PdfAStandardVersion::Auto](../../pdfastandardversion/) defaults to the PDF/A-1b standard version. +## See Also + +* Enum [PdfAStandardVersion](../../pdfastandardversion/) +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_puasymbolsprocessingstrategy/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_puasymbolsprocessingstrategy/_index.md new file mode 100644 index 0000000000..162acbdc1d --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_puasymbolsprocessingstrategy/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::get_PuaSymbolsProcessingStrategy method +linktitle: get_PuaSymbolsProcessingStrategy +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::get_PuaSymbolsProcessingStrategy method. Gets the strategy for processing Private Use Area (PUA) symbols in the PDF document in C++.' +type: docs +weight: 1400 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_puasymbolsprocessingstrategy/ +--- +## PdfAOptionsBase::get_PuaSymbolsProcessingStrategy method + + +Gets the strategy for processing Private Use Area (PUA) symbols in the PDF document. + +```cpp +PdfFormatConversionOptions::PuaProcessingStrategy Aspose::Pdf::LowCode::PdfAOptionsBase::get_PuaSymbolsProcessingStrategy() +``` + +## Remarks + + +The strategy for processing PUA symbols. The default is [PdfFormatConversionOptions::PuaProcessingStrategy::None](../../../aspose.pdf/pdfformatconversionoptions/puaprocessingstrategy/) for the Level B conformance documents, and [PdfFormatConversionOptions::PuaProcessingStrategy::SurroundPuaTextWithEmptyActualText](../../../aspose.pdf/pdfformatconversionoptions/puaprocessingstrategy/) for the Level A conformance ones. +## See Also + +* Enum [PuaProcessingStrategy](../../../aspose.pdf/pdfformatconversionoptions/puaprocessingstrategy/) +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_softmaskaction/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_softmaskaction/_index.md new file mode 100644 index 0000000000..b9969051d8 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_softmaskaction/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::get_SoftMaskAction method +linktitle: get_SoftMaskAction +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::get_SoftMaskAction method. Gets the action to be taken during the conversion of images with soft masks in C++.' +type: docs +weight: 1500 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_softmaskaction/ +--- +## PdfAOptionsBase::get_SoftMaskAction method + + +Gets the action to be taken during the conversion of images with soft masks. + +```cpp +ConvertSoftMaskAction Aspose::Pdf::LowCode::PdfAOptionsBase::get_SoftMaskAction() +``` + +## Remarks + + +The action for converting images with soft masks. The value of this property is a [ConvertSoftMaskAction](../../../aspose.pdf/convertsoftmaskaction/) enumeration. +## See Also + +* Enum [ConvertSoftMaskAction](../../../aspose.pdf/convertsoftmaskaction/) +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_symbolicfontencodingstrategy/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_symbolicfontencodingstrategy/_index.md new file mode 100644 index 0000000000..de3613b1f6 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_symbolicfontencodingstrategy/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::get_SymbolicFontEncodingStrategy method +linktitle: get_SymbolicFontEncodingStrategy +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::get_SymbolicFontEncodingStrategy method. Gets the strategy for encoding symbolic fonts when converting to PDF/A format in C++.' +type: docs +weight: 1600 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_symbolicfontencodingstrategy/ +--- +## PdfAOptionsBase::get_SymbolicFontEncodingStrategy method + + +Gets the strategy for encoding symbolic fonts when converting to PDF/A format. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::PdfAOptionsBase::get_SymbolicFontEncodingStrategy() +``` + +## Remarks + + +The symbolic font encoding strategy. + +This property allows you to control what CMap subtable would be copied into the result document in cases when the original TrueType symbolic font in the source document contains multiple CMap subtables. +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [PdfASymbolicFontEncodingStrategy](../../../aspose.pdf/pdfasymbolicfontencodingstrategy/) +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_unicodeprocessingrules/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_unicodeprocessingrules/_index.md new file mode 100644 index 0000000000..a5a115912c --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_unicodeprocessingrules/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::get_UnicodeProcessingRules method +linktitle: get_UnicodeProcessingRules +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::get_UnicodeProcessingRules method. Gets the rules for processing ToUnicode CMap tables and not linked to Unicode symbols during the PDF/A conversion process in C++.' +type: docs +weight: 1700 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/get_unicodeprocessingrules/ +--- +## PdfAOptionsBase::get_UnicodeProcessingRules method + + +Gets the rules for processing ToUnicode CMap tables and not linked to Unicode symbols during the PDF/A conversion process. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::PdfAOptionsBase::get_UnicodeProcessingRules() +``` + +## Remarks + + +An instance of [ToUnicodeProcessingRules](../../../aspose.pdf/tounicodeprocessingrules/) that defines the rules for handling the problematic cases with Unicode characters. +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [ToUnicodeProcessingRules](../../../aspose.pdf/tounicodeprocessingrules/) +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/pdfaoptionsbase/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/pdfaoptionsbase/_index.md new file mode 100644 index 0000000000..10c9033058 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/pdfaoptionsbase/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::PdfAOptionsBase constructor +linktitle: PdfAOptionsBase +second_title: Aspose.PDF for C++ API Reference +description: 'How to use PdfAOptionsBase constructor of Aspose::Pdf::LowCode::PdfAOptionsBase class in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/pdfaoptionsbase/ +--- +## PdfAOptionsBase::PdfAOptionsBase constructor + + + + +```cpp +Aspose::Pdf::LowCode::PdfAOptionsBase::PdfAOptionsBase() +``` + +## See Also + +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_aligntext/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_aligntext/_index.md new file mode 100644 index 0000000000..df771b3c29 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_aligntext/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::set_AlignText method +linktitle: set_AlignText +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::set_AlignText method. Sets a value indicating whether additional means are necessary to preserve text alignment during the PDF/A conversion process in C++.' +type: docs +weight: 1800 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_aligntext/ +--- +## PdfAOptionsBase::set_AlignText method + + +Sets a value indicating whether additional means are necessary to preserve text alignment during the PDF/A conversion process. + +```cpp +void Aspose::Pdf::LowCode::PdfAOptionsBase::set_AlignText(bool value) +``` + +## Remarks + + +**true** + +if the text alignment gets changed and additional actions are necessary to restore it; otherwise, **false** + +. + +When set to **true** + +, the conversion process will attempt to restore the original text segment bounds. For the most of the documents there is no need to change this property from the default **false** + +value, as the text alignment doesn't change during the default conversion process. +## See Also + +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_erroraction/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_erroraction/_index.md new file mode 100644 index 0000000000..1bdc9b26be --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_erroraction/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::set_ErrorAction method +linktitle: set_ErrorAction +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::set_ErrorAction method. Sets the action to be taken for objects that cannot be converted in C++.' +type: docs +weight: 1900 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_erroraction/ +--- +## PdfAOptionsBase::set_ErrorAction method + + +Sets the action to be taken for objects that cannot be converted. + +```cpp +void Aspose::Pdf::LowCode::PdfAOptionsBase::set_ErrorAction(ConvertErrorAction value) +``` + +## Remarks + + +The action to be taken when an object in a document structure cannot be converted. The value of this property is a [ConvertErrorAction](../../../aspose.pdf/converterroraction/) enumeration. +## See Also + +* Enum [ConvertErrorAction](../../../aspose.pdf/converterroraction/) +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_excludefontsstrategy/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_excludefontsstrategy/_index.md new file mode 100644 index 0000000000..c73262ec71 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_excludefontsstrategy/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::set_ExcludeFontsStrategy method +linktitle: set_ExcludeFontsStrategy +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::set_ExcludeFontsStrategy method. Sets the strategy for removing fonts to minimize the output file size during the PDF/A conversion process in C++.' +type: docs +weight: 2000 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_excludefontsstrategy/ +--- +## PdfAOptionsBase::set_ExcludeFontsStrategy method + + +Sets the strategy for removing fonts to minimize the output file size during the PDF/A conversion process. + +```cpp +void Aspose::Pdf::LowCode::PdfAOptionsBase::set_ExcludeFontsStrategy(PdfFormatConversionOptions::RemoveFontsStrategy value) +``` + +## Remarks + + +The strategy for removing fonts. This can be one of the values from the [PdfFormatConversionOptions::RemoveFontsStrategy](../../../aspose.pdf/pdfformatconversionoptions/removefontsstrategy/) enumeration. The default is the combination of [PdfFormatConversionOptions::RemoveFontsStrategy::SubsetFonts](../../../aspose.pdf/pdfformatconversionoptions/removefontsstrategy/) and [PdfFormatConversionOptions::RemoveFontsStrategy::RemoveDuplicatedFonts](../../../aspose.pdf/pdfformatconversionoptions/removefontsstrategy/). + +This property allows you to control how fonts are handled during the conversion process. You can choose to remove duplicated fonts, remove similar fonts with different widths, or subset fonts. +## See Also + +* Enum [RemoveFontsStrategy](../../../aspose.pdf/pdfformatconversionoptions/removefontsstrategy/) +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_iccprofilefilename/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_iccprofilefilename/_index.md new file mode 100644 index 0000000000..3f17e399a1 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_iccprofilefilename/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::set_IccProfileFileName method +linktitle: set_IccProfileFileName +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::set_IccProfileFileName method. Sets the filename of the ICC (International Color Consortium) profile to be used for the PDF/A conversion in place of the default one in C++.' +type: docs +weight: 2100 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_iccprofilefilename/ +--- +## PdfAOptionsBase::set_IccProfileFileName method + + +Sets the filename of the ICC (International [Color](../../../aspose.pdf/color/) Consortium) profile to be used for the PDF/A conversion in place of the default one. + +```cpp +void Aspose::Pdf::LowCode::PdfAOptionsBase::set_IccProfileFileName(System::String value) +``` + +## Remarks + + +The filename of the ICC profile. +## See Also + +* Class [String](../../../system/string/) +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_islowmemorymode/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_islowmemorymode/_index.md new file mode 100644 index 0000000000..c4d8d4817b --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_islowmemorymode/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::set_IsLowMemoryMode method +linktitle: set_IsLowMemoryMode +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::set_IsLowMemoryMode method. Sets a value indicating whether the low memory mode is enabled during the PDF/A conversion process in C++.' +type: docs +weight: 2200 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_islowmemorymode/ +--- +## PdfAOptionsBase::set_IsLowMemoryMode method + + +Sets a value indicating whether the low memory mode is enabled during the PDF/A conversion process. + +```cpp +void Aspose::Pdf::LowCode::PdfAOptionsBase::set_IsLowMemoryMode(bool value) +``` + +## Remarks + + +**true** + +if low memory mode is enabled; otherwise, **false** + +. +## See Also + +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_logoutputsource/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_logoutputsource/_index.md new file mode 100644 index 0000000000..93c9557753 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_logoutputsource/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::set_LogOutputSource method +linktitle: set_LogOutputSource +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::set_LogOutputSource method. Sets the data source for the log output in C++.' +type: docs +weight: 2300 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_logoutputsource/ +--- +## PdfAOptionsBase::set_LogOutputSource method + + +Sets the data source for the log output. + +```cpp +void Aspose::Pdf::LowCode::PdfAOptionsBase::set_LogOutputSource(System::SharedPtr value) +``` + +## Remarks + + +The data source for the log output. +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [IDataSource](../../idatasource/) +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_optimizefilesize/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_optimizefilesize/_index.md new file mode 100644 index 0000000000..0e8e26e48d --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_optimizefilesize/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::set_OptimizeFileSize method +linktitle: set_OptimizeFileSize +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::set_OptimizeFileSize method. Sets a value indicating whether to try to reduce the file size during the PDF/A conversion process in C++.' +type: docs +weight: 2400 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_optimizefilesize/ +--- +## PdfAOptionsBase::set_OptimizeFileSize method + + +Sets a value indicating whether to try to reduce the file size during the PDF/A conversion process. + +```cpp +void Aspose::Pdf::LowCode::PdfAOptionsBase::set_OptimizeFileSize(bool value) +``` + +## Remarks + + +**true** + +if the file size should be reduced as much as possible; otherwise, **false** + +. + +When set to **true** + +, the conversion process will attempt to minimize the resulting file size. This might affect the conversion process performance. +## See Also + +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_pdfaversion/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_pdfaversion/_index.md new file mode 100644 index 0000000000..211057d96f --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_pdfaversion/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::set_PdfAVersion method +linktitle: set_PdfAVersion +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::set_PdfAVersion method. Sets the version of the PDF/A standard to be used for validation or conversion in C++.' +type: docs +weight: 2500 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_pdfaversion/ +--- +## PdfAOptionsBase::set_PdfAVersion method + + +Sets the version of the PDF/A standard to be used for validation or conversion. + +```cpp +void Aspose::Pdf::LowCode::PdfAOptionsBase::set_PdfAVersion(PdfAStandardVersion value) +``` + +## Remarks + + +The version of the PDF/A standard. This can be one of the values from the [PdfAStandardVersion](../../pdfastandardversion/) enumeration. + +The PDF/A standard version is used to determine the compliance level for PDF/A validation and conversion. If the version is set to [PdfAStandardVersion::Auto](../../pdfastandardversion/), the system will automatically determine the appropriate PDF/A standard version for validation based on the document metadata. For the PDF/A conversion process the [PdfAStandardVersion::Auto](../../pdfastandardversion/) defaults to the PDF/A-1b standard version. +## See Also + +* Enum [PdfAStandardVersion](../../pdfastandardversion/) +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_puasymbolsprocessingstrategy/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_puasymbolsprocessingstrategy/_index.md new file mode 100644 index 0000000000..3122e2bd93 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_puasymbolsprocessingstrategy/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::set_PuaSymbolsProcessingStrategy method +linktitle: set_PuaSymbolsProcessingStrategy +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::set_PuaSymbolsProcessingStrategy method. Sets the strategy for processing Private Use Area (PUA) symbols in the PDF document in C++.' +type: docs +weight: 2600 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_puasymbolsprocessingstrategy/ +--- +## PdfAOptionsBase::set_PuaSymbolsProcessingStrategy method + + +Sets the strategy for processing Private Use Area (PUA) symbols in the PDF document. + +```cpp +void Aspose::Pdf::LowCode::PdfAOptionsBase::set_PuaSymbolsProcessingStrategy(PdfFormatConversionOptions::PuaProcessingStrategy value) +``` + +## Remarks + + +The strategy for processing PUA symbols. The default is [PdfFormatConversionOptions::PuaProcessingStrategy::None](../../../aspose.pdf/pdfformatconversionoptions/puaprocessingstrategy/) for the Level B conformance documents, and [PdfFormatConversionOptions::PuaProcessingStrategy::SurroundPuaTextWithEmptyActualText](../../../aspose.pdf/pdfformatconversionoptions/puaprocessingstrategy/) for the Level A conformance ones. +## See Also + +* Enum [PuaProcessingStrategy](../../../aspose.pdf/pdfformatconversionoptions/puaprocessingstrategy/) +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_softmaskaction/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_softmaskaction/_index.md new file mode 100644 index 0000000000..a732055529 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_softmaskaction/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::set_SoftMaskAction method +linktitle: set_SoftMaskAction +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::set_SoftMaskAction method. Sets the action to be taken during the conversion of images with soft masks in C++.' +type: docs +weight: 2700 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_softmaskaction/ +--- +## PdfAOptionsBase::set_SoftMaskAction method + + +Sets the action to be taken during the conversion of images with soft masks. + +```cpp +void Aspose::Pdf::LowCode::PdfAOptionsBase::set_SoftMaskAction(ConvertSoftMaskAction value) +``` + +## Remarks + + +The action for converting images with soft masks. The value of this property is a [ConvertSoftMaskAction](../../../aspose.pdf/convertsoftmaskaction/) enumeration. +## See Also + +* Enum [ConvertSoftMaskAction](../../../aspose.pdf/convertsoftmaskaction/) +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_symbolicfontencodingstrategy/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_symbolicfontencodingstrategy/_index.md new file mode 100644 index 0000000000..55d51f3a89 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_symbolicfontencodingstrategy/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::set_SymbolicFontEncodingStrategy method +linktitle: set_SymbolicFontEncodingStrategy +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::set_SymbolicFontEncodingStrategy method. Sets the strategy for encoding symbolic fonts when converting to PDF/A format in C++.' +type: docs +weight: 2800 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_symbolicfontencodingstrategy/ +--- +## PdfAOptionsBase::set_SymbolicFontEncodingStrategy method + + +Sets the strategy for encoding symbolic fonts when converting to PDF/A format. + +```cpp +void Aspose::Pdf::LowCode::PdfAOptionsBase::set_SymbolicFontEncodingStrategy(System::SharedPtr value) +``` + +## Remarks + + +The symbolic font encoding strategy. + +This property allows you to control what CMap subtable would be copied into the result document in cases when the original TrueType symbolic font in the source document contains multiple CMap subtables. +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [PdfASymbolicFontEncodingStrategy](../../../aspose.pdf/pdfasymbolicfontencodingstrategy/) +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_unicodeprocessingrules/_index.md b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_unicodeprocessingrules/_index.md new file mode 100644 index 0000000000..fb6ed16d38 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_unicodeprocessingrules/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::PdfAOptionsBase::set_UnicodeProcessingRules method +linktitle: set_UnicodeProcessingRules +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAOptionsBase::set_UnicodeProcessingRules method. Sets the rules for processing ToUnicode CMap tables and not linked to Unicode symbols during the PDF/A conversion process in C++.' +type: docs +weight: 2900 +url: /cpp/aspose.pdf.lowcode/pdfaoptionsbase/set_unicodeprocessingrules/ +--- +## PdfAOptionsBase::set_UnicodeProcessingRules method + + +Sets the rules for processing ToUnicode CMap tables and not linked to Unicode symbols during the PDF/A conversion process. + +```cpp +void Aspose::Pdf::LowCode::PdfAOptionsBase::set_UnicodeProcessingRules(System::SharedPtr value) +``` + +## Remarks + + +An instance of [ToUnicodeProcessingRules](../../../aspose.pdf/tounicodeprocessingrules/) that defines the rules for handling the problematic cases with Unicode characters. +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [ToUnicodeProcessingRules](../../../aspose.pdf/tounicodeprocessingrules/) +* Class [PdfAOptionsBase](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfastandardversion/_index.md b/english/cpp/aspose.pdf.lowcode/pdfastandardversion/_index.md new file mode 100644 index 0000000000..36138ff0ca --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfastandardversion/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Pdf::LowCode::PdfAStandardVersion enum +linktitle: PdfAStandardVersion +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAStandardVersion enum. Specifies the PDF/A standard version for a PDF document in C++.' +type: docs +weight: 9500 +url: /cpp/aspose.pdf.lowcode/pdfastandardversion/ +--- +## PdfAStandardVersion enum + + +Specifies the PDF/A standard version for a PDF document. + +```cpp +enum class PdfAStandardVersion +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Auto | 0 | The PDF/A standard version is determined automatically. | +| PDF_A_1A | 1 | Specifies the PDF/A-1a standard version. | +| PDF_A_1B | 2 | Specifies the PDF/A-1b standard version. | +| PDF_A_2A | 3 | Specifies the PDF/A-2a standard version. | +| PDF_A_2B | 4 | Specifies the PDF/A-2b standard version. | +| PDF_A_2U | 5 | Specifies the PDF/A-2u standard version. | +| PDF_A_3A | 6 | Specifies the PDF/A-3a standard version. | +| PDF_A_3B | 7 | Specifies the PDF/A-3b standard version. | +| PDF_A_3U | 8 | Specifies the PDF/A-3u standard version. | +| PDF_A_4 | 9 | Specifies the PDF/A-4 standard version. | +| PDF_A_4E | 10 | Specifies the PDF/A-4e standard version. | +| PDF_A_4F | 11 | Specifies the PDF/A-4f standard version. | + +## See Also + +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfavalidateoptions/_index.md b/english/cpp/aspose.pdf.lowcode/pdfavalidateoptions/_index.md new file mode 100644 index 0000000000..596f51b07b --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfavalidateoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::PdfAValidateOptions class +linktitle: PdfAValidateOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAValidateOptions class. Represents options for validating PDF/A compliance of PDF documents with the PdfAConverter plugin in C++.' +type: docs +weight: 5600 +url: /cpp/aspose.pdf.lowcode/pdfavalidateoptions/ +--- +## PdfAValidateOptions class + + +Represents options for validating PDF/A compliance of PDF documents with the [PdfAConverter](../pdfaconverter/) plugin. + +```cpp +class PdfAValidateOptions : public Aspose::Pdf::LowCode::PdfAOptionsBase +``` + +## See Also + +* Class [PdfAOptionsBase](../pdfaoptionsbase/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfavalidationresult/_index.md b/english/cpp/aspose.pdf.lowcode/pdfavalidationresult/_index.md new file mode 100644 index 0000000000..e2416c7c0c --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfavalidationresult/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::PdfAValidationResult class +linktitle: PdfAValidationResult +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfAValidationResult class. Represents the result of a PDF/A validation process in C++.' +type: docs +weight: 5700 +url: /cpp/aspose.pdf.lowcode/pdfavalidationresult/ +--- +## PdfAValidationResult class + + +Represents the result of a PDF/A validation process. + +```cpp +class PdfAValidationResult : public System::Object +``` + +## See Also + +* Class [Object](../../system/object/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfconverteroptions/_index.md b/english/cpp/aspose.pdf.lowcode/pdfconverteroptions/_index.md new file mode 100644 index 0000000000..f92d58679f --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfconverteroptions/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Pdf::LowCode::PdfConverterOptions class +linktitle: PdfConverterOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfConverterOptions class. Represents options for Pdf converter plugins in C++.' +type: docs +weight: 5800 +url: /cpp/aspose.pdf.lowcode/pdfconverteroptions/ +--- +## PdfConverterOptions class + + +Represents options for [Pdf](../../aspose.pdf/) converter plugins. + +```cpp +class PdfConverterOptions : public Aspose::Pdf::LowCode::IPluginOptions, + public Aspose::Pdf::LowCode::IDataContainer, + public Aspose::Pdf::LowCode::ISaveInstruction +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddInput](./addinput/)(System::SharedPtr\) override | Adds new data source to the PdfConverter plugin data collection. | +| [AddOutput](./addoutput/)(System::SharedPtr\) override | Adds new data source to the PdfToXLSXConverterOptions plugin data collection. | +| [get_Inputs](./get_inputs/)() override | Returns [PdfConverterOptions](./) plugin data collection. | +| virtual [get_OperationName](./get_operationname/)() | Returns operation name. | +| [get_Outputs](./get_outputs/)() override | Gets collection of added targets for saving operation results. | +## See Also + +* Class [IPluginOptions](../ipluginoptions/) +* Class [IDataContainer](../idatacontainer/) +* Class [ISaveInstruction](../isaveinstruction/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfconverteroptions/addinput/_index.md b/english/cpp/aspose.pdf.lowcode/pdfconverteroptions/addinput/_index.md new file mode 100644 index 0000000000..6ffa450634 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfconverteroptions/addinput/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::PdfConverterOptions::AddInput method +linktitle: AddInput +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfConverterOptions::AddInput method. Adds new data source to the PdfConverter plugin data collection in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/pdfconverteroptions/addinput/ +--- +## PdfConverterOptions::AddInput method + + +Adds new data source to the PdfConverter plugin data collection. + +```cpp +void Aspose::Pdf::LowCode::PdfConverterOptions::AddInput(System::SharedPtr dataSource) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| dataSource | System::SharedPtr\ | Data source to add. | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [IDataSource](../../idatasource/) +* Class [PdfConverterOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfconverteroptions/addoutput/_index.md b/english/cpp/aspose.pdf.lowcode/pdfconverteroptions/addoutput/_index.md new file mode 100644 index 0000000000..9a801dcced --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfconverteroptions/addoutput/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::PdfConverterOptions::AddOutput method +linktitle: AddOutput +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfConverterOptions::AddOutput method. Adds new data source to the PdfToXLSXConverterOptions plugin data collection in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/pdfconverteroptions/addoutput/ +--- +## PdfConverterOptions::AddOutput method + + +Adds new data source to the PdfToXLSXConverterOptions plugin data collection. + +```cpp +void Aspose::Pdf::LowCode::PdfConverterOptions::AddOutput(System::SharedPtr saveDataSource) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| saveDataSource | System::SharedPtr\ | Data source (file or stream) for saving operation results. | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [IDataSource](../../idatasource/) +* Class [PdfConverterOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfconverteroptions/get_inputs/_index.md b/english/cpp/aspose.pdf.lowcode/pdfconverteroptions/get_inputs/_index.md new file mode 100644 index 0000000000..dbe9b8e7d2 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfconverteroptions/get_inputs/_index.md @@ -0,0 +1,26 @@ +--- +title: Aspose::Pdf::LowCode::PdfConverterOptions::get_Inputs method +linktitle: get_Inputs +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfConverterOptions::get_Inputs method. Returns PdfConverterOptions plugin data collection in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/pdfconverteroptions/get_inputs/ +--- +## PdfConverterOptions::get_Inputs method + + +Returns [PdfConverterOptions](../) plugin data collection. + +```cpp +System::SharedPtr>> Aspose::Pdf::LowCode::PdfConverterOptions::get_Inputs() override +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [List](../../../system.collections.generic/list/) +* Class [IDataSource](../../idatasource/) +* Class [PdfConverterOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfconverteroptions/get_operationname/_index.md b/english/cpp/aspose.pdf.lowcode/pdfconverteroptions/get_operationname/_index.md new file mode 100644 index 0000000000..476024d31d --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfconverteroptions/get_operationname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::PdfConverterOptions::get_OperationName method +linktitle: get_OperationName +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfConverterOptions::get_OperationName method. Returns operation name in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/pdfconverteroptions/get_operationname/ +--- +## PdfConverterOptions::get_OperationName method + + +Returns operation name. + +```cpp +virtual System::String Aspose::Pdf::LowCode::PdfConverterOptions::get_OperationName()=0 +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [PdfConverterOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfconverteroptions/get_outputs/_index.md b/english/cpp/aspose.pdf.lowcode/pdfconverteroptions/get_outputs/_index.md new file mode 100644 index 0000000000..f28abaef5c --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfconverteroptions/get_outputs/_index.md @@ -0,0 +1,26 @@ +--- +title: Aspose::Pdf::LowCode::PdfConverterOptions::get_Outputs method +linktitle: get_Outputs +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfConverterOptions::get_Outputs method. Gets collection of added targets for saving operation results in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.lowcode/pdfconverteroptions/get_outputs/ +--- +## PdfConverterOptions::get_Outputs method + + +Gets collection of added targets for saving operation results. + +```cpp +System::SharedPtr>> Aspose::Pdf::LowCode::PdfConverterOptions::get_Outputs() override +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [List](../../../system.collections.generic/list/) +* Class [IDataSource](../../idatasource/) +* Class [PdfConverterOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfextractor/_index.md b/english/cpp/aspose.pdf.lowcode/pdfextractor/_index.md new file mode 100644 index 0000000000..aefebbec39 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfextractor/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::PdfExtractor class +linktitle: PdfExtractor +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfExtractor class. Represents base functionality to extract text, images, and other types of content that may occur on the pages of PDF documents in C++.' +type: docs +weight: 5900 +url: /cpp/aspose.pdf.lowcode/pdfextractor/ +--- +## PdfExtractor class + + +Represents base functionality to extract text, images, and other types of content that may occur on the pages of PDF documents. + +```cpp +class PdfExtractor : public Aspose::Pdf::LowCode::IPlugin, + public System::IDisposable +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Dispose](./dispose/)() override | Implementation of IDisposable. Actually, it is not necessary for [PdfExtractor](./). | +| [Process](./process/)(System::SharedPtr\) override | Starts [PdfExtractor](./) processing with the specified parameters. | +## Remarks + + +The [TextExtractor](../textextractor/) object is used to extract text, or [ImageExtractor](../imageextractor/) to extract images. +## See Also + +* Class [IPlugin](../iplugin/) +* Class [IDisposable](../../system/idisposable/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfextractor/dispose/_index.md b/english/cpp/aspose.pdf.lowcode/pdfextractor/dispose/_index.md new file mode 100644 index 0000000000..af7aa741ef --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfextractor/dispose/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::PdfExtractor::Dispose method +linktitle: Dispose +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfExtractor::Dispose method. Implementation of IDisposable. Actually, it is not necessary for PdfExtractor in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/pdfextractor/dispose/ +--- +## PdfExtractor::Dispose method + + +Implementation of IDisposable. Actually, it is not necessary for [PdfExtractor](../). + +```cpp +void Aspose::Pdf::LowCode::PdfExtractor::Dispose() override +``` + +## See Also + +* Class [PdfExtractor](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfextractor/process/_index.md b/english/cpp/aspose.pdf.lowcode/pdfextractor/process/_index.md new file mode 100644 index 0000000000..d7559b232e --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfextractor/process/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::PdfExtractor::Process method +linktitle: Process +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfExtractor::Process method. Starts PdfExtractor processing with the specified parameters in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/pdfextractor/process/ +--- +## PdfExtractor::Process method + + +Starts [PdfExtractor](../) processing with the specified parameters. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::PdfExtractor::Process(System::SharedPtr pdfExtractorOptions) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pdfExtractorOptions | System::SharedPtr\ | An options object containing instructions for the [PdfExtractor](../). | + +### ReturnValue + +A [ResultContainer](../../resultcontainer/) object containing the result of the extraction. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [ResultContainer](../../resultcontainer/) +* Class [IPluginOptions](../../ipluginoptions/) +* Class [PdfExtractor](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfextractoroptions/_index.md b/english/cpp/aspose.pdf.lowcode/pdfextractoroptions/_index.md new file mode 100644 index 0000000000..b17a80446d --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfextractoroptions/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Pdf::LowCode::PdfExtractorOptions class +linktitle: PdfExtractorOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfExtractorOptions class. Represents options for the TextExtractor and ImageExtractor plugins in C++.' +type: docs +weight: 6000 +url: /cpp/aspose.pdf.lowcode/pdfextractoroptions/ +--- +## PdfExtractorOptions class + + +Represents options for the [TextExtractor](../textextractor/) and [ImageExtractor](../imageextractor/) plugins. + +```cpp +class PdfExtractorOptions : public Aspose::Pdf::LowCode::IPluginOptions, + public Aspose::Pdf::LowCode::IDataContainer +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddInput](./addinput/)(System::SharedPtr\) override | Adds new data source to the [PdfExtractor](../pdfextractor/) plugin data collection. | +| [get_Inputs](./get_inputs/)() override | Returns [PdfExtractor](../pdfextractor/) plugin data collection. | +| virtual [get_OperationName](./get_operationname/)() | Returns operation name. | +## Remarks + + +The [PdfExtractorOptions](./) contains base functions to add data (files, streams) representing input PDF documents. Please create [TextExtractorOptions](../textextractoroptions/) or [ImageExtractorOptions](../imageextractoroptions/) instead of this. +## See Also + +* Class [IPluginOptions](../ipluginoptions/) +* Class [IDataContainer](../idatacontainer/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfextractoroptions/addinput/_index.md b/english/cpp/aspose.pdf.lowcode/pdfextractoroptions/addinput/_index.md new file mode 100644 index 0000000000..7306affdf8 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfextractoroptions/addinput/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::PdfExtractorOptions::AddInput method +linktitle: AddInput +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfExtractorOptions::AddInput method. Adds new data source to the PdfExtractor plugin data collection in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/pdfextractoroptions/addinput/ +--- +## PdfExtractorOptions::AddInput method + + +Adds new data source to the [PdfExtractor](../../pdfextractor/) plugin data collection. + +```cpp +void Aspose::Pdf::LowCode::PdfExtractorOptions::AddInput(System::SharedPtr dataSource) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| dataSource | System::SharedPtr\ | Data source to add. | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [IDataSource](../../idatasource/) +* Class [PdfExtractorOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfextractoroptions/get_inputs/_index.md b/english/cpp/aspose.pdf.lowcode/pdfextractoroptions/get_inputs/_index.md new file mode 100644 index 0000000000..dbb215342e --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfextractoroptions/get_inputs/_index.md @@ -0,0 +1,26 @@ +--- +title: Aspose::Pdf::LowCode::PdfExtractorOptions::get_Inputs method +linktitle: get_Inputs +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfExtractorOptions::get_Inputs method. Returns PdfExtractor plugin data collection in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/pdfextractoroptions/get_inputs/ +--- +## PdfExtractorOptions::get_Inputs method + + +Returns [PdfExtractor](../../pdfextractor/) plugin data collection. + +```cpp +System::SharedPtr>> Aspose::Pdf::LowCode::PdfExtractorOptions::get_Inputs() override +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [List](../../../system.collections.generic/list/) +* Class [IDataSource](../../idatasource/) +* Class [PdfExtractorOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfextractoroptions/get_operationname/_index.md b/english/cpp/aspose.pdf.lowcode/pdfextractoroptions/get_operationname/_index.md new file mode 100644 index 0000000000..06fd2e844d --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfextractoroptions/get_operationname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::PdfExtractorOptions::get_OperationName method +linktitle: get_OperationName +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfExtractorOptions::get_OperationName method. Returns operation name in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/pdfextractoroptions/get_operationname/ +--- +## PdfExtractorOptions::get_OperationName method + + +Returns operation name. + +```cpp +virtual System::String Aspose::Pdf::LowCode::PdfExtractorOptions::get_OperationName() +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [PdfExtractorOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfgeneratoroptions/_index.md b/english/cpp/aspose.pdf.lowcode/pdfgeneratoroptions/_index.md new file mode 100644 index 0000000000..f3d1872c0b --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfgeneratoroptions/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::PdfGeneratorOptions class +linktitle: PdfGeneratorOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfGeneratorOptions class. Represents options for Generator plugins in C++.' +type: docs +weight: 6100 +url: /cpp/aspose.pdf.lowcode/pdfgeneratoroptions/ +--- +## PdfGeneratorOptions class + + +Represents options for Generator plugins. + +```cpp +class PdfGeneratorOptions : public Aspose::Pdf::LowCode::IPluginOptions, + public Aspose::Pdf::LowCode::IDataContainer, + public Aspose::Pdf::LowCode::ISaveInstruction +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddInput](./addinput/)(System::SharedPtr\) override | Adds new data source to the PdfGenerator plugin data collection. | +| [AddOutput](./addoutput/)(System::SharedPtr\) override | Adds new data source to the PdfGenerator plugin data collection. | +| [get_Inputs](./get_inputs/)() override | Returns PdfGenerator plugin data collection. | +| [get_Outputs](./get_outputs/)() override | Gets collection of added targets for saving operation results. | +## See Also + +* Class [IPluginOptions](../ipluginoptions/) +* Class [IDataContainer](../idatacontainer/) +* Class [ISaveInstruction](../isaveinstruction/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfgeneratoroptions/addinput/_index.md b/english/cpp/aspose.pdf.lowcode/pdfgeneratoroptions/addinput/_index.md new file mode 100644 index 0000000000..e8f94e7068 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfgeneratoroptions/addinput/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::PdfGeneratorOptions::AddInput method +linktitle: AddInput +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfGeneratorOptions::AddInput method. Adds new data source to the PdfGenerator plugin data collection in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/pdfgeneratoroptions/addinput/ +--- +## PdfGeneratorOptions::AddInput method + + +Adds new data source to the PdfGenerator plugin data collection. + +```cpp +void Aspose::Pdf::LowCode::PdfGeneratorOptions::AddInput(System::SharedPtr dataSource) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| dataSource | System::SharedPtr\ | Data source to add. | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [IDataSource](../../idatasource/) +* Class [PdfGeneratorOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfgeneratoroptions/addoutput/_index.md b/english/cpp/aspose.pdf.lowcode/pdfgeneratoroptions/addoutput/_index.md new file mode 100644 index 0000000000..ad74472877 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfgeneratoroptions/addoutput/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::PdfGeneratorOptions::AddOutput method +linktitle: AddOutput +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfGeneratorOptions::AddOutput method. Adds new data source to the PdfGenerator plugin data collection in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/pdfgeneratoroptions/addoutput/ +--- +## PdfGeneratorOptions::AddOutput method + + +Adds new data source to the PdfGenerator plugin data collection. + +```cpp +void Aspose::Pdf::LowCode::PdfGeneratorOptions::AddOutput(System::SharedPtr saveDataSource) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| saveDataSource | System::SharedPtr\ | Data source (file or stream) for saving operation results. | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [IDataSource](../../idatasource/) +* Class [PdfGeneratorOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfgeneratoroptions/get_inputs/_index.md b/english/cpp/aspose.pdf.lowcode/pdfgeneratoroptions/get_inputs/_index.md new file mode 100644 index 0000000000..bcd5825add --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfgeneratoroptions/get_inputs/_index.md @@ -0,0 +1,26 @@ +--- +title: Aspose::Pdf::LowCode::PdfGeneratorOptions::get_Inputs method +linktitle: get_Inputs +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfGeneratorOptions::get_Inputs method. Returns PdfGenerator plugin data collection in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/pdfgeneratoroptions/get_inputs/ +--- +## PdfGeneratorOptions::get_Inputs method + + +Returns PdfGenerator plugin data collection. + +```cpp +System::SharedPtr>> Aspose::Pdf::LowCode::PdfGeneratorOptions::get_Inputs() override +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [List](../../../system.collections.generic/list/) +* Class [IDataSource](../../idatasource/) +* Class [PdfGeneratorOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdfgeneratoroptions/get_outputs/_index.md b/english/cpp/aspose.pdf.lowcode/pdfgeneratoroptions/get_outputs/_index.md new file mode 100644 index 0000000000..741ec8df66 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdfgeneratoroptions/get_outputs/_index.md @@ -0,0 +1,26 @@ +--- +title: Aspose::Pdf::LowCode::PdfGeneratorOptions::get_Outputs method +linktitle: get_Outputs +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfGeneratorOptions::get_Outputs method. Gets collection of added targets for saving operation results in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/pdfgeneratoroptions/get_outputs/ +--- +## PdfGeneratorOptions::get_Outputs method + + +Gets collection of added targets for saving operation results. + +```cpp +System::SharedPtr>> Aspose::Pdf::LowCode::PdfGeneratorOptions::get_Outputs() override +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [List](../../../system.collections.generic/list/) +* Class [IDataSource](../../idatasource/) +* Class [PdfGeneratorOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftodocoptions/_index.md b/english/cpp/aspose.pdf.lowcode/pdftodocoptions/_index.md new file mode 100644 index 0000000000..4ca0786ca9 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftodocoptions/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Pdf::LowCode::PdfToDocOptions class +linktitle: PdfToDocOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToDocOptions class. Represents PDF to DOC converter options for DocConverter plugin in C++.' +type: docs +weight: 6200 +url: /cpp/aspose.pdf.lowcode/pdftodocoptions/ +--- +## PdfToDocOptions class + + +Represents PDF to DOC converter options for [DocConverter](../docconverter/) plugin. + +```cpp +class PdfToDocOptions : public Aspose::Pdf::LowCode::PdfConverterOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [get_ConversionMode](./get_conversionmode/)() const | Allows to control how a PDF document is converted into a word processing document. | +| [get_OperationName](./get_operationname/)() override | Gets name of the operation. | +| [get_SaveFormat](./get_saveformat/)() const | Save format of the output document. | +| [PdfToDocOptions](./pdftodocoptions/)() | Initializes new instance of the [PdfToDocOptions](./) object with default options. | +| [PdfToDocOptions](./pdftodocoptions/)(Aspose::Pdf::LowCode::SaveFormat, Aspose::Pdf::LowCode::ConversionMode) | Initializes a new instance of the [PdfToDocOptions](./) object for the specified format and mode. | +| [set_ConversionMode](./set_conversionmode/)(Aspose::Pdf::LowCode::ConversionMode) | Allows to control how a PDF document is converted into a word processing document. | +| [set_SaveFormat](./set_saveformat/)(Aspose::Pdf::LowCode::SaveFormat) | Save format of the output document. | +## See Also + +* Class [PdfConverterOptions](../pdfconverteroptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftodocoptions/get_conversionmode/_index.md b/english/cpp/aspose.pdf.lowcode/pdftodocoptions/get_conversionmode/_index.md new file mode 100644 index 0000000000..7fd3a6bc7e --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftodocoptions/get_conversionmode/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::PdfToDocOptions::get_ConversionMode method +linktitle: get_ConversionMode +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToDocOptions::get_ConversionMode method. Allows to control how a PDF document is converted into a word processing document in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/pdftodocoptions/get_conversionmode/ +--- +## PdfToDocOptions::get_ConversionMode method + + +Allows to control how a PDF document is converted into a word processing document. + +```cpp +Aspose::Pdf::LowCode::ConversionMode Aspose::Pdf::LowCode::PdfToDocOptions::get_ConversionMode() const +``` + +## Remarks + + +Use the [ConversionMode::TextBox](../../conversionmode/) mode when the resulting document is not going to be heavily edited further. Textboxes are easy to modify when there is not a lot to do. + +Use the [ConversionMode::Flow](../../conversionmode/) mode when the output document needs further editing. [Paragraphs](../../../aspose.pdf/paragraphs/) and text lines in the flow mode allow easy modification of text, but unsupported formatting objects will look worse than in the [ConversionMode::TextBox](../../conversionmode/) mode. +## See Also + +* Enum [ConversionMode](../../conversionmode/) +* Class [PdfToDocOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftodocoptions/get_operationname/_index.md b/english/cpp/aspose.pdf.lowcode/pdftodocoptions/get_operationname/_index.md new file mode 100644 index 0000000000..6995268e2c --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftodocoptions/get_operationname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::PdfToDocOptions::get_OperationName method +linktitle: get_OperationName +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToDocOptions::get_OperationName method. Gets name of the operation in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/pdftodocoptions/get_operationname/ +--- +## PdfToDocOptions::get_OperationName method + + +Gets name of the operation. + +```cpp +System::String Aspose::Pdf::LowCode::PdfToDocOptions::get_OperationName() override +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [PdfToDocOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftodocoptions/get_saveformat/_index.md b/english/cpp/aspose.pdf.lowcode/pdftodocoptions/get_saveformat/_index.md new file mode 100644 index 0000000000..94b4e76cff --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftodocoptions/get_saveformat/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::PdfToDocOptions::get_SaveFormat method +linktitle: get_SaveFormat +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToDocOptions::get_SaveFormat method. Save format of the output document in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/pdftodocoptions/get_saveformat/ +--- +## PdfToDocOptions::get_SaveFormat method + + +Save format of the output document. + +```cpp +Aspose::Pdf::LowCode::SaveFormat Aspose::Pdf::LowCode::PdfToDocOptions::get_SaveFormat() const +``` + +## See Also + +* Enum [SaveFormat](../../saveformat/) +* Class [PdfToDocOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftodocoptions/pdftodocoptions/_index.md b/english/cpp/aspose.pdf.lowcode/pdftodocoptions/pdftodocoptions/_index.md new file mode 100644 index 0000000000..e329838379 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftodocoptions/pdftodocoptions/_index.md @@ -0,0 +1,45 @@ +--- +title: Aspose::Pdf::LowCode::PdfToDocOptions::PdfToDocOptions constructor +linktitle: PdfToDocOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToDocOptions::PdfToDocOptions constructor. Initializes new instance of the PdfToDocOptions object with default options in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/pdftodocoptions/pdftodocoptions/ +--- +## PdfToDocOptions::PdfToDocOptions() constructor + + +Initializes new instance of the [PdfToDocOptions](../) object with default options. + +```cpp +Aspose::Pdf::LowCode::PdfToDocOptions::PdfToDocOptions() +``` + +## See Also + +* Class [PdfToDocOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) +## PdfToDocOptions::PdfToDocOptions(Aspose::Pdf::LowCode::SaveFormat, Aspose::Pdf::LowCode::ConversionMode) constructor + + +Initializes a new instance of the [PdfToDocOptions](../) object for the specified format and mode. + +```cpp +Aspose::Pdf::LowCode::PdfToDocOptions::PdfToDocOptions(Aspose::Pdf::LowCode::SaveFormat format, Aspose::Pdf::LowCode::ConversionMode mode) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| format | Aspose::Pdf::LowCode::SaveFormat | Save format of the [SaveFormat](../../saveformat/) output document. | +| mode | Aspose::Pdf::LowCode::ConversionMode | Conversion mode of the [ConversionMode](../../conversionmode/) output document. | + +## See Also + +* Enum [SaveFormat](../../saveformat/) +* Enum [ConversionMode](../../conversionmode/) +* Class [PdfToDocOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftodocoptions/set_conversionmode/_index.md b/english/cpp/aspose.pdf.lowcode/pdftodocoptions/set_conversionmode/_index.md new file mode 100644 index 0000000000..7dd51b63c9 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftodocoptions/set_conversionmode/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::PdfToDocOptions::set_ConversionMode method +linktitle: set_ConversionMode +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToDocOptions::set_ConversionMode method. Allows to control how a PDF document is converted into a word processing document in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.lowcode/pdftodocoptions/set_conversionmode/ +--- +## PdfToDocOptions::set_ConversionMode method + + +Allows to control how a PDF document is converted into a word processing document. + +```cpp +void Aspose::Pdf::LowCode::PdfToDocOptions::set_ConversionMode(Aspose::Pdf::LowCode::ConversionMode value) +``` + +## Remarks + + +Use the [ConversionMode::TextBox](../../conversionmode/) mode when the resulting document is not going to be heavily edited further. Textboxes are easy to modify when there is not a lot to do. + +Use the [ConversionMode::Flow](../../conversionmode/) mode when the output document needs further editing. [Paragraphs](../../../aspose.pdf/paragraphs/) and text lines in the flow mode allow easy modification of text, but unsupported formatting objects will look worse than in the [ConversionMode::TextBox](../../conversionmode/) mode. +## See Also + +* Enum [ConversionMode](../../conversionmode/) +* Class [PdfToDocOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftodocoptions/set_saveformat/_index.md b/english/cpp/aspose.pdf.lowcode/pdftodocoptions/set_saveformat/_index.md new file mode 100644 index 0000000000..8ee1762ef8 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftodocoptions/set_saveformat/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::PdfToDocOptions::set_SaveFormat method +linktitle: set_SaveFormat +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToDocOptions::set_SaveFormat method. Save format of the output document in C++.' +type: docs +weight: 600 +url: /cpp/aspose.pdf.lowcode/pdftodocoptions/set_saveformat/ +--- +## PdfToDocOptions::set_SaveFormat method + + +Save format of the output document. + +```cpp +void Aspose::Pdf::LowCode::PdfToDocOptions::set_SaveFormat(Aspose::Pdf::LowCode::SaveFormat value) +``` + +## See Also + +* Enum [SaveFormat](../../saveformat/) +* Class [PdfToDocOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftohtmloptions/_index.md b/english/cpp/aspose.pdf.lowcode/pdftohtmloptions/_index.md new file mode 100644 index 0000000000..d9009c6ecd --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftohtmloptions/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Pdf::LowCode::PdfToHtmlOptions class +linktitle: PdfToHtmlOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToHtmlOptions class. Represents PDF to HTML converter options for Html plugin in C++.' +type: docs +weight: 6300 +url: /cpp/aspose.pdf.lowcode/pdftohtmloptions/ +--- +## PdfToHtmlOptions class + + +Represents PDF to HTML converter options for [Html](../html/) plugin. + +```cpp +class PdfToHtmlOptions : public Aspose::Pdf::LowCode::PdfConverterOptions +``` + +## Enums + +| Enum | Description | +| --- | --- | +| [SaveDataType](./savedatatype/) | Defines output type of HTML file. | +## Methods + +| Method | Description | +| --- | --- | +| [get_OperationName](./get_operationname/)() override | Gets name of the operation. | +| [get_OutputDataType](./get_outputdatatype/)() const | Gets output data type. | +| [PdfToHtmlOptions](./pdftohtmloptions/)() | Initializes new instance of the [PdfToHtmlOptions](./) object with default options. | +| [PdfToHtmlOptions](./pdftohtmloptions/)(PdfToHtmlOptions::SaveDataType) | Initializes a new instance of the [PdfToHtmlOptions](./) object for the specified output data type. | +## See Also + +* Class [PdfConverterOptions](../pdfconverteroptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftohtmloptions/get_operationname/_index.md b/english/cpp/aspose.pdf.lowcode/pdftohtmloptions/get_operationname/_index.md new file mode 100644 index 0000000000..0ced24cfcd --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftohtmloptions/get_operationname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::PdfToHtmlOptions::get_OperationName method +linktitle: get_OperationName +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToHtmlOptions::get_OperationName method. Gets name of the operation in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/pdftohtmloptions/get_operationname/ +--- +## PdfToHtmlOptions::get_OperationName method + + +Gets name of the operation. + +```cpp +System::String Aspose::Pdf::LowCode::PdfToHtmlOptions::get_OperationName() override +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [PdfToHtmlOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftohtmloptions/get_outputdatatype/_index.md b/english/cpp/aspose.pdf.lowcode/pdftohtmloptions/get_outputdatatype/_index.md new file mode 100644 index 0000000000..f16aa870ba --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftohtmloptions/get_outputdatatype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::PdfToHtmlOptions::get_OutputDataType method +linktitle: get_OutputDataType +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToHtmlOptions::get_OutputDataType method. Gets output data type in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/pdftohtmloptions/get_outputdatatype/ +--- +## PdfToHtmlOptions::get_OutputDataType method + + +Gets output data type. + +```cpp +PdfToHtmlOptions::SaveDataType Aspose::Pdf::LowCode::PdfToHtmlOptions::get_OutputDataType() const +``` + +## See Also + +* Enum [SaveDataType](../savedatatype/) +* Class [PdfToHtmlOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftohtmloptions/pdftohtmloptions/_index.md b/english/cpp/aspose.pdf.lowcode/pdftohtmloptions/pdftohtmloptions/_index.md new file mode 100644 index 0000000000..63c9fd6cc0 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftohtmloptions/pdftohtmloptions/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Pdf::LowCode::PdfToHtmlOptions::PdfToHtmlOptions constructor +linktitle: PdfToHtmlOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToHtmlOptions::PdfToHtmlOptions constructor. Initializes new instance of the PdfToHtmlOptions object with default options in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/pdftohtmloptions/pdftohtmloptions/ +--- +## PdfToHtmlOptions::PdfToHtmlOptions() constructor + + +Initializes new instance of the [PdfToHtmlOptions](../) object with default options. + +```cpp +Aspose::Pdf::LowCode::PdfToHtmlOptions::PdfToHtmlOptions() +``` + +## See Also + +* Class [PdfToHtmlOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) +## PdfToHtmlOptions::PdfToHtmlOptions(PdfToHtmlOptions::SaveDataType) constructor + + +Initializes a new instance of the [PdfToHtmlOptions](../) object for the specified output data type. + +```cpp +Aspose::Pdf::LowCode::PdfToHtmlOptions::PdfToHtmlOptions(PdfToHtmlOptions::SaveDataType outputDataType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| outputDataType | PdfToHtmlOptions::SaveDataType | Output data type. | + +## See Also + +* Enum [SaveDataType](../savedatatype/) +* Class [PdfToHtmlOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftohtmloptions/savedatatype/_index.md b/english/cpp/aspose.pdf.lowcode/pdftohtmloptions/savedatatype/_index.md new file mode 100644 index 0000000000..8d64f587ae --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftohtmloptions/savedatatype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Pdf::LowCode::PdfToHtmlOptions::SaveDataType enum +linktitle: SaveDataType +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToHtmlOptions::SaveDataType enum. Defines output type of HTML file in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/pdftohtmloptions/savedatatype/ +--- +## SaveDataType enum + + +Defines output type of HTML file. + +```cpp +enum class SaveDataType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| FileWithExternalResources | 0 | Save HTMl to file with external resources. | +| FileWithEmbeddedResources | 1 | Save HTMl to file with embedded resources. | +| StreamWithEmbeddedResources | 2 | Save HTMl to file stream with embedded resources. | + +## See Also + +* Class [PdfToHtmlOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftoimage/_index.md b/english/cpp/aspose.pdf.lowcode/pdftoimage/_index.md new file mode 100644 index 0000000000..d9dc88f5df --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftoimage/_index.md @@ -0,0 +1,47 @@ +--- +title: Aspose::Pdf::LowCode::PdfToImage class +linktitle: PdfToImage +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToImage class. Represents PDF to image plugin in C++.' +type: docs +weight: 6400 +url: /cpp/aspose.pdf.lowcode/pdftoimage/ +--- +## PdfToImage class + + +Represents PDF to image plugin. + +```cpp +class PdfToImage : public Aspose::Pdf::LowCode::IPlugin, + public System::IDisposable +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Dispose](./dispose/)() override | Implementation of +IDisposable + + +. Actually, it is not necessary for +[PdfToImage](./) + + +. | +| [Process](./process/)(System::SharedPtr\) override | Starts +[PdfToImage](./) + + +processing with the specified parameters. | +## Remarks + + +The [PdfToImage](./) class is used to convert PDF document to images +## See Also + +* Class [IPlugin](../iplugin/) +* Class [IDisposable](../../system/idisposable/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftoimage/dispose/_index.md b/english/cpp/aspose.pdf.lowcode/pdftoimage/dispose/_index.md new file mode 100644 index 0000000000..752ef50f32 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftoimage/dispose/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Pdf::LowCode::PdfToImage::Dispose method +linktitle: Dispose +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToImage::Dispose method. Implementation of IDisposable. Actually, it is not necessary for PdfToImage in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/pdftoimage/dispose/ +--- +## PdfToImage::Dispose method + + +Implementation of +IDisposable + + +. Actually, it is not necessary for +[PdfToImage](../) + + +. + +```cpp +void Aspose::Pdf::LowCode::PdfToImage::Dispose() override +``` + +## See Also + +* Class [PdfToImage](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftoimage/process/_index.md b/english/cpp/aspose.pdf.lowcode/pdftoimage/process/_index.md new file mode 100644 index 0000000000..61929074c5 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftoimage/process/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Pdf::LowCode::PdfToImage::Process method +linktitle: Process +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToImage::Process method. Starts PdfToImageprocessing with the specified parameters in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/pdftoimage/process/ +--- +## PdfToImage::Process method + + +Starts +[PdfToImage](../) + + +processing with the specified parameters. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::PdfToImage::Process(System::SharedPtr pdfImageOptions) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pdfImageOptions | System::SharedPtr\ | An options object containing instructions for the PdfImage. | + +### ReturnValue + +A [ResultContainer](../../resultcontainer/) object containing the result of the conversion. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [ResultContainer](../../resultcontainer/) +* Class [IPluginOptions](../../ipluginoptions/) +* Class [PdfToImage](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/_index.md b/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/_index.md new file mode 100644 index 0000000000..be958aa478 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Pdf::LowCode::PdfToImageOptions class +linktitle: PdfToImageOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToImageOptions class. Represents options for the PdfToImage plugin in C++.' +type: docs +weight: 6500 +url: /cpp/aspose.pdf.lowcode/pdftoimageoptions/ +--- +## PdfToImageOptions class + + +Represents options for the [PdfToImage](../pdftoimage/) plugin. + +```cpp +class PdfToImageOptions : public Aspose::Pdf::LowCode::IPluginOptions, + public Aspose::Pdf::LowCode::IDataContainer, + public Aspose::Pdf::LowCode::ISaveInstruction +``` + +## Enums + +| Enum | Description | +| --- | --- | +| [ImageConversionMode](./imageconversionmode/) | Defines different modes which can be used while converting from PDF document to [Jpeg](../jpeg/) image. See [JpegOptions](../jpegoptions/) class. | +## Methods + +| Method | Description | +| --- | --- | +| [AddInput](./addinput/)(System::SharedPtr\) override | Adds new data source to the [PdfToImage](../pdftoimage/) plugin data collection. | +| [AddOutput](./addoutput/)(System::SharedPtr\) override | Sets new save data source. Can only be a +[FileDataSource](../filedatasource/) + + +. If you want save images into memory streams, pass null as parameter. | +| [get_ConversionMode](./get_conversionmode/)() | Gets image conversion mode. | +| [get_Inputs](./get_inputs/)() override | Returns [PdfToImage](../pdftoimage/) plugin data collection. | +| virtual [get_OperationName](./get_operationname/)() | Returns operation name. | +| [get_OutputResolution](./get_outputresolution/)() const | Gets the resolution value of the resulting images. | +| [get_Outputs](./get_outputs/)() override | Gets the collection of added targets (file or stream data sources) for saving operation results. | +| [get_PageList](./get_pagelist/)() const | Gets a list of pages for the process. | +| [set_OutputResolution](./set_outputresolution/)(int32_t) | Sets the resolution value of the resulting images. | +| [set_PageList](./set_pagelist/)(System::SharedPtr\\>) | Sets a list of pages for the process. | +## Remarks + + +The PdfImageOptions class contains base functions to add data (files, streams) representing input PDF documents. +## See Also + +* Class [IPluginOptions](../ipluginoptions/) +* Class [IDataContainer](../idatacontainer/) +* Class [ISaveInstruction](../isaveinstruction/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/addinput/_index.md b/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/addinput/_index.md new file mode 100644 index 0000000000..08582ed584 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/addinput/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::PdfToImageOptions::AddInput method +linktitle: AddInput +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToImageOptions::AddInput method. Adds new data source to the PdfToImage plugin data collection in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/pdftoimageoptions/addinput/ +--- +## PdfToImageOptions::AddInput method + + +Adds new data source to the [PdfToImage](../../pdftoimage/) plugin data collection. + +```cpp +void Aspose::Pdf::LowCode::PdfToImageOptions::AddInput(System::SharedPtr dataSource) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| dataSource | System::SharedPtr\ | Data source to add. | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [IDataSource](../../idatasource/) +* Class [PdfToImageOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/addoutput/_index.md b/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/addoutput/_index.md new file mode 100644 index 0000000000..bd28e783c7 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/addoutput/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Pdf::LowCode::PdfToImageOptions::AddOutput method +linktitle: AddOutput +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToImageOptions::AddOutput method. Sets new save data source. Can only be a FileDataSource. If you want save images into memory streams, pass null as parameter in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/pdftoimageoptions/addoutput/ +--- +## PdfToImageOptions::AddOutput method + + +Sets new save data source. Can only be a +[FileDataSource](../../filedatasource/) + + +. If you want save images into memory streams, pass null as parameter. + +```cpp +void Aspose::Pdf::LowCode::PdfToImageOptions::AddOutput(System::SharedPtr saveDataSource) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| saveDataSource | System::SharedPtr\ | Save data source. | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [IDataSource](../../idatasource/) +* Class [PdfToImageOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/get_conversionmode/_index.md b/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/get_conversionmode/_index.md new file mode 100644 index 0000000000..5388b2cf62 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/get_conversionmode/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::PdfToImageOptions::get_ConversionMode method +linktitle: get_ConversionMode +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToImageOptions::get_ConversionMode method. Gets image conversion mode in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/pdftoimageoptions/get_conversionmode/ +--- +## PdfToImageOptions::get_ConversionMode method + + +Gets image conversion mode. + +```cpp +PdfToImageOptions::ImageConversionMode Aspose::Pdf::LowCode::PdfToImageOptions::get_ConversionMode() +``` + +## See Also + +* Enum [ImageConversionMode](../imageconversionmode/) +* Class [PdfToImageOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/get_inputs/_index.md b/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/get_inputs/_index.md new file mode 100644 index 0000000000..bbb3e8c023 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/get_inputs/_index.md @@ -0,0 +1,26 @@ +--- +title: Aspose::Pdf::LowCode::PdfToImageOptions::get_Inputs method +linktitle: get_Inputs +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToImageOptions::get_Inputs method. Returns PdfToImage plugin data collection in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/pdftoimageoptions/get_inputs/ +--- +## PdfToImageOptions::get_Inputs method + + +Returns [PdfToImage](../../pdftoimage/) plugin data collection. + +```cpp +System::SharedPtr>> Aspose::Pdf::LowCode::PdfToImageOptions::get_Inputs() override +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [List](../../../system.collections.generic/list/) +* Class [IDataSource](../../idatasource/) +* Class [PdfToImageOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/get_operationname/_index.md b/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/get_operationname/_index.md new file mode 100644 index 0000000000..d5ed735d60 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/get_operationname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::PdfToImageOptions::get_OperationName method +linktitle: get_OperationName +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToImageOptions::get_OperationName method. Returns operation name in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.lowcode/pdftoimageoptions/get_operationname/ +--- +## PdfToImageOptions::get_OperationName method + + +Returns operation name. + +```cpp +virtual System::String Aspose::Pdf::LowCode::PdfToImageOptions::get_OperationName() +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [PdfToImageOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/get_outputresolution/_index.md b/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/get_outputresolution/_index.md new file mode 100644 index 0000000000..9187c497de --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/get_outputresolution/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::PdfToImageOptions::get_OutputResolution method +linktitle: get_OutputResolution +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToImageOptions::get_OutputResolution method. Gets the resolution value of the resulting images in C++.' +type: docs +weight: 600 +url: /cpp/aspose.pdf.lowcode/pdftoimageoptions/get_outputresolution/ +--- +## PdfToImageOptions::get_OutputResolution method + + +Gets the resolution value of the resulting images. + +```cpp +int32_t Aspose::Pdf::LowCode::PdfToImageOptions::get_OutputResolution() const +``` + +## See Also + +* Class [PdfToImageOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/get_outputs/_index.md b/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/get_outputs/_index.md new file mode 100644 index 0000000000..8f47b5c792 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/get_outputs/_index.md @@ -0,0 +1,26 @@ +--- +title: Aspose::Pdf::LowCode::PdfToImageOptions::get_Outputs method +linktitle: get_Outputs +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToImageOptions::get_Outputs method. Gets the collection of added targets (file or stream data sources) for saving operation results in C++.' +type: docs +weight: 700 +url: /cpp/aspose.pdf.lowcode/pdftoimageoptions/get_outputs/ +--- +## PdfToImageOptions::get_Outputs method + + +Gets the collection of added targets (file or stream data sources) for saving operation results. + +```cpp +System::SharedPtr>> Aspose::Pdf::LowCode::PdfToImageOptions::get_Outputs() override +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [List](../../../system.collections.generic/list/) +* Class [IDataSource](../../idatasource/) +* Class [PdfToImageOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/get_pagelist/_index.md b/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/get_pagelist/_index.md new file mode 100644 index 0000000000..ddb1c583a1 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/get_pagelist/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::PdfToImageOptions::get_PageList method +linktitle: get_PageList +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToImageOptions::get_PageList method. Gets a list of pages for the process in C++.' +type: docs +weight: 800 +url: /cpp/aspose.pdf.lowcode/pdftoimageoptions/get_pagelist/ +--- +## PdfToImageOptions::get_PageList method + + +Gets a list of pages for the process. + +```cpp +const System::SharedPtr> & Aspose::Pdf::LowCode::PdfToImageOptions::get_PageList() const +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [List](../../../system.collections.generic/list/) +* Class [PdfToImageOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/imageconversionmode/_index.md b/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/imageconversionmode/_index.md new file mode 100644 index 0000000000..3a636e3a6e --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/imageconversionmode/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::PdfToImageOptions::ImageConversionMode enum +linktitle: ImageConversionMode +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToImageOptions::ImageConversionMode enum. Defines different modes which can be used while converting from PDF document to Jpeg image. See JpegOptions class in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.pdf.lowcode/pdftoimageoptions/imageconversionmode/ +--- +## ImageConversionMode enum + + +Defines different modes which can be used while converting from PDF document to [Jpeg](../../jpeg/) image. See [JpegOptions](../../jpegoptions/) class. + +```cpp +enum class ImageConversionMode +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 | Default mode. | + +## See Also + +* Class [PdfToImageOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/set_outputresolution/_index.md b/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/set_outputresolution/_index.md new file mode 100644 index 0000000000..7ae2ad2984 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/set_outputresolution/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::PdfToImageOptions::set_OutputResolution method +linktitle: set_OutputResolution +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToImageOptions::set_OutputResolution method. Sets the resolution value of the resulting images in C++.' +type: docs +weight: 900 +url: /cpp/aspose.pdf.lowcode/pdftoimageoptions/set_outputresolution/ +--- +## PdfToImageOptions::set_OutputResolution method + + +Sets the resolution value of the resulting images. + +```cpp +void Aspose::Pdf::LowCode::PdfToImageOptions::set_OutputResolution(int32_t value) +``` + +## See Also + +* Class [PdfToImageOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/set_pagelist/_index.md b/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/set_pagelist/_index.md new file mode 100644 index 0000000000..91956fba3f --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftoimageoptions/set_pagelist/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::PdfToImageOptions::set_PageList method +linktitle: set_PageList +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToImageOptions::set_PageList method. Sets a list of pages for the process in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.pdf.lowcode/pdftoimageoptions/set_pagelist/ +--- +## PdfToImageOptions::set_PageList method + + +Sets a list of pages for the process. + +```cpp +void Aspose::Pdf::LowCode::PdfToImageOptions::set_PageList(System::SharedPtr> value) +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [List](../../../system.collections.generic/list/) +* Class [PdfToImageOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/_index.md b/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/_index.md new file mode 100644 index 0000000000..3e1013282f --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Pdf::LowCode::PdfToXlsOptions class +linktitle: PdfToXlsOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToXlsOptions class. Represents PDF to XLSX converter options for XlsConverter plugin in C++.' +type: docs +weight: 6600 +url: /cpp/aspose.pdf.lowcode/pdftoxlsoptions/ +--- +## PdfToXlsOptions class + + +Represents PDF to XLSX converter options for [XlsConverter](../xlsconverter/) plugin. + +```cpp +class PdfToXlsOptions : public Aspose::Pdf::LowCode::PdfConverterOptions +``` + +## Enums + +| Enum | Description | +| --- | --- | +| [ExcelFormat](./excelformat/) | Allows to specify .xlsx, .xls/xml or csv file format. Default value is XLSX. | +## Methods + +| Method | Description | +| --- | --- | +| [get_Format](./get_format/)() const | Output format. | +| [get_InsertBlankColumnAtFirst](./get_insertblankcolumnatfirst/)() const | Set true if you need inserting of blank column as the first column of worksheet. Default value is false; it means that blank column will not be inserted. | +| [get_MinimizeTheNumberOfWorksheets](./get_minimizethenumberofworksheets/)() const | Set true if you need to minimize the number of worksheets in resultant workbook. Default value is false; it means save of each PDF page as separated worksheet. | +| [get_OperationName](./get_operationname/)() override | Gets name of the operation. | +| [PdfToXlsOptions](./pdftoxlsoptions/)() | Initializes new instance of the [PdfToXlsOptions](./) object with default options. | +| [set_Format](./set_format/)(PdfToXlsOptions::ExcelFormat) | Output format. | +| [set_InsertBlankColumnAtFirst](./set_insertblankcolumnatfirst/)(bool) | Set true if you need inserting of blank column as the first column of worksheet. Default value is false; it means that blank column will not be inserted. | +| [set_MinimizeTheNumberOfWorksheets](./set_minimizethenumberofworksheets/)(bool) | Set true if you need to minimize the number of worksheets in resultant workbook. Default value is false; it means save of each PDF page as separated worksheet. | +## See Also + +* Class [PdfConverterOptions](../pdfconverteroptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/excelformat/_index.md b/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/excelformat/_index.md new file mode 100644 index 0000000000..3cf0bdbd17 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/excelformat/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Pdf::LowCode::PdfToXlsOptions::ExcelFormat enum +linktitle: ExcelFormat +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToXlsOptions::ExcelFormat enum. Allows to specify .xlsx, .xls/xml or csv file format. Default value is XLSX in C++.' +type: docs +weight: 900 +url: /cpp/aspose.pdf.lowcode/pdftoxlsoptions/excelformat/ +--- +## ExcelFormat enum + + +Allows to specify .xlsx, .xls/xml or csv file format. Default value is XLSX. + +```cpp +enum class ExcelFormat +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| XMLSpreadSheet2003 | 0 | Excel 2003 XML Format. | +| XLSX | 1 | Office Open XML (.xlsx) File Format. | +| CSV | 2 | A comma-separated values (CSV) File Format. | +| XLSM | 3 | A macro-enabled Office Open XML (.xlsm) File Format. | +| ODS | 4 | OpenDocument Spreadsheet. | + +## See Also + +* Class [PdfToXlsOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/get_format/_index.md b/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/get_format/_index.md new file mode 100644 index 0000000000..40127af215 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/get_format/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::PdfToXlsOptions::get_Format method +linktitle: get_Format +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToXlsOptions::get_Format method. Output format in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/pdftoxlsoptions/get_format/ +--- +## PdfToXlsOptions::get_Format method + + +Output format. + +```cpp +PdfToXlsOptions::ExcelFormat Aspose::Pdf::LowCode::PdfToXlsOptions::get_Format() const +``` + +## See Also + +* Enum [ExcelFormat](../excelformat/) +* Class [PdfToXlsOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/get_insertblankcolumnatfirst/_index.md b/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/get_insertblankcolumnatfirst/_index.md new file mode 100644 index 0000000000..9e8089b26b --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/get_insertblankcolumnatfirst/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::PdfToXlsOptions::get_InsertBlankColumnAtFirst method +linktitle: get_InsertBlankColumnAtFirst +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToXlsOptions::get_InsertBlankColumnAtFirst method. Set true if you need inserting of blank column as the first column of worksheet. Default value is false; it means that blank column will not be inserted in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/pdftoxlsoptions/get_insertblankcolumnatfirst/ +--- +## PdfToXlsOptions::get_InsertBlankColumnAtFirst method + + +Set true if you need inserting of blank column as the first column of worksheet. Default value is false; it means that blank column will not be inserted. + +```cpp +bool Aspose::Pdf::LowCode::PdfToXlsOptions::get_InsertBlankColumnAtFirst() const +``` + +## See Also + +* Class [PdfToXlsOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/get_minimizethenumberofworksheets/_index.md b/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/get_minimizethenumberofworksheets/_index.md new file mode 100644 index 0000000000..f3947b0892 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/get_minimizethenumberofworksheets/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::PdfToXlsOptions::get_MinimizeTheNumberOfWorksheets method +linktitle: get_MinimizeTheNumberOfWorksheets +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToXlsOptions::get_MinimizeTheNumberOfWorksheets method. Set true if you need to minimize the number of worksheets in resultant workbook. Default value is false; it means save of each PDF page as separated worksheet in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/pdftoxlsoptions/get_minimizethenumberofworksheets/ +--- +## PdfToXlsOptions::get_MinimizeTheNumberOfWorksheets method + + +Set true if you need to minimize the number of worksheets in resultant workbook. Default value is false; it means save of each PDF page as separated worksheet. + +```cpp +bool Aspose::Pdf::LowCode::PdfToXlsOptions::get_MinimizeTheNumberOfWorksheets() const +``` + +## See Also + +* Class [PdfToXlsOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/get_operationname/_index.md b/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/get_operationname/_index.md new file mode 100644 index 0000000000..1be7fe3ad3 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/get_operationname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::PdfToXlsOptions::get_OperationName method +linktitle: get_OperationName +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToXlsOptions::get_OperationName method. Gets name of the operation in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.lowcode/pdftoxlsoptions/get_operationname/ +--- +## PdfToXlsOptions::get_OperationName method + + +Gets name of the operation. + +```cpp +System::String Aspose::Pdf::LowCode::PdfToXlsOptions::get_OperationName() override +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [PdfToXlsOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/pdftoxlsoptions/_index.md b/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/pdftoxlsoptions/_index.md new file mode 100644 index 0000000000..490a090b04 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/pdftoxlsoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::PdfToXlsOptions::PdfToXlsOptions constructor +linktitle: PdfToXlsOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToXlsOptions::PdfToXlsOptions constructor. Initializes new instance of the PdfToXlsOptions object with default options in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/pdftoxlsoptions/pdftoxlsoptions/ +--- +## PdfToXlsOptions::PdfToXlsOptions constructor + + +Initializes new instance of the [PdfToXlsOptions](../) object with default options. + +```cpp +Aspose::Pdf::LowCode::PdfToXlsOptions::PdfToXlsOptions() +``` + +## See Also + +* Class [PdfToXlsOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/set_format/_index.md b/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/set_format/_index.md new file mode 100644 index 0000000000..a18368896a --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/set_format/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::PdfToXlsOptions::set_Format method +linktitle: set_Format +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToXlsOptions::set_Format method. Output format in C++.' +type: docs +weight: 600 +url: /cpp/aspose.pdf.lowcode/pdftoxlsoptions/set_format/ +--- +## PdfToXlsOptions::set_Format method + + +Output format. + +```cpp +void Aspose::Pdf::LowCode::PdfToXlsOptions::set_Format(PdfToXlsOptions::ExcelFormat value) +``` + +## See Also + +* Enum [ExcelFormat](../excelformat/) +* Class [PdfToXlsOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/set_insertblankcolumnatfirst/_index.md b/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/set_insertblankcolumnatfirst/_index.md new file mode 100644 index 0000000000..ad76ec3fd9 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/set_insertblankcolumnatfirst/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::PdfToXlsOptions::set_InsertBlankColumnAtFirst method +linktitle: set_InsertBlankColumnAtFirst +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToXlsOptions::set_InsertBlankColumnAtFirst method. Set true if you need inserting of blank column as the first column of worksheet. Default value is false; it means that blank column will not be inserted in C++.' +type: docs +weight: 700 +url: /cpp/aspose.pdf.lowcode/pdftoxlsoptions/set_insertblankcolumnatfirst/ +--- +## PdfToXlsOptions::set_InsertBlankColumnAtFirst method + + +Set true if you need inserting of blank column as the first column of worksheet. Default value is false; it means that blank column will not be inserted. + +```cpp +void Aspose::Pdf::LowCode::PdfToXlsOptions::set_InsertBlankColumnAtFirst(bool value) +``` + +## See Also + +* Class [PdfToXlsOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/set_minimizethenumberofworksheets/_index.md b/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/set_minimizethenumberofworksheets/_index.md new file mode 100644 index 0000000000..8bfde848c3 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pdftoxlsoptions/set_minimizethenumberofworksheets/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::PdfToXlsOptions::set_MinimizeTheNumberOfWorksheets method +linktitle: set_MinimizeTheNumberOfWorksheets +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PdfToXlsOptions::set_MinimizeTheNumberOfWorksheets method. Set true if you need to minimize the number of worksheets in resultant workbook. Default value is false; it means save of each PDF page as separated worksheet in C++.' +type: docs +weight: 800 +url: /cpp/aspose.pdf.lowcode/pdftoxlsoptions/set_minimizethenumberofworksheets/ +--- +## PdfToXlsOptions::set_MinimizeTheNumberOfWorksheets method + + +Set true if you need to minimize the number of worksheets in resultant workbook. Default value is false; it means save of each PDF page as separated worksheet. + +```cpp +void Aspose::Pdf::LowCode::PdfToXlsOptions::set_MinimizeTheNumberOfWorksheets(bool value) +``` + +## See Also + +* Class [PdfToXlsOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/png/_index.md b/english/cpp/aspose.pdf.lowcode/png/_index.md new file mode 100644 index 0000000000..b8d3a6f5df --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/png/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Pdf::LowCode::Png class +linktitle: Png +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::Png class. Represents Pdf to Png plugin in C++.' +type: docs +weight: 6700 +url: /cpp/aspose.pdf.lowcode/png/ +--- +## Png class + + +Represents [Pdf](../../aspose.pdf/) to [Png](./) plugin. + +```cpp +class Png : public Aspose::Pdf::LowCode::PdfToImage +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Png](./png/)() | Creates a new instance of +[Png](./) + + +class. | +## See Also + +* Class [PdfToImage](../pdftoimage/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/png/png/_index.md b/english/cpp/aspose.pdf.lowcode/png/png/_index.md new file mode 100644 index 0000000000..ab1e97c967 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/png/png/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Pdf::LowCode::Png::Png constructor +linktitle: Png +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::Png::Png constructor. Creates a new instance of Pngclass in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/png/png/ +--- +## Png::Png constructor + + +Creates a new instance of +[Png](../) + + +class. + +```cpp +Aspose::Pdf::LowCode::Png::Png() +``` + +## See Also + +* Class [Png](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pngoptions/_index.md b/english/cpp/aspose.pdf.lowcode/pngoptions/_index.md new file mode 100644 index 0000000000..c2ea373f4e --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pngoptions/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::PngOptions class +linktitle: PngOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PngOptions class. Represents Pdf to Png converter options for the Png plugin in C++.' +type: docs +weight: 6800 +url: /cpp/aspose.pdf.lowcode/pngoptions/ +--- +## PngOptions class + + +Represents [Pdf](../../aspose.pdf/) to [Png](../png/) converter options for the [Png](../png/) plugin. + +```cpp +class PngOptions : public Aspose::Pdf::LowCode::PdfToImageOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [get_OperationName](./get_operationname/)() override | Returns name of the operation. | +| [PngOptions](./pngoptions/)() | Initializes a new instance of the [PngOptions](./) object. | +## See Also + +* Class [PdfToImageOptions](../pdftoimageoptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/pngoptions/get_operationname/_index.md b/english/cpp/aspose.pdf.lowcode/pngoptions/get_operationname/_index.md new file mode 100644 index 0000000000..bf61874b61 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pngoptions/get_operationname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::PngOptions::get_OperationName method +linktitle: get_OperationName +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PngOptions::get_OperationName method. Returns name of the operation in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/pngoptions/get_operationname/ +--- +## PngOptions::get_OperationName method + + +Returns name of the operation. + +```cpp +System::String Aspose::Pdf::LowCode::PngOptions::get_OperationName() override +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [PngOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/pngoptions/pngoptions/_index.md b/english/cpp/aspose.pdf.lowcode/pngoptions/pngoptions/_index.md new file mode 100644 index 0000000000..a947acd22f --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/pngoptions/pngoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::PngOptions::PngOptions constructor +linktitle: PngOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::PngOptions::PngOptions constructor. Initializes a new instance of the PngOptions object in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/pngoptions/pngoptions/ +--- +## PngOptions::PngOptions constructor + + +Initializes a new instance of the [PngOptions](../) object. + +```cpp +Aspose::Pdf::LowCode::PngOptions::PngOptions() +``` + +## See Also + +* Class [PngOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/resizeoptions/_index.md b/english/cpp/aspose.pdf.lowcode/resizeoptions/_index.md new file mode 100644 index 0000000000..72d7b39414 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/resizeoptions/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::ResizeOptions class +linktitle: ResizeOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ResizeOptions class. Represents Resize options for Optimizer plugin in C++.' +type: docs +weight: 6900 +url: /cpp/aspose.pdf.lowcode/resizeoptions/ +--- +## ResizeOptions class + + +Represents Resize options for [Optimizer](../optimizer/) plugin. + +```cpp +class ResizeOptions : public Aspose::Pdf::LowCode::OrganizerBaseOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [get_PageSize](./get_pagesize/)() const | Gets new page size. | +| [ResizeOptions](./resizeoptions/)() | Initializes new instance of the [ResizeOptions](./) object with default options. | +| [set_PageSize](./set_pagesize/)(System::SharedPtr\) | Sets new page size. | +## See Also + +* Class [OrganizerBaseOptions](../organizerbaseoptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/resizeoptions/get_pagesize/_index.md b/english/cpp/aspose.pdf.lowcode/resizeoptions/get_pagesize/_index.md new file mode 100644 index 0000000000..54fc9a35e5 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/resizeoptions/get_pagesize/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::ResizeOptions::get_PageSize method +linktitle: get_PageSize +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ResizeOptions::get_PageSize method. Gets new page size in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/resizeoptions/get_pagesize/ +--- +## ResizeOptions::get_PageSize method + + +Gets new page size. + +```cpp +const System::SharedPtr & Aspose::Pdf::LowCode::ResizeOptions::get_PageSize() const +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [PageSize](../../../aspose.pdf/pagesize/) +* Class [ResizeOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/resizeoptions/resizeoptions/_index.md b/english/cpp/aspose.pdf.lowcode/resizeoptions/resizeoptions/_index.md new file mode 100644 index 0000000000..955c0d6ebe --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/resizeoptions/resizeoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::ResizeOptions::ResizeOptions constructor +linktitle: ResizeOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ResizeOptions::ResizeOptions constructor. Initializes new instance of the ResizeOptions object with default options in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/resizeoptions/resizeoptions/ +--- +## ResizeOptions::ResizeOptions constructor + + +Initializes new instance of the [ResizeOptions](../) object with default options. + +```cpp +Aspose::Pdf::LowCode::ResizeOptions::ResizeOptions() +``` + +## See Also + +* Class [ResizeOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/resizeoptions/set_pagesize/_index.md b/english/cpp/aspose.pdf.lowcode/resizeoptions/set_pagesize/_index.md new file mode 100644 index 0000000000..7999b145be --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/resizeoptions/set_pagesize/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::ResizeOptions::set_PageSize method +linktitle: set_PageSize +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ResizeOptions::set_PageSize method. Sets new page size in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/resizeoptions/set_pagesize/ +--- +## ResizeOptions::set_PageSize method + + +Sets new page size. + +```cpp +void Aspose::Pdf::LowCode::ResizeOptions::set_PageSize(System::SharedPtr value) +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [PageSize](../../../aspose.pdf/pagesize/) +* Class [ResizeOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/resultcontainer/_index.md b/english/cpp/aspose.pdf.lowcode/resultcontainer/_index.md new file mode 100644 index 0000000000..f3be26b06d --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/resultcontainer/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::ResultContainer class +linktitle: ResultContainer +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ResultContainer class. Represents container that contains the result collection of processing the plugin in C++.' +type: docs +weight: 7000 +url: /cpp/aspose.pdf.lowcode/resultcontainer/ +--- +## ResultContainer class + + +Represents container that contains the result collection of processing the plugin. + +```cpp +class ResultContainer : public System::Object +``` + +## Methods + +| Method | Description | +| --- | --- | +| [get_ResultCollection](./get_resultcollection/)() const | Gets collection of the operation results. | +## See Also + +* Class [Object](../../system/object/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/resultcontainer/get_resultcollection/_index.md b/english/cpp/aspose.pdf.lowcode/resultcontainer/get_resultcollection/_index.md new file mode 100644 index 0000000000..be00460d39 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/resultcontainer/get_resultcollection/_index.md @@ -0,0 +1,26 @@ +--- +title: Aspose::Pdf::LowCode::ResultContainer::get_ResultCollection method +linktitle: get_ResultCollection +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::ResultContainer::get_ResultCollection method. Gets collection of the operation results in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/resultcontainer/get_resultcollection/ +--- +## ResultContainer::get_ResultCollection method + + +Gets collection of the operation results. + +```cpp +System::SharedPtr>> Aspose::Pdf::LowCode::ResultContainer::get_ResultCollection() const +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [List](../../../system.collections.generic/list/) +* Class [IOperationResult](../../ioperationresult/) +* Class [ResultContainer](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/rotateoptions/_index.md b/english/cpp/aspose.pdf.lowcode/rotateoptions/_index.md new file mode 100644 index 0000000000..7143a94095 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/rotateoptions/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::RotateOptions class +linktitle: RotateOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::RotateOptions class. Represents Rotate options for Optimizer plugin in C++.' +type: docs +weight: 7100 +url: /cpp/aspose.pdf.lowcode/rotateoptions/ +--- +## RotateOptions class + + +Represents Rotate options for [Optimizer](../optimizer/) plugin. + +```cpp +class RotateOptions : public Aspose::Pdf::LowCode::OrganizerBaseOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [get_Rotation](./get_rotation/)() const | Gets new pages rotation. | +| [RotateOptions](./rotateoptions/)() | Initializes new instance of the [RotateOptions](./) object with default options. | +| [set_Rotation](./set_rotation/)(Aspose::Pdf::Rotation) | Sets new pages rotation. | +## See Also + +* Class [OrganizerBaseOptions](../organizerbaseoptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/rotateoptions/get_rotation/_index.md b/english/cpp/aspose.pdf.lowcode/rotateoptions/get_rotation/_index.md new file mode 100644 index 0000000000..7eb3e87adf --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/rotateoptions/get_rotation/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::RotateOptions::get_Rotation method +linktitle: get_Rotation +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::RotateOptions::get_Rotation method. Gets new pages rotation in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/rotateoptions/get_rotation/ +--- +## RotateOptions::get_Rotation method + + +Gets new pages rotation. + +```cpp +Aspose::Pdf::Rotation Aspose::Pdf::LowCode::RotateOptions::get_Rotation() const +``` + +## See Also + +* Enum [Rotation](../../../aspose.pdf/rotation/) +* Class [RotateOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/rotateoptions/rotateoptions/_index.md b/english/cpp/aspose.pdf.lowcode/rotateoptions/rotateoptions/_index.md new file mode 100644 index 0000000000..8fbc5ae605 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/rotateoptions/rotateoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::RotateOptions::RotateOptions constructor +linktitle: RotateOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::RotateOptions::RotateOptions constructor. Initializes new instance of the RotateOptions object with default options in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/rotateoptions/rotateoptions/ +--- +## RotateOptions::RotateOptions constructor + + +Initializes new instance of the [RotateOptions](../) object with default options. + +```cpp +Aspose::Pdf::LowCode::RotateOptions::RotateOptions() +``` + +## See Also + +* Class [RotateOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/rotateoptions/set_rotation/_index.md b/english/cpp/aspose.pdf.lowcode/rotateoptions/set_rotation/_index.md new file mode 100644 index 0000000000..a87485a387 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/rotateoptions/set_rotation/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::RotateOptions::set_Rotation method +linktitle: set_Rotation +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::RotateOptions::set_Rotation method. Sets new pages rotation in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/rotateoptions/set_rotation/ +--- +## RotateOptions::set_Rotation method + + +Sets new pages rotation. + +```cpp +void Aspose::Pdf::LowCode::RotateOptions::set_Rotation(Aspose::Pdf::Rotation value) +``` + +## See Also + +* Enum [Rotation](../../../aspose.pdf/rotation/) +* Class [RotateOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/saveformat/_index.md b/english/cpp/aspose.pdf.lowcode/saveformat/_index.md new file mode 100644 index 0000000000..e29993f18e --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/saveformat/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::SaveFormat enum +linktitle: SaveFormat +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::SaveFormat enum. Allows to specify .doc or .docx file format in C++.' +type: docs +weight: 9600 +url: /cpp/aspose.pdf.lowcode/saveformat/ +--- +## SaveFormat enum + + +Allows to specify .doc or .docx file format. + +```cpp +enum class SaveFormat +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Doc | 0 | ****[MS-DOC]: Word (.doc) Binary File Format | +| DocX | 1 | Office Open XML (.docx) File Format. | + +## See Also + +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/security/_index.md b/english/cpp/aspose.pdf.lowcode/security/_index.md new file mode 100644 index 0000000000..d267db3ecb --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/security/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::Security class +linktitle: Security +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::Security class. Represents Security plugin in C++.' +type: docs +weight: 7200 +url: /cpp/aspose.pdf.lowcode/security/ +--- +## Security class + + +Represents [Security](./) plugin. + +```cpp +class Security : public Aspose::Pdf::LowCode::IPlugin +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Process](./process/)(System::SharedPtr\) override | Starts the [Security](./) processing with the specified parameters. | +## See Also + +* Class [IPlugin](../iplugin/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/security/process/_index.md b/english/cpp/aspose.pdf.lowcode/security/process/_index.md new file mode 100644 index 0000000000..821486f36b --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/security/process/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::Security::Process method +linktitle: Process +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::Security::Process method. Starts the Security processing with the specified parameters in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/security/process/ +--- +## Security::Process method + + +Starts the [Security](../) processing with the specified parameters. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::Security::Process(System::SharedPtr options) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| options | System::SharedPtr\ | An options object containg instructions for the [Security](../). | + +### ReturnValue + +A [ResultContainer](../../resultcontainer/) object containg the result of the operation. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [ResultContainer](../../resultcontainer/) +* Class [IPluginOptions](../../ipluginoptions/) +* Class [Security](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/selectfield/_index.md b/english/cpp/aspose.pdf.lowcode/selectfield/_index.md new file mode 100644 index 0000000000..5c55cb8b38 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/selectfield/_index.md @@ -0,0 +1,22 @@ +--- +title: Aspose::Pdf::LowCode::SelectField typedef +linktitle: SelectField +second_title: Aspose.PDF for C++ API Reference +description: 'How to use Aspose::Pdf::LowCode::SelectField typedef in C++.' +type: docs +weight: 9700 +url: /cpp/aspose.pdf.lowcode/selectfield/ +--- +## SelectField typedef + + + + +```cpp +using Aspose::Pdf::LowCode::SelectField = System::MulticastDelegate)> +``` + +## See Also + +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/signature/_index.md b/english/cpp/aspose.pdf.lowcode/signature/_index.md new file mode 100644 index 0000000000..1874074758 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/signature/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::Signature class +linktitle: Signature +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::Signature class. Represents Signature plugin in C++.' +type: docs +weight: 7300 +url: /cpp/aspose.pdf.lowcode/signature/ +--- +## Signature class + + +Represents [Signature](./) plugin. + +```cpp +class Signature : public Aspose::Pdf::LowCode::IPlugin +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Process](./process/)(System::SharedPtr\) override | Starts the [Signature](./) processing with the specified parameters. | +## See Also + +* Class [IPlugin](../iplugin/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/signature/process/_index.md b/english/cpp/aspose.pdf.lowcode/signature/process/_index.md new file mode 100644 index 0000000000..068131f245 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/signature/process/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::Signature::Process method +linktitle: Process +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::Signature::Process method. Starts the Signature processing with the specified parameters in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/signature/process/ +--- +## Signature::Process method + + +Starts the [Signature](../) processing with the specified parameters. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::Signature::Process(System::SharedPtr options) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| options | System::SharedPtr\ | An options object containg instructions for the [Signature](../). | + +### ReturnValue + +An [ResultContainer](../../resultcontainer/) object containg the result of the operation. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [ResultContainer](../../resultcontainer/) +* Class [IPluginOptions](../../ipluginoptions/) +* Class [Signature](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/signoptions/_index.md b/english/cpp/aspose.pdf.lowcode/signoptions/_index.md new file mode 100644 index 0000000000..9b01b7a79f --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/signoptions/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Pdf::LowCode::SignOptions class +linktitle: SignOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::SignOptions class. Represents Sign Options for Signature plugin in C++.' +type: docs +weight: 7400 +url: /cpp/aspose.pdf.lowcode/signoptions/ +--- +## SignOptions class + + +Represents Sign Options for [Signature](../signature/) plugin. + +```cpp +class SignOptions : public Aspose::Pdf::LowCode::OrganizerBaseOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [get_Contact](./get_contact/)() const | The contact of signature. | +| [get_Location](./get_location/)() const | The location of signature. | +| [get_Name](./get_name/)() const | The name of existing signature field. Null to create a new field. | +| [get_PageNumber](./get_pagenumber/)() const | The page number on which signature is made. | +| [get_Reason](./get_reason/)() const | The reason of signature. | +| [get_Rectangle](./get_rectangle/)() const | The rect of signature. | +| [get_Visible](./get_visible/)() const | The visiblity of signature. | +| [set_Contact](./set_contact/)(System::String) | The contact of signature. | +| [set_Location](./set_location/)(System::String) | The location of signature. | +| [set_Name](./set_name/)(System::String) | The name of existing signature field. Null to create a new field. | +| [set_PageNumber](./set_pagenumber/)(int32_t) | The page number on which signature is made. | +| [set_Reason](./set_reason/)(System::String) | The reason of signature. | +| [set_Rectangle](./set_rectangle/)(System::SharedPtr\) | The rect of signature. | +| [set_Visible](./set_visible/)(bool) | The visiblity of signature. | +| [SignOptions](./signoptions/)(System::String, System::String) | Initializes new instance of the [SignOptions](./) object with default options. | +| [SignOptions](./signoptions/)(System::SharedPtr\, System::String) | Initializes new instance of the [SignOptions](./) object with default options. | +## See Also + +* Class [OrganizerBaseOptions](../organizerbaseoptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/signoptions/get_contact/_index.md b/english/cpp/aspose.pdf.lowcode/signoptions/get_contact/_index.md new file mode 100644 index 0000000000..3c0acfc349 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/signoptions/get_contact/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::SignOptions::get_Contact method +linktitle: get_Contact +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::SignOptions::get_Contact method. The contact of signature in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/signoptions/get_contact/ +--- +## SignOptions::get_Contact method + + +The contact of signature. + +```cpp +System::String Aspose::Pdf::LowCode::SignOptions::get_Contact() const +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [SignOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/signoptions/get_location/_index.md b/english/cpp/aspose.pdf.lowcode/signoptions/get_location/_index.md new file mode 100644 index 0000000000..81dfa8caab --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/signoptions/get_location/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::SignOptions::get_Location method +linktitle: get_Location +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::SignOptions::get_Location method. The location of signature in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/signoptions/get_location/ +--- +## SignOptions::get_Location method + + +The location of signature. + +```cpp +System::String Aspose::Pdf::LowCode::SignOptions::get_Location() const +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [SignOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/signoptions/get_name/_index.md b/english/cpp/aspose.pdf.lowcode/signoptions/get_name/_index.md new file mode 100644 index 0000000000..2d1e6650e1 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/signoptions/get_name/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::SignOptions::get_Name method +linktitle: get_Name +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::SignOptions::get_Name method. The name of existing signature field. Null to create a new field in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/signoptions/get_name/ +--- +## SignOptions::get_Name method + + +The name of existing signature field. Null to create a new field. + +```cpp +System::String Aspose::Pdf::LowCode::SignOptions::get_Name() const +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [SignOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/signoptions/get_pagenumber/_index.md b/english/cpp/aspose.pdf.lowcode/signoptions/get_pagenumber/_index.md new file mode 100644 index 0000000000..75c89e5742 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/signoptions/get_pagenumber/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::SignOptions::get_PageNumber method +linktitle: get_PageNumber +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::SignOptions::get_PageNumber method. The page number on which signature is made in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.lowcode/signoptions/get_pagenumber/ +--- +## SignOptions::get_PageNumber method + + +The page number on which signature is made. + +```cpp +int32_t Aspose::Pdf::LowCode::SignOptions::get_PageNumber() const +``` + +## See Also + +* Class [SignOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/signoptions/get_reason/_index.md b/english/cpp/aspose.pdf.lowcode/signoptions/get_reason/_index.md new file mode 100644 index 0000000000..79837903db --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/signoptions/get_reason/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::SignOptions::get_Reason method +linktitle: get_Reason +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::SignOptions::get_Reason method. The reason of signature in C++.' +type: docs +weight: 600 +url: /cpp/aspose.pdf.lowcode/signoptions/get_reason/ +--- +## SignOptions::get_Reason method + + +The reason of signature. + +```cpp +System::String Aspose::Pdf::LowCode::SignOptions::get_Reason() const +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [SignOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/signoptions/get_rectangle/_index.md b/english/cpp/aspose.pdf.lowcode/signoptions/get_rectangle/_index.md new file mode 100644 index 0000000000..a844328292 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/signoptions/get_rectangle/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::SignOptions::get_Rectangle method +linktitle: get_Rectangle +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::SignOptions::get_Rectangle method. The rect of signature in C++.' +type: docs +weight: 700 +url: /cpp/aspose.pdf.lowcode/signoptions/get_rectangle/ +--- +## SignOptions::get_Rectangle method + + +The rect of signature. + +```cpp +const System::SharedPtr & Aspose::Pdf::LowCode::SignOptions::get_Rectangle() const +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Rectangle](../../../aspose.pdf/rectangle/) +* Class [SignOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/signoptions/get_visible/_index.md b/english/cpp/aspose.pdf.lowcode/signoptions/get_visible/_index.md new file mode 100644 index 0000000000..31b9dfdf11 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/signoptions/get_visible/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::SignOptions::get_Visible method +linktitle: get_Visible +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::SignOptions::get_Visible method. The visiblity of signature in C++.' +type: docs +weight: 800 +url: /cpp/aspose.pdf.lowcode/signoptions/get_visible/ +--- +## SignOptions::get_Visible method + + +The visiblity of signature. + +```cpp +bool Aspose::Pdf::LowCode::SignOptions::get_Visible() const +``` + +## See Also + +* Class [SignOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/signoptions/set_contact/_index.md b/english/cpp/aspose.pdf.lowcode/signoptions/set_contact/_index.md new file mode 100644 index 0000000000..8cc5d115e6 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/signoptions/set_contact/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::SignOptions::set_Contact method +linktitle: set_Contact +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::SignOptions::set_Contact method. The contact of signature in C++.' +type: docs +weight: 900 +url: /cpp/aspose.pdf.lowcode/signoptions/set_contact/ +--- +## SignOptions::set_Contact method + + +The contact of signature. + +```cpp +void Aspose::Pdf::LowCode::SignOptions::set_Contact(System::String value) +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [SignOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/signoptions/set_location/_index.md b/english/cpp/aspose.pdf.lowcode/signoptions/set_location/_index.md new file mode 100644 index 0000000000..ec7184c8ee --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/signoptions/set_location/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::SignOptions::set_Location method +linktitle: set_Location +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::SignOptions::set_Location method. The location of signature in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.pdf.lowcode/signoptions/set_location/ +--- +## SignOptions::set_Location method + + +The location of signature. + +```cpp +void Aspose::Pdf::LowCode::SignOptions::set_Location(System::String value) +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [SignOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/signoptions/set_name/_index.md b/english/cpp/aspose.pdf.lowcode/signoptions/set_name/_index.md new file mode 100644 index 0000000000..a55844af2b --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/signoptions/set_name/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::SignOptions::set_Name method +linktitle: set_Name +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::SignOptions::set_Name method. The name of existing signature field. Null to create a new field in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.pdf.lowcode/signoptions/set_name/ +--- +## SignOptions::set_Name method + + +The name of existing signature field. Null to create a new field. + +```cpp +void Aspose::Pdf::LowCode::SignOptions::set_Name(System::String value) +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [SignOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/signoptions/set_pagenumber/_index.md b/english/cpp/aspose.pdf.lowcode/signoptions/set_pagenumber/_index.md new file mode 100644 index 0000000000..930c3ea9f6 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/signoptions/set_pagenumber/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::SignOptions::set_PageNumber method +linktitle: set_PageNumber +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::SignOptions::set_PageNumber method. The page number on which signature is made in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.pdf.lowcode/signoptions/set_pagenumber/ +--- +## SignOptions::set_PageNumber method + + +The page number on which signature is made. + +```cpp +void Aspose::Pdf::LowCode::SignOptions::set_PageNumber(int32_t value) +``` + +## See Also + +* Class [SignOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/signoptions/set_reason/_index.md b/english/cpp/aspose.pdf.lowcode/signoptions/set_reason/_index.md new file mode 100644 index 0000000000..860e363d53 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/signoptions/set_reason/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::SignOptions::set_Reason method +linktitle: set_Reason +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::SignOptions::set_Reason method. The reason of signature in C++.' +type: docs +weight: 1300 +url: /cpp/aspose.pdf.lowcode/signoptions/set_reason/ +--- +## SignOptions::set_Reason method + + +The reason of signature. + +```cpp +void Aspose::Pdf::LowCode::SignOptions::set_Reason(System::String value) +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [SignOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/signoptions/set_rectangle/_index.md b/english/cpp/aspose.pdf.lowcode/signoptions/set_rectangle/_index.md new file mode 100644 index 0000000000..5d27d9f891 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/signoptions/set_rectangle/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::SignOptions::set_Rectangle method +linktitle: set_Rectangle +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::SignOptions::set_Rectangle method. The rect of signature in C++.' +type: docs +weight: 1400 +url: /cpp/aspose.pdf.lowcode/signoptions/set_rectangle/ +--- +## SignOptions::set_Rectangle method + + +The rect of signature. + +```cpp +void Aspose::Pdf::LowCode::SignOptions::set_Rectangle(System::SharedPtr value) +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Rectangle](../../../aspose.pdf/rectangle/) +* Class [SignOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/signoptions/set_visible/_index.md b/english/cpp/aspose.pdf.lowcode/signoptions/set_visible/_index.md new file mode 100644 index 0000000000..23688b73a5 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/signoptions/set_visible/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::SignOptions::set_Visible method +linktitle: set_Visible +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::SignOptions::set_Visible method. The visiblity of signature in C++.' +type: docs +weight: 1500 +url: /cpp/aspose.pdf.lowcode/signoptions/set_visible/ +--- +## SignOptions::set_Visible method + + +The visiblity of signature. + +```cpp +void Aspose::Pdf::LowCode::SignOptions::set_Visible(bool value) +``` + +## See Also + +* Class [SignOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/signoptions/signoptions/_index.md b/english/cpp/aspose.pdf.lowcode/signoptions/signoptions/_index.md new file mode 100644 index 0000000000..e3970d9eae --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/signoptions/signoptions/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Pdf::LowCode::SignOptions::SignOptions constructor +linktitle: SignOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::SignOptions::SignOptions constructor. Initializes new instance of the SignOptions object with default options in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/signoptions/signoptions/ +--- +## SignOptions::SignOptions(System::SharedPtr\, System::String) constructor + + +Initializes new instance of the [SignOptions](../) object with default options. + +```cpp +Aspose::Pdf::LowCode::SignOptions::SignOptions(System::SharedPtr pfx, System::String password) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pfx | System::SharedPtr\ | The stream with the pfx file. | +| password | System::String | The password to the pfx file. | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Stream](../../../system.io/stream/) +* Class [String](../../../system/string/) +* Class [SignOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) +## SignOptions::SignOptions(System::String, System::String) constructor + + +Initializes new instance of the [SignOptions](../) object with default options. + +```cpp +Aspose::Pdf::LowCode::SignOptions::SignOptions(System::String pfx, System::String password) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pfx | System::String | The path to the pfx file. | +| password | System::String | The password to the pfx file. | + +## See Also + +* Class [String](../../../system/string/) +* Class [SignOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/splitoptions/_index.md b/english/cpp/aspose.pdf.lowcode/splitoptions/_index.md new file mode 100644 index 0000000000..de4515fbc8 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/splitoptions/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::SplitOptions class +linktitle: SplitOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::SplitOptions class. Represents Split options for Splitter plugin in C++.' +type: docs +weight: 7500 +url: /cpp/aspose.pdf.lowcode/splitoptions/ +--- +## SplitOptions class + + +Represents Split options for [Splitter](../splitter/) plugin. + +```cpp +class SplitOptions : public Aspose::Pdf::LowCode::OrganizerBaseOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [SplitOptions](./splitoptions/)() | Initializes new instance of the [SplitOptions](./) object with default options. | +## See Also + +* Class [OrganizerBaseOptions](../organizerbaseoptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/splitoptions/splitoptions/_index.md b/english/cpp/aspose.pdf.lowcode/splitoptions/splitoptions/_index.md new file mode 100644 index 0000000000..9006636744 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/splitoptions/splitoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::SplitOptions::SplitOptions constructor +linktitle: SplitOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::SplitOptions::SplitOptions constructor. Initializes new instance of the SplitOptions object with default options in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/splitoptions/splitoptions/ +--- +## SplitOptions::SplitOptions constructor + + +Initializes new instance of the [SplitOptions](../) object with default options. + +```cpp +Aspose::Pdf::LowCode::SplitOptions::SplitOptions() +``` + +## See Also + +* Class [SplitOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/splitter/_index.md b/english/cpp/aspose.pdf.lowcode/splitter/_index.md new file mode 100644 index 0000000000..a7cf45da70 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/splitter/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::Splitter class +linktitle: Splitter +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::Splitter class. Represents Splitter plugin in C++.' +type: docs +weight: 7600 +url: /cpp/aspose.pdf.lowcode/splitter/ +--- +## Splitter class + + +Represents [Splitter](./) plugin. + +```cpp +class Splitter : public Aspose::Pdf::LowCode::IPlugin +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Process](./process/)(System::SharedPtr\) override | Starts the [Splitter](./) processing with the specified parameters. | +## See Also + +* Class [IPlugin](../iplugin/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/splitter/process/_index.md b/english/cpp/aspose.pdf.lowcode/splitter/process/_index.md new file mode 100644 index 0000000000..28d3aa41d7 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/splitter/process/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::Splitter::Process method +linktitle: Process +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::Splitter::Process method. Starts the Splitter processing with the specified parameters in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/splitter/process/ +--- +## Splitter::Process method + + +Starts the [Splitter](../) processing with the specified parameters. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::Splitter::Process(System::SharedPtr options) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| options | System::SharedPtr\ | An options object containg instructions for the [Splitter](../). | + +### ReturnValue + +An [ResultContainer](../../resultcontainer/) object containg the result of the operation. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [ResultContainer](../../resultcontainer/) +* Class [IPluginOptions](../../ipluginoptions/) +* Class [Splitter](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/streamdatasource/_index.md b/english/cpp/aspose.pdf.lowcode/streamdatasource/_index.md new file mode 100644 index 0000000000..53f37de6fd --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/streamdatasource/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::StreamDataSource class +linktitle: StreamDataSource +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::StreamDataSource class. Represents stream data source for load and save operations of a plugin in C++.' +type: docs +weight: 7700 +url: /cpp/aspose.pdf.lowcode/streamdatasource/ +--- +## StreamDataSource class + + +Represents stream data source for load and save operations of a plugin. + +```cpp +class StreamDataSource : public Aspose::Pdf::LowCode::IDataSource +``` + +## Methods + +| Method | Description | +| --- | --- | +| [get_Data](./get_data/)() const | Gets the stream object of the current data source. | +| [get_DataType](./get_datatype/)() override | Type of data source (stream). | +| [StreamDataSource](./streamdatasource/)(System::SharedPtr\) | Initializes new stream data source with the specified stream object. | +## See Also + +* Class [IDataSource](../idatasource/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/streamdatasource/get_data/_index.md b/english/cpp/aspose.pdf.lowcode/streamdatasource/get_data/_index.md new file mode 100644 index 0000000000..dd5eae1274 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/streamdatasource/get_data/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Pdf::LowCode::StreamDataSource::get_Data method +linktitle: get_Data +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::StreamDataSource::get_Data method. Gets the stream object of the current data source in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/streamdatasource/get_data/ +--- +## StreamDataSource::get_Data method + + +Gets the stream object of the current data source. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::StreamDataSource::get_Data() const +``` + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Stream](../../../system.io/stream/) +* Class [StreamDataSource](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/streamdatasource/get_datatype/_index.md b/english/cpp/aspose.pdf.lowcode/streamdatasource/get_datatype/_index.md new file mode 100644 index 0000000000..c047ae7c7f --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/streamdatasource/get_datatype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::StreamDataSource::get_DataType method +linktitle: get_DataType +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::StreamDataSource::get_DataType method. Type of data source (stream) in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/streamdatasource/get_datatype/ +--- +## StreamDataSource::get_DataType method + + +Type of data source (stream). + +```cpp +Aspose::Pdf::LowCode::DataType Aspose::Pdf::LowCode::StreamDataSource::get_DataType() override +``` + +## See Also + +* Enum [DataType](../../datatype/) +* Class [StreamDataSource](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/streamdatasource/streamdatasource/_index.md b/english/cpp/aspose.pdf.lowcode/streamdatasource/streamdatasource/_index.md new file mode 100644 index 0000000000..b89cbd007e --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/streamdatasource/streamdatasource/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::StreamDataSource::StreamDataSource constructor +linktitle: StreamDataSource +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::StreamDataSource::StreamDataSource constructor. Initializes new stream data source with the specified stream object in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/streamdatasource/streamdatasource/ +--- +## StreamDataSource::StreamDataSource constructor + + +Initializes new stream data source with the specified stream object. + +```cpp +Aspose::Pdf::LowCode::StreamDataSource::StreamDataSource(System::SharedPtr data) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| data | System::SharedPtr\ | Stream object | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Stream](../../../system.io/stream/) +* Class [StreamDataSource](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/streamresult/_index.md b/english/cpp/aspose.pdf.lowcode/streamresult/_index.md new file mode 100644 index 0000000000..6b573fc490 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/streamresult/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Pdf::LowCode::StreamResult class +linktitle: StreamResult +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::StreamResult class. Represents operation result in the form of Stream in C++.' +type: docs +weight: 7800 +url: /cpp/aspose.pdf.lowcode/streamresult/ +--- +## StreamResult class + + +Represents operation result in the form of Stream. + +```cpp +class StreamResult : public Aspose::Pdf::LowCode::IOperationResult +``` + +## Methods + +| Method | Description | +| --- | --- | +| [get_Data](./get_data/)() override | Gets raw data. | +| [get_IsFile](./get_isfile/)() override | Indicates whether the result is a path to an output file. | +| [get_IsStream](./get_isstream/)() override | Indicates whether the result is a path to an output file. | +| [get_IsString](./get_isstring/)() override | Indicates whether the result is a string. | +| [ToFile](./tofile/)() override | Tries to convert the result to a file. | +| [ToStream](./tostream/)() override | Tries to convert the result to a stream object. | +## See Also + +* Class [IOperationResult](../ioperationresult/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/streamresult/get_data/_index.md b/english/cpp/aspose.pdf.lowcode/streamresult/get_data/_index.md new file mode 100644 index 0000000000..526169c374 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/streamresult/get_data/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::StreamResult::get_Data method +linktitle: get_Data +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::StreamResult::get_Data method. Gets raw data in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/streamresult/get_data/ +--- +## StreamResult::get_Data method + + +Gets raw data. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::StreamResult::get_Data() override +``` + + +### ReturnValue + +An **object** representing output data. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Object](../../../system/object/) +* Class [StreamResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/streamresult/get_isfile/_index.md b/english/cpp/aspose.pdf.lowcode/streamresult/get_isfile/_index.md new file mode 100644 index 0000000000..f3ae80a57b --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/streamresult/get_isfile/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::StreamResult::get_IsFile method +linktitle: get_IsFile +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::StreamResult::get_IsFile method. Indicates whether the result is a path to an output file in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/streamresult/get_isfile/ +--- +## StreamResult::get_IsFile method + + +Indicates whether the result is a path to an output file. + +```cpp +bool Aspose::Pdf::LowCode::StreamResult::get_IsFile() override +``` + + +### ReturnValue + +**true** if the result is a file; otherwise **false**. + +## See Also + +* Class [StreamResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/streamresult/get_isstream/_index.md b/english/cpp/aspose.pdf.lowcode/streamresult/get_isstream/_index.md new file mode 100644 index 0000000000..baed08e37c --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/streamresult/get_isstream/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::StreamResult::get_IsStream method +linktitle: get_IsStream +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::StreamResult::get_IsStream method. Indicates whether the result is a path to an output file in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/streamresult/get_isstream/ +--- +## StreamResult::get_IsStream method + + +Indicates whether the result is a path to an output file. + +```cpp +bool Aspose::Pdf::LowCode::StreamResult::get_IsStream() override +``` + + +### ReturnValue + +**true** if the result is a stream object; otherwise **false**. + +## See Also + +* Class [StreamResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/streamresult/get_isstring/_index.md b/english/cpp/aspose.pdf.lowcode/streamresult/get_isstring/_index.md new file mode 100644 index 0000000000..1d85347809 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/streamresult/get_isstring/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::StreamResult::get_IsString method +linktitle: get_IsString +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::StreamResult::get_IsString method. Indicates whether the result is a string in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/streamresult/get_isstring/ +--- +## StreamResult::get_IsString method + + +Indicates whether the result is a string. + +```cpp +bool Aspose::Pdf::LowCode::StreamResult::get_IsString() override +``` + + +### ReturnValue + +**true** if the result is a string; otherwise **false**. + +## See Also + +* Class [StreamResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/streamresult/tofile/_index.md b/english/cpp/aspose.pdf.lowcode/streamresult/tofile/_index.md new file mode 100644 index 0000000000..11464bd60b --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/streamresult/tofile/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::StreamResult::ToFile method +linktitle: ToFile +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::StreamResult::ToFile method. Tries to convert the result to a file in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.lowcode/streamresult/tofile/ +--- +## StreamResult::ToFile method + + +Tries to convert the result to a file. + +```cpp +System::String Aspose::Pdf::LowCode::StreamResult::ToFile() override +``` + + +### ReturnValue + +A string representing the path to the output file if the result is file; otherwise **null**. + +## See Also + +* Class [String](../../../system/string/) +* Class [StreamResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/streamresult/tostream/_index.md b/english/cpp/aspose.pdf.lowcode/streamresult/tostream/_index.md new file mode 100644 index 0000000000..0da0f1d989 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/streamresult/tostream/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::StreamResult::ToStream method +linktitle: ToStream +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::StreamResult::ToStream method. Tries to convert the result to a stream object in C++.' +type: docs +weight: 600 +url: /cpp/aspose.pdf.lowcode/streamresult/tostream/ +--- +## StreamResult::ToStream method + + +Tries to convert the result to a stream object. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::StreamResult::ToStream() override +``` + + +### ReturnValue + +A stream object representing the output data if the result is stream; otherwise **null**. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Stream](../../../system.io/stream/) +* Class [StreamResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/streamsavetarget/_index.md b/english/cpp/aspose.pdf.lowcode/streamsavetarget/_index.md new file mode 100644 index 0000000000..9270739685 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/streamsavetarget/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::StreamSaveTarget class +linktitle: StreamSaveTarget +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::StreamSaveTarget class. Represents stream save target for a plugin in C++.' +type: docs +weight: 7900 +url: /cpp/aspose.pdf.lowcode/streamsavetarget/ +--- +## StreamSaveTarget class + + +Represents stream save target for a plugin. + +```cpp +class StreamSaveTarget : public Aspose::Pdf::LowCode::ISaveTarget +``` + +## Methods + +| Method | Description | +| --- | --- | +| [get_Data](./get_data/)() const | Gets the stream of current save target. | +| [get_SaveTarget](./get_savetarget/)() override | Type of the save target (stream). | +| [StreamSaveTarget](./streamsavetarget/)(System::SharedPtr\) | Initializes new stream save target. | +## See Also + +* Class [ISaveTarget](../isavetarget/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/streamsavetarget/get_data/_index.md b/english/cpp/aspose.pdf.lowcode/streamsavetarget/get_data/_index.md new file mode 100644 index 0000000000..424e5baca6 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/streamsavetarget/get_data/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::StreamSaveTarget::get_Data method +linktitle: get_Data +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::StreamSaveTarget::get_Data method. Gets the stream of current save target in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/streamsavetarget/get_data/ +--- +## StreamSaveTarget::get_Data method + + +Gets the stream of current save target. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::StreamSaveTarget::get_Data() const +``` + + +### ReturnValue + +A stream object representing output data. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Stream](../../../system.io/stream/) +* Class [StreamSaveTarget](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/streamsavetarget/get_savetarget/_index.md b/english/cpp/aspose.pdf.lowcode/streamsavetarget/get_savetarget/_index.md new file mode 100644 index 0000000000..85faa539e1 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/streamsavetarget/get_savetarget/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::StreamSaveTarget::get_SaveTarget method +linktitle: get_SaveTarget +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::StreamSaveTarget::get_SaveTarget method. Type of the save target (stream) in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/streamsavetarget/get_savetarget/ +--- +## StreamSaveTarget::get_SaveTarget method + + +Type of the save target (stream). + +```cpp +DataType Aspose::Pdf::LowCode::StreamSaveTarget::get_SaveTarget() override +``` + + +### ReturnValue + +A [DataType](../../datatype/) object representing output data. + +## See Also + +* Enum [DataType](../../datatype/) +* Class [StreamSaveTarget](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/streamsavetarget/streamsavetarget/_index.md b/english/cpp/aspose.pdf.lowcode/streamsavetarget/streamsavetarget/_index.md new file mode 100644 index 0000000000..3a3263c565 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/streamsavetarget/streamsavetarget/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::StreamSaveTarget::StreamSaveTarget constructor +linktitle: StreamSaveTarget +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::StreamSaveTarget::StreamSaveTarget constructor. Initializes new stream save target in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/streamsavetarget/streamsavetarget/ +--- +## StreamSaveTarget::StreamSaveTarget constructor + + +Initializes new stream save target. + +```cpp +Aspose::Pdf::LowCode::StreamSaveTarget::StreamSaveTarget(System::SharedPtr stream) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| stream | System::SharedPtr\ | Stream for save target. | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Stream](../../../system.io/stream/) +* Class [StreamSaveTarget](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/stringresult/_index.md b/english/cpp/aspose.pdf.lowcode/stringresult/_index.md new file mode 100644 index 0000000000..08e1443d56 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/stringresult/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::StringResult class +linktitle: StringResult +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::StringResult class. Represents operation result in the form of string in C++.' +type: docs +weight: 8000 +url: /cpp/aspose.pdf.lowcode/stringresult/ +--- +## StringResult class + + +Represents operation result in the form of string. + +```cpp +class StringResult : public Aspose::Pdf::LowCode::IOperationResult +``` + +## Methods + +| Method | Description | +| --- | --- | +| [get_Data](./get_data/)() override | Gets raw data. | +| [get_IsFile](./get_isfile/)() override | Indicates whether the result is a path to an output file. | +| [get_IsStream](./get_isstream/)() override | Indicates whether the result is a path to an output file. | +| [get_IsString](./get_isstring/)() override | Indicates whether the result is a string. | +| [get_Text](./get_text/)() | Returns string representation of the result. | +| [ToFile](./tofile/)() override | Tries to convert the result to a file. | +| [ToStream](./tostream/)() override | Tries to convert the result to a stream object. | +| [ToString](./tostring/)() const override | Tries to convert the result to a string. | +## See Also + +* Class [IOperationResult](../ioperationresult/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/stringresult/get_data/_index.md b/english/cpp/aspose.pdf.lowcode/stringresult/get_data/_index.md new file mode 100644 index 0000000000..ab62dd7531 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/stringresult/get_data/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::StringResult::get_Data method +linktitle: get_Data +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::StringResult::get_Data method. Gets raw data in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/stringresult/get_data/ +--- +## StringResult::get_Data method + + +Gets raw data. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::StringResult::get_Data() override +``` + + +### ReturnValue + +An **object** representing output data. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Object](../../../system/object/) +* Class [StringResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/stringresult/get_isfile/_index.md b/english/cpp/aspose.pdf.lowcode/stringresult/get_isfile/_index.md new file mode 100644 index 0000000000..30eadd02b3 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/stringresult/get_isfile/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::StringResult::get_IsFile method +linktitle: get_IsFile +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::StringResult::get_IsFile method. Indicates whether the result is a path to an output file in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/stringresult/get_isfile/ +--- +## StringResult::get_IsFile method + + +Indicates whether the result is a path to an output file. + +```cpp +bool Aspose::Pdf::LowCode::StringResult::get_IsFile() override +``` + + +### ReturnValue + +**true** if the result is a file; otherwise **false**. + +## See Also + +* Class [StringResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/stringresult/get_isstream/_index.md b/english/cpp/aspose.pdf.lowcode/stringresult/get_isstream/_index.md new file mode 100644 index 0000000000..5daa7716ed --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/stringresult/get_isstream/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::StringResult::get_IsStream method +linktitle: get_IsStream +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::StringResult::get_IsStream method. Indicates whether the result is a path to an output file in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/stringresult/get_isstream/ +--- +## StringResult::get_IsStream method + + +Indicates whether the result is a path to an output file. + +```cpp +bool Aspose::Pdf::LowCode::StringResult::get_IsStream() override +``` + + +### ReturnValue + +**true** if the result is a stream object; otherwise **false**. + +## See Also + +* Class [StringResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/stringresult/get_isstring/_index.md b/english/cpp/aspose.pdf.lowcode/stringresult/get_isstring/_index.md new file mode 100644 index 0000000000..e8e71f3522 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/stringresult/get_isstring/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::StringResult::get_IsString method +linktitle: get_IsString +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::StringResult::get_IsString method. Indicates whether the result is a string in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/stringresult/get_isstring/ +--- +## StringResult::get_IsString method + + +Indicates whether the result is a string. + +```cpp +bool Aspose::Pdf::LowCode::StringResult::get_IsString() override +``` + + +### ReturnValue + +**true** if the result is a string; otherwise **false**. + +## See Also + +* Class [StringResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/stringresult/get_text/_index.md b/english/cpp/aspose.pdf.lowcode/stringresult/get_text/_index.md new file mode 100644 index 0000000000..f89900ea30 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/stringresult/get_text/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::StringResult::get_Text method +linktitle: get_Text +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::StringResult::get_Text method. Returns string representation of the result in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.lowcode/stringresult/get_text/ +--- +## StringResult::get_Text method + + +Returns string representation of the result. + +```cpp +System::String Aspose::Pdf::LowCode::StringResult::get_Text() +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [StringResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/stringresult/tofile/_index.md b/english/cpp/aspose.pdf.lowcode/stringresult/tofile/_index.md new file mode 100644 index 0000000000..1a1a46d06f --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/stringresult/tofile/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::StringResult::ToFile method +linktitle: ToFile +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::StringResult::ToFile method. Tries to convert the result to a file in C++.' +type: docs +weight: 600 +url: /cpp/aspose.pdf.lowcode/stringresult/tofile/ +--- +## StringResult::ToFile method + + +Tries to convert the result to a file. + +```cpp +System::String Aspose::Pdf::LowCode::StringResult::ToFile() override +``` + + +### ReturnValue + +A string representing the path to the output file if the result is file; otherwise **null**. + +## See Also + +* Class [String](../../../system/string/) +* Class [StringResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/stringresult/tostream/_index.md b/english/cpp/aspose.pdf.lowcode/stringresult/tostream/_index.md new file mode 100644 index 0000000000..e903788bfd --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/stringresult/tostream/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::StringResult::ToStream method +linktitle: ToStream +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::StringResult::ToStream method. Tries to convert the result to a stream object in C++.' +type: docs +weight: 700 +url: /cpp/aspose.pdf.lowcode/stringresult/tostream/ +--- +## StringResult::ToStream method + + +Tries to convert the result to a stream object. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::StringResult::ToStream() override +``` + + +### ReturnValue + +A stream object representing the output data if the result is stream; otherwise **null**. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Stream](../../../system.io/stream/) +* Class [StringResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/stringresult/tostring/_index.md b/english/cpp/aspose.pdf.lowcode/stringresult/tostring/_index.md new file mode 100644 index 0000000000..ff5058c138 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/stringresult/tostring/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::StringResult::ToString method +linktitle: ToString +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::StringResult::ToString method. Tries to convert the result to a string in C++.' +type: docs +weight: 800 +url: /cpp/aspose.pdf.lowcode/stringresult/tostring/ +--- +## StringResult::ToString method + + +Tries to convert the result to a string. + +```cpp +System::String Aspose::Pdf::LowCode::StringResult::ToString() const override +``` + + +### ReturnValue + +A string representing the text content if the result is string; otherwise returns base.ToString(). + +## See Also + +* Class [String](../../../system/string/) +* Class [StringResult](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tablebuilder/_index.md b/english/cpp/aspose.pdf.lowcode/tablebuilder/_index.md new file mode 100644 index 0000000000..97b2364a0f --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tablebuilder/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Pdf::LowCode::TableBuilder class +linktitle: TableBuilder +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TableBuilder class. Class represents builder for table in pdf page in C++.' +type: docs +weight: 8100 +url: /cpp/aspose.pdf.lowcode/tablebuilder/ +--- +## TableBuilder class + + +Class represents builder for table in pdf page. + +```cpp +class TableBuilder : public System::Object +``` + +## Methods + +| Method | Description | +| --- | --- | +| virtual [AddRow](./addrow/)() | Add new row to table. | +| [AddTable](./addtable/)() | Add new table to document. | +| [InsertPageAfter](./insertpageafter/)(int32_t) | Insert page after specified page. | +| [InsertPageBefore](./insertpagebefore/)(int32_t) | Insert page before specified page. | +| static [to_TableOptions](./to_tableoptions/)(System::SharedPtr\) | Converts builder [TableBuilder](./) to options [TableOptions](../tableoptions/) | +## See Also + +* Class [Object](../../system/object/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/tablebuilder/addrow/_index.md b/english/cpp/aspose.pdf.lowcode/tablebuilder/addrow/_index.md new file mode 100644 index 0000000000..dfd8b1a49d --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tablebuilder/addrow/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::TableBuilder::AddRow method +linktitle: AddRow +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TableBuilder::AddRow method. Add new row to table in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/tablebuilder/addrow/ +--- +## TableBuilder::AddRow method + + +Add new row to table. + +```cpp +virtual System::SharedPtr Aspose::Pdf::LowCode::TableBuilder::AddRow() +``` + + +### ReturnValue + +Instance of current [TableRowBuilder](../../tablerowbuilder/). + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [TableRowBuilder](../../tablerowbuilder/) +* Class [TableBuilder](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tablebuilder/addtable/_index.md b/english/cpp/aspose.pdf.lowcode/tablebuilder/addtable/_index.md new file mode 100644 index 0000000000..280be0853a --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tablebuilder/addtable/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::TableBuilder::AddTable method +linktitle: AddTable +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TableBuilder::AddTable method. Add new table to document in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/tablebuilder/addtable/ +--- +## TableBuilder::AddTable method + + +Add new table to document. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::TableBuilder::AddTable() +``` + + +### ReturnValue + +Instance of current [TableBuilder](../). + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [TableBuilder](../) +* Class [TableBuilder](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tablebuilder/insertpageafter/_index.md b/english/cpp/aspose.pdf.lowcode/tablebuilder/insertpageafter/_index.md new file mode 100644 index 0000000000..36da450929 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tablebuilder/insertpageafter/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Pdf::LowCode::TableBuilder::InsertPageAfter method +linktitle: InsertPageAfter +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TableBuilder::InsertPageAfter method. Insert page after specified page in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/tablebuilder/insertpageafter/ +--- +## TableBuilder::InsertPageAfter method + + +Insert page after specified page. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::TableBuilder::InsertPageAfter(int32_t page) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| page | int32_t | [Page](../../../aspose.pdf/page/) number to insert table after. | + +### ReturnValue + +Instance of current [TableOptions](../../tableoptions/). + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [TableOptions](../../tableoptions/) +* Class [TableBuilder](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tablebuilder/insertpagebefore/_index.md b/english/cpp/aspose.pdf.lowcode/tablebuilder/insertpagebefore/_index.md new file mode 100644 index 0000000000..ae77332f2d --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tablebuilder/insertpagebefore/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Pdf::LowCode::TableBuilder::InsertPageBefore method +linktitle: InsertPageBefore +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TableBuilder::InsertPageBefore method. Insert page before specified page in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/tablebuilder/insertpagebefore/ +--- +## TableBuilder::InsertPageBefore method + + +Insert page before specified page. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::TableBuilder::InsertPageBefore(int32_t page) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| page | int32_t | [Page](../../../aspose.pdf/page/) number to insert table after. | + +### ReturnValue + +Instance of current [TableOptions](../../tableoptions/). + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [TableOptions](../../tableoptions/) +* Class [TableBuilder](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tablebuilder/to_tableoptions/_index.md b/english/cpp/aspose.pdf.lowcode/tablebuilder/to_tableoptions/_index.md new file mode 100644 index 0000000000..927e033d05 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tablebuilder/to_tableoptions/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::TableBuilder::to_TableOptions method +linktitle: to_TableOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TableBuilder::to_TableOptions method. Converts builder TableBuilder to options TableOptions in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.lowcode/tablebuilder/to_tableoptions/ +--- +## TableBuilder::to_TableOptions method + + +Converts builder [TableBuilder](../) to options [TableOptions](../../tableoptions/) + +```cpp +static System::SharedPtr Aspose::Pdf::LowCode::TableBuilder::to_TableOptions(System::SharedPtr builder) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| builder | System::SharedPtr\ | Instance of current [TableBuilder](../). | + +### ReturnValue + +Result of conversion to PdfGeneratorTableOptions. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [TableOptions](../../tableoptions/) +* Class [TableBuilder](../) +* Class [TableBuilder](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tablecellbuilder/_index.md b/english/cpp/aspose.pdf.lowcode/tablecellbuilder/_index.md new file mode 100644 index 0000000000..e4bcf7db24 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tablecellbuilder/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::TableCellBuilder class +linktitle: TableCellBuilder +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TableCellBuilder class. Class represents builder for table cell in C++.' +type: docs +weight: 8200 +url: /cpp/aspose.pdf.lowcode/tablecellbuilder/ +--- +## TableCellBuilder class + + +Class represents builder for table cell. + +```cpp +class TableCellBuilder : public Aspose::Pdf::LowCode::TableRowBuilder +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddCell](./addcell/)() override | Add cell to table. | +| [AddParagraph](./addparagraph/)(const System::ArrayPtr\\>\&) | Add paragraphs to table cell. | +## See Also + +* Class [TableRowBuilder](../tablerowbuilder/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/tablecellbuilder/addcell/_index.md b/english/cpp/aspose.pdf.lowcode/tablecellbuilder/addcell/_index.md new file mode 100644 index 0000000000..d8814c655e --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tablecellbuilder/addcell/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::TableCellBuilder::AddCell method +linktitle: AddCell +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TableCellBuilder::AddCell method. Add cell to table in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/tablecellbuilder/addcell/ +--- +## TableCellBuilder::AddCell method + + +Add cell to table. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::TableCellBuilder::AddCell() override +``` + + +### ReturnValue + +Instance of current [TableCellBuilder](../). + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [TableCellBuilder](../) +* Class [TableCellBuilder](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tablecellbuilder/addparagraph/_index.md b/english/cpp/aspose.pdf.lowcode/tablecellbuilder/addparagraph/_index.md new file mode 100644 index 0000000000..b48d87b9dd --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tablecellbuilder/addparagraph/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Pdf::LowCode::TableCellBuilder::AddParagraph method +linktitle: AddParagraph +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TableCellBuilder::AddParagraph method. Add paragraphs to table cell in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/tablecellbuilder/addparagraph/ +--- +## TableCellBuilder::AddParagraph method + + +Add paragraphs to table cell. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::TableCellBuilder::AddParagraph(const System::ArrayPtr> ¶graph) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| paragraph | const System::ArrayPtr\\>\& | | + +### ReturnValue + +Instance of current [TableCellBuilder](../). + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [TableCellBuilder](../) +* Typedef [ArrayPtr](../../../system/arrayptr/) +* Class [BaseParagraph](../../../aspose.pdf/baseparagraph/) +* Class [TableCellBuilder](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tablegenerator/_index.md b/english/cpp/aspose.pdf.lowcode/tablegenerator/_index.md new file mode 100644 index 0000000000..8a48afc876 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tablegenerator/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Pdf::LowCode::TableGenerator class +linktitle: TableGenerator +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TableGenerator class. Represents Aspose.PDF TableGenerator plugin in C++.' +type: docs +weight: 8300 +url: /cpp/aspose.pdf.lowcode/tablegenerator/ +--- +## TableGenerator class + + +Represents Aspose.PDF [TableGenerator](./) plugin. + +```cpp +class TableGenerator : public Aspose::Pdf::LowCode::IPlugin, + public System::IDisposable +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Dispose](./dispose/)() override | Implementation of IDisposable. In fact, it is not necessary for [TableGenerator](./). | +| [Process](./process/)(System::SharedPtr\) override | Starts the PdfGenerator processing with the specified parameters. | +## See Also + +* Class [IPlugin](../iplugin/) +* Class [IDisposable](../../system/idisposable/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/tablegenerator/dispose/_index.md b/english/cpp/aspose.pdf.lowcode/tablegenerator/dispose/_index.md new file mode 100644 index 0000000000..8b107bc046 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tablegenerator/dispose/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::TableGenerator::Dispose method +linktitle: Dispose +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TableGenerator::Dispose method. Implementation of IDisposable. In fact, it is not necessary for TableGenerator in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/tablegenerator/dispose/ +--- +## TableGenerator::Dispose method + + +Implementation of IDisposable. In fact, it is not necessary for [TableGenerator](../). + +```cpp +void Aspose::Pdf::LowCode::TableGenerator::Dispose() override +``` + +## See Also + +* Class [TableGenerator](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tablegenerator/process/_index.md b/english/cpp/aspose.pdf.lowcode/tablegenerator/process/_index.md new file mode 100644 index 0000000000..2da8807cf8 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tablegenerator/process/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::TableGenerator::Process method +linktitle: Process +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TableGenerator::Process method. Starts the PdfGenerator processing with the specified parameters in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/tablegenerator/process/ +--- +## TableGenerator::Process method + + +Starts the PdfGenerator processing with the specified parameters. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::TableGenerator::Process(System::SharedPtr options) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| options | System::SharedPtr\ | An options object contains instructions for the PdfGenerator. | + +### ReturnValue + +An [ResultContainer](../../resultcontainer/) object contains the result of the operation. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [ResultContainer](../../resultcontainer/) +* Class [IPluginOptions](../../ipluginoptions/) +* Class [TableGenerator](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tableoptions/_index.md b/english/cpp/aspose.pdf.lowcode/tableoptions/_index.md new file mode 100644 index 0000000000..4646bf7771 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tableoptions/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Pdf::LowCode::TableOptions class +linktitle: TableOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TableOptions class. Represents options for add table to document by TableGenerator plugin in C++.' +type: docs +weight: 8400 +url: /cpp/aspose.pdf.lowcode/tableoptions/ +--- +## TableOptions class + + +Represents options for add table to document by [TableGenerator](../tablegenerator/) plugin. + +```cpp +class TableOptions : public Aspose::Pdf::LowCode::PdfGeneratorOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddTable](./addtable/)() | Adding table to document. | +| static [Create](./create/)() | Create instance of [TableOptions](./). | +| [InsertPageAfter](./insertpageafter/)(int32_t) | Insert page after specified page. | +| [InsertPageBefore](./insertpagebefore/)(int32_t) | Insert page before specified page. | +| [TableOptions](./tableoptions/)() | Initializes new instance of the [TableOptions](./) object with default options. | +## See Also + +* Class [PdfGeneratorOptions](../pdfgeneratoroptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/tableoptions/addtable/_index.md b/english/cpp/aspose.pdf.lowcode/tableoptions/addtable/_index.md new file mode 100644 index 0000000000..fbd518ae33 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tableoptions/addtable/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::TableOptions::AddTable method +linktitle: AddTable +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TableOptions::AddTable method. Adding table to document in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/tableoptions/addtable/ +--- +## TableOptions::AddTable method + + +Adding table to document. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::TableOptions::AddTable() +``` + + +### ReturnValue + +New instance of [TableBuilder](../../tablebuilder/). + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [TableBuilder](../../tablebuilder/) +* Class [TableOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tableoptions/create/_index.md b/english/cpp/aspose.pdf.lowcode/tableoptions/create/_index.md new file mode 100644 index 0000000000..464df723bd --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tableoptions/create/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::TableOptions::Create method +linktitle: Create +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TableOptions::Create method. Create instance of TableOptions in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.lowcode/tableoptions/create/ +--- +## TableOptions::Create method + + +Create instance of [TableOptions](../). + +```cpp +static System::SharedPtr Aspose::Pdf::LowCode::TableOptions::Create() +``` + + +### ReturnValue + +New instance of [TableOptions](../). + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [TableOptions](../) +* Class [TableOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tableoptions/insertpageafter/_index.md b/english/cpp/aspose.pdf.lowcode/tableoptions/insertpageafter/_index.md new file mode 100644 index 0000000000..554b84656c --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tableoptions/insertpageafter/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Pdf::LowCode::TableOptions::InsertPageAfter method +linktitle: InsertPageAfter +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TableOptions::InsertPageAfter method. Insert page after specified page in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/tableoptions/insertpageafter/ +--- +## TableOptions::InsertPageAfter method + + +Insert page after specified page. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::TableOptions::InsertPageAfter(int32_t page) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| page | int32_t | [Page](../../../aspose.pdf/page/) number to insert table after. | + +### ReturnValue + +Instance of current [TableOptions](../). + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [TableOptions](../) +* Class [TableOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tableoptions/insertpagebefore/_index.md b/english/cpp/aspose.pdf.lowcode/tableoptions/insertpagebefore/_index.md new file mode 100644 index 0000000000..76730bb879 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tableoptions/insertpagebefore/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Pdf::LowCode::TableOptions::InsertPageBefore method +linktitle: InsertPageBefore +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TableOptions::InsertPageBefore method. Insert page before specified page in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/tableoptions/insertpagebefore/ +--- +## TableOptions::InsertPageBefore method + + +Insert page before specified page. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::TableOptions::InsertPageBefore(int32_t page) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| page | int32_t | [Page](../../../aspose.pdf/page/) number to insert table after. | + +### ReturnValue + +Instance of current [TableOptions](../). + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [TableOptions](../) +* Class [TableOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tableoptions/tableoptions/_index.md b/english/cpp/aspose.pdf.lowcode/tableoptions/tableoptions/_index.md new file mode 100644 index 0000000000..c2e46cd6ee --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tableoptions/tableoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::TableOptions::TableOptions constructor +linktitle: TableOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TableOptions::TableOptions constructor. Initializes new instance of the TableOptions object with default options in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/tableoptions/tableoptions/ +--- +## TableOptions::TableOptions constructor + + +Initializes new instance of the [TableOptions](../) object with default options. + +```cpp +Aspose::Pdf::LowCode::TableOptions::TableOptions() +``` + +## See Also + +* Class [TableOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tablerowbuilder/_index.md b/english/cpp/aspose.pdf.lowcode/tablerowbuilder/_index.md new file mode 100644 index 0000000000..f27830a662 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tablerowbuilder/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::TableRowBuilder class +linktitle: TableRowBuilder +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TableRowBuilder class. Class represents builder for table row in C++.' +type: docs +weight: 8500 +url: /cpp/aspose.pdf.lowcode/tablerowbuilder/ +--- +## TableRowBuilder class + + +Class represents builder for table row. + +```cpp +class TableRowBuilder : public Aspose::Pdf::LowCode::TableBuilder +``` + +## Methods + +| Method | Description | +| --- | --- | +| virtual [AddCell](./addcell/)() | Add cell to table row. | +| [AddRow](./addrow/)() override | Overriding AddRow. | +## See Also + +* Class [TableBuilder](../tablebuilder/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/tablerowbuilder/addcell/_index.md b/english/cpp/aspose.pdf.lowcode/tablerowbuilder/addcell/_index.md new file mode 100644 index 0000000000..220e56e7d2 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tablerowbuilder/addcell/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::TableRowBuilder::AddCell method +linktitle: AddCell +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TableRowBuilder::AddCell method. Add cell to table row in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/tablerowbuilder/addcell/ +--- +## TableRowBuilder::AddCell method + + +Add cell to table row. + +```cpp +virtual System::SharedPtr Aspose::Pdf::LowCode::TableRowBuilder::AddCell() +``` + + +### ReturnValue + +Instance of created [TableCellBuilder](../../tablecellbuilder/). + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [TableCellBuilder](../../tablecellbuilder/) +* Class [TableRowBuilder](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tablerowbuilder/addrow/_index.md b/english/cpp/aspose.pdf.lowcode/tablerowbuilder/addrow/_index.md new file mode 100644 index 0000000000..47342db48b --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tablerowbuilder/addrow/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::TableRowBuilder::AddRow method +linktitle: AddRow +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TableRowBuilder::AddRow method. Overriding AddRow in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/tablerowbuilder/addrow/ +--- +## TableRowBuilder::AddRow method + + +Overriding AddRow. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::TableRowBuilder::AddRow() override +``` + + +### ReturnValue + +Instance of current [TableRowBuilder](../). + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [TableRowBuilder](../) +* Class [TableRowBuilder](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/textextractor/_index.md b/english/cpp/aspose.pdf.lowcode/textextractor/_index.md new file mode 100644 index 0000000000..6a7b5107e1 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/textextractor/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Pdf::LowCode::TextExtractor class +linktitle: TextExtractor +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TextExtractor class. Represents TextExtractor plugin in C++.' +type: docs +weight: 8600 +url: /cpp/aspose.pdf.lowcode/textextractor/ +--- +## TextExtractor class + + +Represents [TextExtractor](./) plugin. + +```cpp +class TextExtractor : public Aspose::Pdf::LowCode::PdfExtractor +``` + +## Remarks + + +The [TextExtractor](./) object is used to extract text in PDF documents. +## See Also + +* Class [PdfExtractor](../pdfextractor/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/textextractoroptions/_index.md b/english/cpp/aspose.pdf.lowcode/textextractoroptions/_index.md new file mode 100644 index 0000000000..27869167ab --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/textextractoroptions/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Pdf::LowCode::TextExtractorOptions class +linktitle: TextExtractorOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TextExtractorOptions class. Represents text extraction options for the TextExtractor plugin in C++.' +type: docs +weight: 8700 +url: /cpp/aspose.pdf.lowcode/textextractoroptions/ +--- +## TextExtractorOptions class + + +Represents text extraction options for the [TextExtractor](../textextractor/) plugin. + +```cpp +class TextExtractorOptions : public Aspose::Pdf::LowCode::PdfExtractorOptions +``` + +## Enums + +| Enum | Description | +| --- | --- | +| [TextFormattingMode](./textformattingmode/) | Defines different modes which can be used while converting a PDF document into text. See [TextExtractorOptions](./) class. | +## Methods + +| Method | Description | +| --- | --- | +| [get_FormattingMode](./get_formattingmode/)() const | Gets formatting mode. | +| [get_OperationName](./get_operationname/)() override | Returns name of the operation. | +| [TextExtractorOptions](./textextractoroptions/)(TextExtractorOptions::TextFormattingMode) | Initializes a new instance of the [TextExtractorOptions](./) object for the specified text formatting mode. | +| [TextExtractorOptions](./textextractoroptions/)() | Initializes a new instance of the [TextExtractorOptions ](./) object with 'Raw' (default) text formatting mode. | +## Remarks + + +The [TextExtractorOptions](./) object is used to set [TextFormattingMode](./textformattingmode/) and another options for the text extraction operation. Also, it inherits functions to add data (files, streams) representing input PDF documents. +## See Also + +* Class [PdfExtractorOptions](../pdfextractoroptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/textextractoroptions/get_formattingmode/_index.md b/english/cpp/aspose.pdf.lowcode/textextractoroptions/get_formattingmode/_index.md new file mode 100644 index 0000000000..89606b217f --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/textextractoroptions/get_formattingmode/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::TextExtractorOptions::get_FormattingMode method +linktitle: get_FormattingMode +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TextExtractorOptions::get_FormattingMode method. Gets formatting mode in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/textextractoroptions/get_formattingmode/ +--- +## TextExtractorOptions::get_FormattingMode method + + +Gets formatting mode. + +```cpp +TextExtractorOptions::TextFormattingMode Aspose::Pdf::LowCode::TextExtractorOptions::get_FormattingMode() const +``` + +## See Also + +* Enum [TextFormattingMode](../textformattingmode/) +* Class [TextExtractorOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/textextractoroptions/get_operationname/_index.md b/english/cpp/aspose.pdf.lowcode/textextractoroptions/get_operationname/_index.md new file mode 100644 index 0000000000..ffc1f34da5 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/textextractoroptions/get_operationname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::TextExtractorOptions::get_OperationName method +linktitle: get_OperationName +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TextExtractorOptions::get_OperationName method. Returns name of the operation in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/textextractoroptions/get_operationname/ +--- +## TextExtractorOptions::get_OperationName method + + +Returns name of the operation. + +```cpp +System::String Aspose::Pdf::LowCode::TextExtractorOptions::get_OperationName() override +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [TextExtractorOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/textextractoroptions/textextractoroptions/_index.md b/english/cpp/aspose.pdf.lowcode/textextractoroptions/textextractoroptions/_index.md new file mode 100644 index 0000000000..61a7c01a0f --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/textextractoroptions/textextractoroptions/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Pdf::LowCode::TextExtractorOptions::TextExtractorOptions constructor +linktitle: TextExtractorOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TextExtractorOptions::TextExtractorOptions constructor. Initializes a new instance of the TextExtractorOptions object with ''Raw'' (default) text formatting mode in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/textextractoroptions/textextractoroptions/ +--- +## TextExtractorOptions::TextExtractorOptions() constructor + + +Initializes a new instance of the [TextExtractorOptions ](../) object with 'Raw' (default) text formatting mode. + +```cpp +Aspose::Pdf::LowCode::TextExtractorOptions::TextExtractorOptions() +``` + +## See Also + +* Class [TextExtractorOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) +## TextExtractorOptions::TextExtractorOptions(TextExtractorOptions::TextFormattingMode) constructor + + +Initializes a new instance of the [TextExtractorOptions](../) object for the specified text formatting mode. + +```cpp +Aspose::Pdf::LowCode::TextExtractorOptions::TextExtractorOptions(TextExtractorOptions::TextFormattingMode formattingMode) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| formattingMode | TextExtractorOptions::TextFormattingMode | [Text](../../../aspose.pdf.text/) formatting mode value. | + +## See Also + +* Enum [TextFormattingMode](../textformattingmode/) +* Class [TextExtractorOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/textextractoroptions/textformattingmode/_index.md b/english/cpp/aspose.pdf.lowcode/textextractoroptions/textformattingmode/_index.md new file mode 100644 index 0000000000..861ac78ed5 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/textextractoroptions/textformattingmode/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Pdf::LowCode::TextExtractorOptions::TextFormattingMode enum +linktitle: TextFormattingMode +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TextExtractorOptions::TextFormattingMode enum. Defines different modes which can be used while converting a PDF document into text. See TextExtractorOptions class in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/textextractoroptions/textformattingmode/ +--- +## TextFormattingMode enum + + +Defines different modes which can be used while converting a PDF document into text. See [TextExtractorOptions](../) class. + +```cpp +enum class TextFormattingMode +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Pure | 0 | Represents PDF text content with a few formatting routines. This includes taking into account relative positions and adding extra spaces to align text to the width of the page. | +| Raw | 1 | Represents PDF content as is, i.e. without formatting. | +| Plain | 2 | Represents PDF text content taking into account the relative positioning of text fragments but without adding extra spaces. | + +## See Also + +* Class [TextExtractorOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tiff/_index.md b/english/cpp/aspose.pdf.lowcode/tiff/_index.md new file mode 100644 index 0000000000..f086b74ae9 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tiff/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Pdf::LowCode::Tiff class +linktitle: Tiff +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::Tiff class. Represents Pdf to Tiff plugin in C++.' +type: docs +weight: 8800 +url: /cpp/aspose.pdf.lowcode/tiff/ +--- +## Tiff class + + +Represents [Pdf](../../aspose.pdf/) to [Tiff](./) plugin. + +```cpp +class Tiff : public Aspose::Pdf::LowCode::PdfToImage +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Tiff](./tiff/)() | Creates a new instance of +[Tiff](./) + + +class. | +## See Also + +* Class [PdfToImage](../pdftoimage/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/tiff/tiff/_index.md b/english/cpp/aspose.pdf.lowcode/tiff/tiff/_index.md new file mode 100644 index 0000000000..5f66887a12 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tiff/tiff/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Pdf::LowCode::Tiff::Tiff constructor +linktitle: Tiff +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::Tiff::Tiff constructor. Creates a new instance of Tiffclass in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/tiff/tiff/ +--- +## Tiff::Tiff constructor + + +Creates a new instance of +[Tiff](../) + + +class. + +```cpp +Aspose::Pdf::LowCode::Tiff::Tiff() +``` + +## See Also + +* Class [Tiff](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tiffoptions/_index.md b/english/cpp/aspose.pdf.lowcode/tiffoptions/_index.md new file mode 100644 index 0000000000..4399201b5b --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tiffoptions/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Pdf::LowCode::TiffOptions class +linktitle: TiffOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TiffOptions class. Represents Pdf to Tiff converter options for the Tiff plugin in C++.' +type: docs +weight: 8900 +url: /cpp/aspose.pdf.lowcode/tiffoptions/ +--- +## TiffOptions class + + +Represents [Pdf](../../aspose.pdf/) to [Tiff](../tiff/) converter options for the [Tiff](../tiff/) plugin. + +```cpp +class TiffOptions : public Aspose::Pdf::LowCode::PdfToImageOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [get_Brightness](./get_brightness/)() | Get or sets a value boundary of the transformation of colors in white and black. This parameter can be applied with EncoderValue.CompressionCCITT4, EncoderValue.CompressionCCITT3, EncoderValue.CompressionRle or ColorDepth.Format1bpp == 1. | +| [get_Compression](./get_compression/)() | Gets the type of the compression. | +| [get_CoordinateType](./get_coordinatetype/)() | Get or sets the page coordinate type (Media/Crop boxes). CropBox value is used by default. | +| [get_Depth](./get_depth/)() | Gets the color depth. | +| [get_OperationName](./get_operationname/)() override | Returns name of the operation. | +| [get_SaveAsMultiPageTiff](./get_saveasmultipagetiff/)() const | Gets and sets flag that allows to save all pages in one multi-page tiff. | +| [get_Shape](./get_shape/)() | Gets the type of the shape. | +| [get_SkipBlankPages](./get_skipblankpages/)() | Gets a value indicating whether to skip blank pages. | +| [set_Brightness](./set_brightness/)(float) | Get or sets a value boundary of the transformation of colors in white and black. This parameter can be applied with EncoderValue.CompressionCCITT4, EncoderValue.CompressionCCITT3, EncoderValue.CompressionRle or ColorDepth.Format1bpp == 1. | +| [set_Compression](./set_compression/)(Devices::CompressionType) | Sets the type of the compression. | +| [set_CoordinateType](./set_coordinatetype/)(PageCoordinateType) | Get or sets the page coordinate type (Media/Crop boxes). CropBox value is used by default. | +| [set_Depth](./set_depth/)(Devices::ColorDepth) | Sets the color depth. | +| [set_SaveAsMultiPageTiff](./set_saveasmultipagetiff/)(bool) | Gets and sets flag that allows to save all pages in one multi-page tiff. | +| [set_Shape](./set_shape/)(Devices::ShapeType) | Sets the type of the shape. | +| [set_SkipBlankPages](./set_skipblankpages/)(bool) | Sets a value indicating whether to skip blank pages. | +| [TiffOptions](./tiffoptions/)() | Initializes a new instance of the [TiffOptions](./) object. | +## See Also + +* Class [PdfToImageOptions](../pdftoimageoptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/tiffoptions/get_brightness/_index.md b/english/cpp/aspose.pdf.lowcode/tiffoptions/get_brightness/_index.md new file mode 100644 index 0000000000..f9f79b5c9a --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tiffoptions/get_brightness/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Pdf::LowCode::TiffOptions::get_Brightness method +linktitle: get_Brightness +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TiffOptions::get_Brightness method. Get or sets a value boundary of the transformation of colors in white and black. This parameter can be applied with EncoderValue.CompressionCCITT4, EncoderValue.CompressionCCITT3, EncoderValue.CompressionRle or ColorDepth.Format1bpp == 1 in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/tiffoptions/get_brightness/ +--- +## TiffOptions::get_Brightness method + + +Get or sets a value boundary of the transformation of colors in white and black. This parameter can be applied with EncoderValue.CompressionCCITT4, EncoderValue.CompressionCCITT3, EncoderValue.CompressionRle or ColorDepth.Format1bpp == 1. + +```cpp +float Aspose::Pdf::LowCode::TiffOptions::get_Brightness() +``` + +## Remarks + + +Value of brightness should be in the range from 0 to 1. By default value is equal to 0.33f +## See Also + +* Class [TiffOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tiffoptions/get_compression/_index.md b/english/cpp/aspose.pdf.lowcode/tiffoptions/get_compression/_index.md new file mode 100644 index 0000000000..7ede18cd9b --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tiffoptions/get_compression/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::TiffOptions::get_Compression method +linktitle: get_Compression +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TiffOptions::get_Compression method. Gets the type of the compression in C++.' +type: docs +weight: 300 +url: /cpp/aspose.pdf.lowcode/tiffoptions/get_compression/ +--- +## TiffOptions::get_Compression method + + +Gets the type of the compression. + +```cpp +Devices::CompressionType Aspose::Pdf::LowCode::TiffOptions::get_Compression() +``` + +## Remarks + + +Default value is CompressionType.LZW + +The type of the compression. +## See Also + +* Enum [CompressionType](../../../aspose.pdf.devices/compressiontype/) +* Class [TiffOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tiffoptions/get_coordinatetype/_index.md b/english/cpp/aspose.pdf.lowcode/tiffoptions/get_coordinatetype/_index.md new file mode 100644 index 0000000000..3a2bae1ec5 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tiffoptions/get_coordinatetype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::TiffOptions::get_CoordinateType method +linktitle: get_CoordinateType +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TiffOptions::get_CoordinateType method. Get or sets the page coordinate type (Media/Crop boxes). CropBox value is used by default in C++.' +type: docs +weight: 400 +url: /cpp/aspose.pdf.lowcode/tiffoptions/get_coordinatetype/ +--- +## TiffOptions::get_CoordinateType method + + +Get or sets the page coordinate type (Media/Crop boxes). CropBox value is used by default. + +```cpp +PageCoordinateType Aspose::Pdf::LowCode::TiffOptions::get_CoordinateType() +``` + +## See Also + +* Enum [PageCoordinateType](../../../aspose.pdf/pagecoordinatetype/) +* Class [TiffOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tiffoptions/get_depth/_index.md b/english/cpp/aspose.pdf.lowcode/tiffoptions/get_depth/_index.md new file mode 100644 index 0000000000..c41831d742 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tiffoptions/get_depth/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::TiffOptions::get_Depth method +linktitle: get_Depth +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TiffOptions::get_Depth method. Gets the color depth in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf.lowcode/tiffoptions/get_depth/ +--- +## TiffOptions::get_Depth method + + +Gets the color depth. + +```cpp +Devices::ColorDepth Aspose::Pdf::LowCode::TiffOptions::get_Depth() +``` + +## Remarks + + +Default value is ColorDepth.Default + +The color depth. +## See Also + +* Enum [ColorDepth](../../../aspose.pdf.devices/colordepth/) +* Class [TiffOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tiffoptions/get_operationname/_index.md b/english/cpp/aspose.pdf.lowcode/tiffoptions/get_operationname/_index.md new file mode 100644 index 0000000000..5e92b99067 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tiffoptions/get_operationname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::TiffOptions::get_OperationName method +linktitle: get_OperationName +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TiffOptions::get_OperationName method. Returns name of the operation in C++.' +type: docs +weight: 600 +url: /cpp/aspose.pdf.lowcode/tiffoptions/get_operationname/ +--- +## TiffOptions::get_OperationName method + + +Returns name of the operation. + +```cpp +System::String Aspose::Pdf::LowCode::TiffOptions::get_OperationName() override +``` + +## See Also + +* Class [String](../../../system/string/) +* Class [TiffOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tiffoptions/get_saveasmultipagetiff/_index.md b/english/cpp/aspose.pdf.lowcode/tiffoptions/get_saveasmultipagetiff/_index.md new file mode 100644 index 0000000000..8f08c725cb --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tiffoptions/get_saveasmultipagetiff/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::TiffOptions::get_SaveAsMultiPageTiff method +linktitle: get_SaveAsMultiPageTiff +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TiffOptions::get_SaveAsMultiPageTiff method. Gets and sets flag that allows to save all pages in one multi-page tiff in C++.' +type: docs +weight: 700 +url: /cpp/aspose.pdf.lowcode/tiffoptions/get_saveasmultipagetiff/ +--- +## TiffOptions::get_SaveAsMultiPageTiff method + + +Gets and sets flag that allows to save all pages in one multi-page tiff. + +```cpp +bool Aspose::Pdf::LowCode::TiffOptions::get_SaveAsMultiPageTiff() const +``` + +## See Also + +* Class [TiffOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tiffoptions/get_shape/_index.md b/english/cpp/aspose.pdf.lowcode/tiffoptions/get_shape/_index.md new file mode 100644 index 0000000000..1b5dda1d83 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tiffoptions/get_shape/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::TiffOptions::get_Shape method +linktitle: get_Shape +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TiffOptions::get_Shape method. Gets the type of the shape in C++.' +type: docs +weight: 800 +url: /cpp/aspose.pdf.lowcode/tiffoptions/get_shape/ +--- +## TiffOptions::get_Shape method + + +Gets the type of the shape. + +```cpp +Devices::ShapeType Aspose::Pdf::LowCode::TiffOptions::get_Shape() +``` + +## Remarks + + +Default value is ShapeType.None + +The type of the shape. +## See Also + +* Enum [ShapeType](../../../aspose.pdf.devices/shapetype/) +* Class [TiffOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tiffoptions/get_skipblankpages/_index.md b/english/cpp/aspose.pdf.lowcode/tiffoptions/get_skipblankpages/_index.md new file mode 100644 index 0000000000..cc6293b058 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tiffoptions/get_skipblankpages/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::TiffOptions::get_SkipBlankPages method +linktitle: get_SkipBlankPages +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TiffOptions::get_SkipBlankPages method. Gets a value indicating whether to skip blank pages in C++.' +type: docs +weight: 900 +url: /cpp/aspose.pdf.lowcode/tiffoptions/get_skipblankpages/ +--- +## TiffOptions::get_SkipBlankPages method + + +Gets a value indicating whether to skip blank pages. + +```cpp +bool Aspose::Pdf::LowCode::TiffOptions::get_SkipBlankPages() +``` + +## Remarks + + +Default value is false + +**true** if need to skip blank pages; otherwise, **false**. +## See Also + +* Class [TiffOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tiffoptions/set_brightness/_index.md b/english/cpp/aspose.pdf.lowcode/tiffoptions/set_brightness/_index.md new file mode 100644 index 0000000000..5921a36d84 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tiffoptions/set_brightness/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Pdf::LowCode::TiffOptions::set_Brightness method +linktitle: set_Brightness +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TiffOptions::set_Brightness method. Get or sets a value boundary of the transformation of colors in white and black. This parameter can be applied with EncoderValue.CompressionCCITT4, EncoderValue.CompressionCCITT3, EncoderValue.CompressionRle or ColorDepth.Format1bpp == 1 in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.pdf.lowcode/tiffoptions/set_brightness/ +--- +## TiffOptions::set_Brightness method + + +Get or sets a value boundary of the transformation of colors in white and black. This parameter can be applied with EncoderValue.CompressionCCITT4, EncoderValue.CompressionCCITT3, EncoderValue.CompressionRle or ColorDepth.Format1bpp == 1. + +```cpp +void Aspose::Pdf::LowCode::TiffOptions::set_Brightness(float value) +``` + +## Remarks + + +Value of brightness should be in the range from 0 to 1. By default value is equal to 0.33f +## See Also + +* Class [TiffOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tiffoptions/set_compression/_index.md b/english/cpp/aspose.pdf.lowcode/tiffoptions/set_compression/_index.md new file mode 100644 index 0000000000..0136add69e --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tiffoptions/set_compression/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::TiffOptions::set_Compression method +linktitle: set_Compression +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TiffOptions::set_Compression method. Sets the type of the compression in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.pdf.lowcode/tiffoptions/set_compression/ +--- +## TiffOptions::set_Compression method + + +Sets the type of the compression. + +```cpp +void Aspose::Pdf::LowCode::TiffOptions::set_Compression(Devices::CompressionType value) +``` + +## Remarks + + +Default value is CompressionType.LZW + +The type of the compression. +## See Also + +* Enum [CompressionType](../../../aspose.pdf.devices/compressiontype/) +* Class [TiffOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tiffoptions/set_coordinatetype/_index.md b/english/cpp/aspose.pdf.lowcode/tiffoptions/set_coordinatetype/_index.md new file mode 100644 index 0000000000..7e4f5a4dde --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tiffoptions/set_coordinatetype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::LowCode::TiffOptions::set_CoordinateType method +linktitle: set_CoordinateType +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TiffOptions::set_CoordinateType method. Get or sets the page coordinate type (Media/Crop boxes). CropBox value is used by default in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.pdf.lowcode/tiffoptions/set_coordinatetype/ +--- +## TiffOptions::set_CoordinateType method + + +Get or sets the page coordinate type (Media/Crop boxes). CropBox value is used by default. + +```cpp +void Aspose::Pdf::LowCode::TiffOptions::set_CoordinateType(PageCoordinateType value) +``` + +## See Also + +* Enum [PageCoordinateType](../../../aspose.pdf/pagecoordinatetype/) +* Class [TiffOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tiffoptions/set_depth/_index.md b/english/cpp/aspose.pdf.lowcode/tiffoptions/set_depth/_index.md new file mode 100644 index 0000000000..a41f81772e --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tiffoptions/set_depth/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::TiffOptions::set_Depth method +linktitle: set_Depth +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TiffOptions::set_Depth method. Sets the color depth in C++.' +type: docs +weight: 1300 +url: /cpp/aspose.pdf.lowcode/tiffoptions/set_depth/ +--- +## TiffOptions::set_Depth method + + +Sets the color depth. + +```cpp +void Aspose::Pdf::LowCode::TiffOptions::set_Depth(Devices::ColorDepth value) +``` + +## Remarks + + +Default value is ColorDepth.Default + +The color depth. +## See Also + +* Enum [ColorDepth](../../../aspose.pdf.devices/colordepth/) +* Class [TiffOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tiffoptions/set_saveasmultipagetiff/_index.md b/english/cpp/aspose.pdf.lowcode/tiffoptions/set_saveasmultipagetiff/_index.md new file mode 100644 index 0000000000..6386e7b380 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tiffoptions/set_saveasmultipagetiff/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::TiffOptions::set_SaveAsMultiPageTiff method +linktitle: set_SaveAsMultiPageTiff +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TiffOptions::set_SaveAsMultiPageTiff method. Gets and sets flag that allows to save all pages in one multi-page tiff in C++.' +type: docs +weight: 1400 +url: /cpp/aspose.pdf.lowcode/tiffoptions/set_saveasmultipagetiff/ +--- +## TiffOptions::set_SaveAsMultiPageTiff method + + +Gets and sets flag that allows to save all pages in one multi-page tiff. + +```cpp +void Aspose::Pdf::LowCode::TiffOptions::set_SaveAsMultiPageTiff(bool value) +``` + +## See Also + +* Class [TiffOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tiffoptions/set_shape/_index.md b/english/cpp/aspose.pdf.lowcode/tiffoptions/set_shape/_index.md new file mode 100644 index 0000000000..23c58b3dec --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tiffoptions/set_shape/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Pdf::LowCode::TiffOptions::set_Shape method +linktitle: set_Shape +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TiffOptions::set_Shape method. Sets the type of the shape in C++.' +type: docs +weight: 1500 +url: /cpp/aspose.pdf.lowcode/tiffoptions/set_shape/ +--- +## TiffOptions::set_Shape method + + +Sets the type of the shape. + +```cpp +void Aspose::Pdf::LowCode::TiffOptions::set_Shape(Devices::ShapeType value) +``` + +## Remarks + + +Default value is ShapeType.None + +The type of the shape. +## See Also + +* Enum [ShapeType](../../../aspose.pdf.devices/shapetype/) +* Class [TiffOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tiffoptions/set_skipblankpages/_index.md b/english/cpp/aspose.pdf.lowcode/tiffoptions/set_skipblankpages/_index.md new file mode 100644 index 0000000000..2c7a94f3b2 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tiffoptions/set_skipblankpages/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Pdf::LowCode::TiffOptions::set_SkipBlankPages method +linktitle: set_SkipBlankPages +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TiffOptions::set_SkipBlankPages method. Sets a value indicating whether to skip blank pages in C++.' +type: docs +weight: 1600 +url: /cpp/aspose.pdf.lowcode/tiffoptions/set_skipblankpages/ +--- +## TiffOptions::set_SkipBlankPages method + + +Sets a value indicating whether to skip blank pages. + +```cpp +void Aspose::Pdf::LowCode::TiffOptions::set_SkipBlankPages(bool value) +``` + +## Remarks + + +Default value is false + +**true** if need to skip blank pages; otherwise, **false**. +## See Also + +* Class [TiffOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tiffoptions/tiffoptions/_index.md b/english/cpp/aspose.pdf.lowcode/tiffoptions/tiffoptions/_index.md new file mode 100644 index 0000000000..3f58a2b1e3 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tiffoptions/tiffoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::TiffOptions::TiffOptions constructor +linktitle: TiffOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TiffOptions::TiffOptions constructor. Initializes a new instance of the TiffOptions object in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/tiffoptions/tiffoptions/ +--- +## TiffOptions::TiffOptions constructor + + +Initializes a new instance of the [TiffOptions](../) object. + +```cpp +Aspose::Pdf::LowCode::TiffOptions::TiffOptions() +``` + +## See Also + +* Class [TiffOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tocgenerator/_index.md b/english/cpp/aspose.pdf.lowcode/tocgenerator/_index.md new file mode 100644 index 0000000000..78176dbbda --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tocgenerator/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Pdf::LowCode::TocGenerator class +linktitle: TocGenerator +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TocGenerator class. Represents Aspose.PDF TocGenerator plugin in C++.' +type: docs +weight: 9000 +url: /cpp/aspose.pdf.lowcode/tocgenerator/ +--- +## TocGenerator class + + +Represents Aspose.PDF [TocGenerator](./) plugin. + +```cpp +class TocGenerator : public Aspose::Pdf::LowCode::IPlugin, + public System::IDisposable +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Dispose](./dispose/)() override | Implementation of IDisposable. In fact, it is not necessary for [TocGenerator](./). | +| [Process](./process/)(System::SharedPtr\) override | Starts the PdfGenerator processing with the specified parameters. | +## See Also + +* Class [IPlugin](../iplugin/) +* Class [IDisposable](../../system/idisposable/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/tocgenerator/dispose/_index.md b/english/cpp/aspose.pdf.lowcode/tocgenerator/dispose/_index.md new file mode 100644 index 0000000000..ff0da6c449 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tocgenerator/dispose/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::TocGenerator::Dispose method +linktitle: Dispose +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TocGenerator::Dispose method. Implementation of IDisposable. In fact, it is not necessary for TocGenerator in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/tocgenerator/dispose/ +--- +## TocGenerator::Dispose method + + +Implementation of IDisposable. In fact, it is not necessary for [TocGenerator](../). + +```cpp +void Aspose::Pdf::LowCode::TocGenerator::Dispose() override +``` + +## See Also + +* Class [TocGenerator](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tocgenerator/process/_index.md b/english/cpp/aspose.pdf.lowcode/tocgenerator/process/_index.md new file mode 100644 index 0000000000..d024bfb5f0 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tocgenerator/process/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::TocGenerator::Process method +linktitle: Process +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TocGenerator::Process method. Starts the PdfGenerator processing with the specified parameters in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/tocgenerator/process/ +--- +## TocGenerator::Process method + + +Starts the PdfGenerator processing with the specified parameters. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::TocGenerator::Process(System::SharedPtr options) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| options | System::SharedPtr\ | An options object contains instructions for the PdfGenerator. | + +### ReturnValue + +An [ResultContainer](../../resultcontainer/) object contains the result of the operation. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [ResultContainer](../../resultcontainer/) +* Class [IPluginOptions](../../ipluginoptions/) +* Class [TocGenerator](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/tocoptions/_index.md b/english/cpp/aspose.pdf.lowcode/tocoptions/_index.md new file mode 100644 index 0000000000..4c0971194d --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tocoptions/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::LowCode::TocOptions class +linktitle: TocOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TocOptions class. Represents options for add table of contents to document by TocGenerator plugin in C++.' +type: docs +weight: 9100 +url: /cpp/aspose.pdf.lowcode/tocoptions/ +--- +## TocOptions class + + +Represents options for add table of contents to document by [TocGenerator](../tocgenerator/) plugin. + +```cpp +class TocOptions : public Aspose::Pdf::LowCode::PdfGeneratorOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [TocOptions](./tocoptions/)() | Initializes new instance of the [TocOptions](./) object with default options. | +## See Also + +* Class [PdfGeneratorOptions](../pdfgeneratoroptions/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/tocoptions/tocoptions/_index.md b/english/cpp/aspose.pdf.lowcode/tocoptions/tocoptions/_index.md new file mode 100644 index 0000000000..3c3df1d199 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/tocoptions/tocoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::TocOptions::TocOptions constructor +linktitle: TocOptions +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::TocOptions::TocOptions constructor. Initializes new instance of the TocOptions object with default options in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/tocoptions/tocoptions/ +--- +## TocOptions::TocOptions constructor + + +Initializes new instance of the [TocOptions](../) object with default options. + +```cpp +Aspose::Pdf::LowCode::TocOptions::TocOptions() +``` + +## See Also + +* Class [TocOptions](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/xlsconverter/_index.md b/english/cpp/aspose.pdf.lowcode/xlsconverter/_index.md new file mode 100644 index 0000000000..7f8489f0cc --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/xlsconverter/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Pdf::LowCode::XlsConverter class +linktitle: XlsConverter +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::XlsConverter class. Represents XlsConverter plugin in C++.' +type: docs +weight: 9200 +url: /cpp/aspose.pdf.lowcode/xlsconverter/ +--- +## XlsConverter class + + +Represents [XlsConverter](./) plugin. + +```cpp +class XlsConverter : public Aspose::Pdf::LowCode::IPlugin, + public System::IDisposable +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Dispose](./dispose/)() override | Implementation of IDisposable. | +| [Process](./process/)(System::SharedPtr\) override | Starts the PdfToExcel processing with the specified parameters. | +## See Also + +* Class [IPlugin](../iplugin/) +* Class [IDisposable](../../system/idisposable/) +* Namespace [Aspose::Pdf::LowCode](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.lowcode/xlsconverter/dispose/_index.md b/english/cpp/aspose.pdf.lowcode/xlsconverter/dispose/_index.md new file mode 100644 index 0000000000..8ef429a1a9 --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/xlsconverter/dispose/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Pdf::LowCode::XlsConverter::Dispose method +linktitle: Dispose +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::XlsConverter::Dispose method. Implementation of IDisposable in C++.' +type: docs +weight: 100 +url: /cpp/aspose.pdf.lowcode/xlsconverter/dispose/ +--- +## XlsConverter::Dispose method + + +Implementation of IDisposable. + +```cpp +void Aspose::Pdf::LowCode::XlsConverter::Dispose() override +``` + +## See Also + +* Class [XlsConverter](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.lowcode/xlsconverter/process/_index.md b/english/cpp/aspose.pdf.lowcode/xlsconverter/process/_index.md new file mode 100644 index 0000000000..ace5c20ddd --- /dev/null +++ b/english/cpp/aspose.pdf.lowcode/xlsconverter/process/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Pdf::LowCode::XlsConverter::Process method +linktitle: Process +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::LowCode::XlsConverter::Process method. Starts the PdfToExcel processing with the specified parameters in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf.lowcode/xlsconverter/process/ +--- +## XlsConverter::Process method + + +Starts the PdfToExcel processing with the specified parameters. + +```cpp +System::SharedPtr Aspose::Pdf::LowCode::XlsConverter::Process(System::SharedPtr options) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| options | System::SharedPtr\ | An options object containing instructions for the [XlsConverter](../). | + +### ReturnValue + +An [ResultContainer](../../resultcontainer/) object containing the result of the operation. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [ResultContainer](../../resultcontainer/) +* Class [IPluginOptions](../../ipluginoptions/) +* Class [XlsConverter](../) +* Namespace [Aspose::Pdf::LowCode](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.multithreading/_index.md b/english/cpp/aspose.pdf.multithreading/_index.md index d98c83efba..a8df6949f7 100644 --- a/english/cpp/aspose.pdf.multithreading/_index.md +++ b/english/cpp/aspose.pdf.multithreading/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Pdf::Multithreading second_title: Aspose.PDF for C++ API Reference description: 'Aspose::Pdf::Multithreading namespace. The Aspose.Pdf.Multithreading namespace provides classes that are meant to be used in multi-threaded scenarios in C++.' type: docs -weight: 1300 +weight: 1500 url: /cpp/aspose.pdf.multithreading/ --- diff --git a/english/cpp/aspose.pdf.operators/_index.md b/english/cpp/aspose.pdf.operators/_index.md index a8b0c64f7f..7d6c79c708 100644 --- a/english/cpp/aspose.pdf.operators/_index.md +++ b/english/cpp/aspose.pdf.operators/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Pdf::Operators second_title: Aspose.PDF for C++ API Reference description: 'Aspose::Pdf::Operators namespace. The Aspose.Pdf.Operators is a namespace for Operator implementations. These classes describes operators used in PDF page contents in C++.' type: docs -weight: 1400 +weight: 1600 url: /cpp/aspose.pdf.operators/ --- diff --git a/english/cpp/aspose.pdf.optimization/_index.md b/english/cpp/aspose.pdf.optimization/_index.md index 6faf84d891..fafc6f2694 100644 --- a/english/cpp/aspose.pdf.optimization/_index.md +++ b/english/cpp/aspose.pdf.optimization/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Pdf::Optimization second_title: Aspose.PDF for C++ API Reference description: 'Aspose::Pdf::Optimization namespace. The Aspose.Pdf.Optimization is a namespace for classes for managing of document optimization process in C++.' type: docs -weight: 1500 +weight: 1700 url: /cpp/aspose.pdf.optimization/ --- diff --git a/english/cpp/aspose.pdf.optimization/optimizationoptions/get_linkduplcatestreams/_index.md b/english/cpp/aspose.pdf.optimization/optimizationoptions/get_linkduplcatestreams/_index.md deleted file mode 100644 index 831f59caa4..0000000000 --- a/english/cpp/aspose.pdf.optimization/optimizationoptions/get_linkduplcatestreams/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Aspose::Pdf::Optimization::OptimizationOptions::get_LinkDuplcateStreams method -linktitle: get_LinkDuplcateStreams -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Optimization::OptimizationOptions::get_LinkDuplcateStreams method. Obsolete! Use LinkDuplicateStreams instead in C++.' -type: docs -weight: 800 -url: /cpp/aspose.pdf.optimization/optimizationoptions/get_linkduplcatestreams/ ---- -## OptimizationOptions::get_LinkDuplcateStreams method - - -Obsolete! Use LinkDuplicateStreams instead. - -```cpp -bool Aspose::Pdf::Optimization::OptimizationOptions::get_LinkDuplcateStreams() const -``` - - -## Deprecated -Use LinkDuplicateStreams instead. - -## See Also - -* Class [OptimizationOptions](../) -* Namespace [Aspose::Pdf::Optimization](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.optimization/optimizationoptions/get_linkduplicatestreamsscanlevel/_index.md b/english/cpp/aspose.pdf.optimization/optimizationoptions/get_linkduplicatestreamsscanlevel/_index.md deleted file mode 100644 index c1921a22aa..0000000000 --- a/english/cpp/aspose.pdf.optimization/optimizationoptions/get_linkduplicatestreamsscanlevel/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Optimization::OptimizationOptions::get_LinkDuplicateStreamsScanLevel method -linktitle: get_LinkDuplicateStreamsScanLevel -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Optimization::OptimizationOptions::get_LinkDuplicateStreamsScanLevel method. Level of scanning. Deeper scans (higher value) take longer but may produce smaller result files. Default value: 10 in C++.' -type: docs -weight: 900 -url: /cpp/aspose.pdf.optimization/optimizationoptions/get_linkduplicatestreamsscanlevel/ ---- -## OptimizationOptions::get_LinkDuplicateStreamsScanLevel method - - -Level of scanning. Deeper scans (higher value) take longer but may produce smaller result files. Default value: 10. - -```cpp -int32_t Aspose::Pdf::Optimization::OptimizationOptions::get_LinkDuplicateStreamsScanLevel() const -``` - -## See Also - -* Class [OptimizationOptions](../) -* Namespace [Aspose::Pdf::Optimization](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.optimization/optimizationoptions/set_linkduplcatestreams/_index.md b/english/cpp/aspose.pdf.optimization/optimizationoptions/set_linkduplcatestreams/_index.md deleted file mode 100644 index 7fcb692957..0000000000 --- a/english/cpp/aspose.pdf.optimization/optimizationoptions/set_linkduplcatestreams/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Aspose::Pdf::Optimization::OptimizationOptions::set_LinkDuplcateStreams method -linktitle: set_LinkDuplcateStreams -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Optimization::OptimizationOptions::set_LinkDuplcateStreams method. Obsolete! Use LinkDuplicateStreams instead in C++.' -type: docs -weight: 2300 -url: /cpp/aspose.pdf.optimization/optimizationoptions/set_linkduplcatestreams/ ---- -## OptimizationOptions::set_LinkDuplcateStreams method - - -Obsolete! Use LinkDuplicateStreams instead. - -```cpp -void Aspose::Pdf::Optimization::OptimizationOptions::set_LinkDuplcateStreams(bool value) -``` - - -## Deprecated -Use LinkDuplicateStreams instead. - -## See Also - -* Class [OptimizationOptions](../) -* Namespace [Aspose::Pdf::Optimization](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.optimization/optimizationoptions/set_linkduplicatestreamsscanlevel/_index.md b/english/cpp/aspose.pdf.optimization/optimizationoptions/set_linkduplicatestreamsscanlevel/_index.md deleted file mode 100644 index 589bdf527c..0000000000 --- a/english/cpp/aspose.pdf.optimization/optimizationoptions/set_linkduplicatestreamsscanlevel/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Optimization::OptimizationOptions::set_LinkDuplicateStreamsScanLevel method -linktitle: set_LinkDuplicateStreamsScanLevel -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Optimization::OptimizationOptions::set_LinkDuplicateStreamsScanLevel method. Level of scanning. Deeper scans (higher value) take longer but may produce smaller result files. Default value: 10 in C++.' -type: docs -weight: 2300 -url: /cpp/aspose.pdf.optimization/optimizationoptions/set_linkduplicatestreamsscanlevel/ ---- -## OptimizationOptions::set_LinkDuplicateStreamsScanLevel method - - -Level of scanning. Deeper scans (higher value) take longer but may produce smaller result files. Default value: 10. - -```cpp -void Aspose::Pdf::Optimization::OptimizationOptions::set_LinkDuplicateStreamsScanLevel(int32_t value) -``` - -## See Also - -* Class [OptimizationOptions](../) -* Namespace [Aspose::Pdf::Optimization](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.pdftomarkdown/_index.md b/english/cpp/aspose.pdf.pdftomarkdown/_index.md deleted file mode 100644 index 4853218bfd..0000000000 --- a/english/cpp/aspose.pdf.pdftomarkdown/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Aspose::Pdf::PdfToMarkdown namespace -linktitle: Aspose::Pdf::PdfToMarkdown -second_title: Aspose.PDF for C++ API Reference -description: 'How to use Aspose::Pdf::PdfToMarkdown namespace in C++.' -type: docs -weight: 1600 -url: /cpp/aspose.pdf.pdftomarkdown/ ---- - - - -## Classes - -| Class | Description | -| --- | --- | -| [HeadingLevels](./headinglevels/) | Represents a class to work with header levels based on font size. | diff --git a/english/cpp/aspose.pdf.pdftomarkdown/emphasisstyle/_index.md b/english/cpp/aspose.pdf.pdftomarkdown/emphasisstyle/_index.md deleted file mode 100644 index 38c2f9f159..0000000000 --- a/english/cpp/aspose.pdf.pdftomarkdown/emphasisstyle/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::PdfToMarkdown::EmphasisStyle enum -linktitle: EmphasisStyle -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::PdfToMarkdown::EmphasisStyle enum. Defines the available serialization styles for emphasis and strong emphasis. For specification see CommonMark - Emphasis and strong emphasis in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.pdftomarkdown/emphasisstyle/ ---- -## EmphasisStyle enum - - -Defines the available serialization styles for emphasis and strong emphasis. For specification see CommonMark - Emphasis and strong emphasis. - -```cpp -enum class EmphasisStyle -``` - -### Values - -| Name | Value | Description | -| --- | --- | --- | -| Asterisk | 0 | Use '*' respectively '**' for (strongly) emphasized text. | -| Underscore | 1 | Use '_' respectively '__' for (strongly) emphasized text. | - -## See Also - -* Namespace [Aspose::Pdf::PdfToMarkdown](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.pdftomarkdown/headinglevels/_index.md b/english/cpp/aspose.pdf.pdftomarkdown/headinglevels/_index.md deleted file mode 100644 index ad7c0aa68e..0000000000 --- a/english/cpp/aspose.pdf.pdftomarkdown/headinglevels/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Aspose::Pdf::PdfToMarkdown::HeadingLevels class -linktitle: HeadingLevels -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::PdfToMarkdown::HeadingLevels class. Represents a class to work with header levels based on font size in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.pdftomarkdown/headinglevels/ ---- -## HeadingLevels class - - -Represents a class to work with header levels based on font size. - -```cpp -class HeadingLevels : public System::Object -``` - -## Methods - -| Method | Description | -| --- | --- | -| [AddLevels](./addlevels/)(System::SharedPtr\\>) | Adds heading levels. Font size collection should be sorted by decreasing size. | -| [get_AllLevels](./get_alllevels/)() | Gets all heading levels. | -| [HeadingLevels](./headinglevels/)() | Creates a new instance of the [HeadingLevels](./) class. | -| [HeadingLevels](./headinglevels/)(double) | Creates a new instance of the [HeadingLevels](./) class. | -## See Also - -* Class [Object](../../system/object/) -* Namespace [Aspose::Pdf::PdfToMarkdown](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.pdftomarkdown/headinglevels/addlevels/_index.md b/english/cpp/aspose.pdf.pdftomarkdown/headinglevels/addlevels/_index.md deleted file mode 100644 index a5598e8922..0000000000 --- a/english/cpp/aspose.pdf.pdftomarkdown/headinglevels/addlevels/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::PdfToMarkdown::HeadingLevels::AddLevels method -linktitle: AddLevels -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::PdfToMarkdown::HeadingLevels::AddLevels method. Adds heading levels. Font size collection should be sorted by decreasing size in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.pdftomarkdown/headinglevels/addlevels/ ---- -## HeadingLevels::AddLevels method - - -Adds heading levels. Font size collection should be sorted by decreasing size. - -```cpp -void Aspose::Pdf::PdfToMarkdown::HeadingLevels::AddLevels(System::SharedPtr> fontSizes) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| fontSizes | System::SharedPtr\\> | Values should be sorted in decreasing order. | - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [ICollection](../../../system.collections.generic/icollection/) -* Class [HeadingLevels](../) -* Namespace [Aspose::Pdf::PdfToMarkdown](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.pdftomarkdown/headinglevels/get_alllevels/_index.md b/english/cpp/aspose.pdf.pdftomarkdown/headinglevels/get_alllevels/_index.md deleted file mode 100644 index 34991fda59..0000000000 --- a/english/cpp/aspose.pdf.pdftomarkdown/headinglevels/get_alllevels/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::PdfToMarkdown::HeadingLevels::get_AllLevels method -linktitle: get_AllLevels -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::PdfToMarkdown::HeadingLevels::get_AllLevels method. Gets all heading levels in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.pdftomarkdown/headinglevels/get_alllevels/ ---- -## HeadingLevels::get_AllLevels method - - -Gets all heading levels. - -```cpp -System::SharedPtr> Aspose::Pdf::PdfToMarkdown::HeadingLevels::get_AllLevels() -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [IList](../../../system.collections.generic/ilist/) -* Class [HeadingLevels](../) -* Namespace [Aspose::Pdf::PdfToMarkdown](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.pdftomarkdown/headinglevels/headinglevels/_index.md b/english/cpp/aspose.pdf.pdftomarkdown/headinglevels/headinglevels/_index.md deleted file mode 100644 index c62663d510..0000000000 --- a/english/cpp/aspose.pdf.pdftomarkdown/headinglevels/headinglevels/_index.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: Aspose::Pdf::PdfToMarkdown::HeadingLevels::HeadingLevels constructor -linktitle: HeadingLevels -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::PdfToMarkdown::HeadingLevels::HeadingLevels constructor. Creates a new instance of the HeadingLevels class in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.pdftomarkdown/headinglevels/headinglevels/ ---- -## HeadingLevels::HeadingLevels() constructor - - -Creates a new instance of the [HeadingLevels](../) class. - -```cpp -Aspose::Pdf::PdfToMarkdown::HeadingLevels::HeadingLevels() -``` - -## See Also - -* Class [HeadingLevels](../) -* Namespace [Aspose::Pdf::PdfToMarkdown](../../) -* Library [Aspose.PDF for C++](../../../) -## HeadingLevels::HeadingLevels(double) constructor - - -Creates a new instance of the [HeadingLevels](../) class. - -```cpp -Aspose::Pdf::PdfToMarkdown::HeadingLevels::HeadingLevels(double threshold) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| threshold | double | The threshold value to compare font sizes. Within the threshold, the header levels are the same. The threshold default value is 0.01. | - -## See Also - -* Class [HeadingLevels](../) -* Namespace [Aspose::Pdf::PdfToMarkdown](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.pdftomarkdown/headingrecognitionstrategy/_index.md b/english/cpp/aspose.pdf.pdftomarkdown/headingrecognitionstrategy/_index.md deleted file mode 100644 index fab6482641..0000000000 --- a/english/cpp/aspose.pdf.pdftomarkdown/headingrecognitionstrategy/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Aspose::Pdf::PdfToMarkdown::HeadingRecognitionStrategy enum -linktitle: HeadingRecognitionStrategy -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::PdfToMarkdown::HeadingRecognitionStrategy enum. Represents types of header recognition strategies in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.pdftomarkdown/headingrecognitionstrategy/ ---- -## HeadingRecognitionStrategy enum - - -Represents types of header recognition strategies. - -```cpp -enum class HeadingRecognitionStrategy -``` - -### Values - -| Name | Value | Description | -| --- | --- | --- | -| Outlines | 0 | Represents the header recognition strategy by means of outlines. | -| Heuristic | 1 | Represents the header recognition strategy by means of heuristics rules and font size statistic. | -| Auto | 2 | Provides an automatic header recognition strategy selection. This is the default option. If the document contains bookmarks, the [Outlines](../../aspose.pdf/outlines/) strategy will be selected, otherwise [Heuristic](./) | -| None | 3 | Do not recognize headers. This option can be useful in complexly formatted documents. | - -## See Also - -* Namespace [Aspose::Pdf::PdfToMarkdown](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.pdftomarkdown/headingstyle/_index.md b/english/cpp/aspose.pdf.pdftomarkdown/headingstyle/_index.md deleted file mode 100644 index 586260fc21..0000000000 --- a/english/cpp/aspose.pdf.pdftomarkdown/headingstyle/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::PdfToMarkdown::HeadingStyle enum -linktitle: HeadingStyle -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::PdfToMarkdown::HeadingStyle enum. Defines the available serialization styles for headings. For specification see CommonMark - ATX headings, respectively CommonMark - Setext headings in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.pdftomarkdown/headingstyle/ ---- -## HeadingStyle enum - - -Defines the available serialization styles for headings. For specification see CommonMark - ATX headings, respectively CommonMark - Setext headings. - -```cpp -enum class HeadingStyle -``` - -### Values - -| Name | Value | Description | -| --- | --- | --- | -| Atx | 0 | Prefix headings with '#'. | -| Setext | 1 | Underscore level 1 and 2 headings with "======" respectively "------". | - -## See Also - -* Namespace [Aspose::Pdf::PdfToMarkdown](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.pdftomarkdown/linebreakstyle/_index.md b/english/cpp/aspose.pdf.pdftomarkdown/linebreakstyle/_index.md deleted file mode 100644 index 98c7c9889f..0000000000 --- a/english/cpp/aspose.pdf.pdftomarkdown/linebreakstyle/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::PdfToMarkdown::LineBreakStyle enum -linktitle: LineBreakStyle -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::PdfToMarkdown::LineBreakStyle enum. Represents the possible line break styles for a file in C++.' -type: docs -weight: 500 -url: /cpp/aspose.pdf.pdftomarkdown/linebreakstyle/ ---- -## LineBreakStyle enum - - -Represents the possible line break styles for a file. - -```cpp -enum class LineBreakStyle -``` - -### Values - -| Name | Value | Description | -| --- | --- | --- | -| Windows | 0 | Selects the Windows string wrap style(CRLF). | -| Unix | 1 | Select the Unix string wrap style(LF). Also used for OSX. | -| Auto | 2 | Automatically select the type of string wrapping based on the operating system. | - -## See Also - -* Namespace [Aspose::Pdf::PdfToMarkdown](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/_index.md b/english/cpp/aspose.pdf.plugins/_index.md deleted file mode 100644 index 4874cca981..0000000000 --- a/english/cpp/aspose.pdf.plugins/_index.md +++ /dev/null @@ -1,121 +0,0 @@ ---- -title: Aspose::Pdf::Plugins namespace -linktitle: Aspose::Pdf::Plugins -second_title: Aspose.PDF for C++ API Reference -description: 'How to use Aspose::Pdf::Plugins namespace in C++.' -type: docs -weight: 1600 -url: /cpp/aspose.pdf.plugins/ ---- - - - -## Classes - -| Class | Description | -| --- | --- | -| [CompressOptions](./compressoptions/) | Represents Compress options for [Optimizer](./optimizer/) plugin. | -| [DecryptionOptions](./decryptionoptions/) | Represents Decryption Options for [Security](./security/) plugin. | -| [DocConverter](./docconverter/) | Represents [DocConverter](./docconverter/) plugin. | -| [EncryptionOptions](./encryptionoptions/) | Represents Encryption Options for [Security](./security/) plugin. | -| [FileDataSource](./filedatasource/) | Represents file data source for load and save operations of a plugin. | -| [FileResult](./fileresult/) | Represents operation result in the form of string path to file. | -| [FileSaveTarget](./filesavetarget/) | Represents file save target for a plugin. | -| [FormCheckBoxFieldCreateOptions](./formcheckboxfieldcreateoptions/) | Represents options for creating CheckBoxField by [FormEditor](./formeditor/) plugin. | -| [FormCheckBoxFieldSetOptions](./formcheckboxfieldsetoptions/) | Represents options for set properties in CheckboxField by [FormEditor](./formeditor/) plugin. | -| [FormComboBoxFieldCreateOptions](./formcomboboxfieldcreateoptions/) | Represents options for creating ComboBoxField by [FormEditor](./formeditor/) plugin. | -| [FormComboBoxFieldSetOptions](./formcomboboxfieldsetoptions/) | Represents options for set properties in ComboBoxField by [FormEditor](./formeditor/) plugin. | -| [FormEditor](./formeditor/) | Represents [FormEditor](./formeditor/) plugin. | -| [FormEditorAddOptions](./formeditoraddoptions/) | Represents options for add Fields to document by [FormEditor](./formeditor/) plugin. | -| [FormEditorOptions](./formeditoroptions/) | Represents options for [FormEditor](./formeditor/) plugin. | -| [FormEditorRemoveOptions](./formeditorremoveoptions/) | Base class for option classes for remove fields in document by [FormEditor](./formeditor/) plugin. | -| [FormEditorSetOptions](./formeditorsetoptions/) | Represents options for set fields (not annotations) properties. | -| [FormExporter](./formexporter/) | Represents [FormExporter](./formexporter/) plugin. | -| [FormExporterOptions](./formexporteroptions/) | Represents options for [FormExporter](./formexporter/) plugin. | -| [FormExporterValuesToCsvOptions](./formexportervaluestocsvoptions/) | Represents options for export Value property(s) of specified field(s) (not annotations). | -| [FormFieldCreateOptions](./formfieldcreateoptions/) | Represents options for creating Field. | -| [FormFieldOptions](./formfieldoptions/) | Represents Field options. Base class for PdfFormFieldCreateOptions and PdfFormFillFieldOptions. | -| [FormFieldSetOptions](./formfieldsetoptions/) | Represents options for set properties in Field. | -| [FormFlattenAllFieldsOptions](./formflattenallfieldsoptions/) | Represents options for flatten all fields (not annotations) in document by [FormFlattener](./formflattener/) plugin. | -| [FormFlattener](./formflattener/) | Represents [FormFlattener](./formflattener/) plugin. | -| [FormFlattenerOptions](./formflatteneroptions/) | Base class for option classes for flatten fields (not annotations) in document by [FormFlattener](./formflattener/) plugin. | -| [FormFlattenSelectedFieldsOptions](./formflattenselectedfieldsoptions/) | Represents options for flatten selected fields (not annotations) in document by [FormFlattener](./formflattener/) plugin. | -| [FormOptions](./formoptions/) | Represents options for a family Form.... plugins. | -| [FormRemoveAllFieldsOptions](./formremoveallfieldsoptions/) | Represents options for remove all fields in document by [FormEditor](./formeditor/) plugin. | -| [FormRemoveSelectedFieldsOptions](./formremoveselectedfieldsoptions/) | Represents options for remove selected fields in document by [FormEditor](./formeditor/) plugin. | -| [FormTextBoxFieldCreateOptions](./formtextboxfieldcreateoptions/) | Represents options for creating TextBoxField by [FormEditor](./formeditor/) plugin. | -| [FormTextBoxFieldSetOptions](./formtextboxfieldsetoptions/) | Represents options for set properties in TextBoxField by [FormEditor](./formeditor/) plugin. | -| [Html](./html/) | Represents [Html](./html/) plugin. | -| [HtmlToPdfOptions](./htmltopdfoptions/) | Represents HTML to PDF converter options for [Html](./html/) plugin. | -| [IDataContainer](./idatacontainer/) | General data container interface that defines common methods that concrete data container (plugin options) should implement. | -| [IDataSource](./idatasource/) | General data source interface that defines common members that concrete data sources should implement. | -| [ImageExtractor](./imageextractor/) | Represents [ImageExtractor](./imageextractor/) plugin. | -| [ImageExtractorOptions](./imageextractoroptions/) | Represents images extraction options for the [ImageExtractor](./imageextractor/) plugin. | -| [IOperationResult](./ioperationresult/) | General operation result interface that defines common methods that concrete plugin operation result should implement. | -| [IPlugin](./iplugin/) | General plugin interface that defines common methods that concrete plugin should implement. | -| [IPluginOptions](./ipluginoptions/) | General plugin option interface that defines common methods that concrete plugin option should implement. | -| [ISaveInstruction](./isaveinstruction/) | General save instruction interface that defines common members that concrete plugin option should implement. | -| [ISaveTarget](./isavetarget/) | General save target interface that defines common members that concrete operation result save target should implement. | -| [Jpeg](./jpeg/) | Represents [Pdf](../aspose.pdf/) to [Jpeg](./jpeg/) plugin. | -| [JpegOptions](./jpegoptions/) | Represents [Pdf](../aspose.pdf/) to [Jpeg](./jpeg/) converter options for the [Jpeg](./jpeg/) plugin. | -| [MergeOptions](./mergeoptions/) | Represents Merge options for [Merger](./merger/) plugin. | -| [Merger](./merger/) | Represents [Merger](./merger/) plugin. | -| [ObjectResult](./objectresult/) | Represents operation result in the form of string. | -| [Ofd](./ofd/) | Represents the [Ofd](./ofd/) plugin. | -| [OfdToPdfOptions](./ofdtopdfoptions/) | Represents options for converting [OFD](../aspose.pdf.ofd/) to PDF. | -| [OptimizeOptions](./optimizeoptions/) | Represents Optimize options for [Optimizer](./optimizer/) plugin. | -| [Optimizer](./optimizer/) | Represents [Optimizer](./optimizer/) plugin. | -| [OrganizerBaseOptions](./organizerbaseoptions/) | Represents base options for plugins. | -| [PdfAConverter](./pdfaconverter/) | Represents a plugin for handling the conversion of PDF documents in a PDF/A format and for validation of the PDF/A conformance. | -| [PdfAConvertOptions](./pdfaconvertoptions/) | Represents options for converting PDF documents to PDF/A format with the [PdfAConverter](./pdfaconverter/) plugin. | -| [PdfAOptionsBase](./pdfaoptionsbase/) | Represents the base class for the [PdfAConverter](./pdfaconverter/) plugin options. This class provides properties and methods for configuring the PDF/A conversion and validation process. | -| [PdfAValidateOptions](./pdfavalidateoptions/) | Represents options for validating PDF/A compliance of PDF documents with the [PdfAConverter](./pdfaconverter/) plugin. | -| [PdfAValidationResult](./pdfavalidationresult/) | Represents the result of a PDF/A validation process. | -| [PdfConverterOptions](./pdfconverteroptions/) | Represents options for [Pdf](../aspose.pdf/) converter plugins. | -| [PdfExtractor](./pdfextractor/) | Represents base functionality to extract text, images, and other types of content that may occur on the pages of PDF documents. | -| [PdfExtractorOptions](./pdfextractoroptions/) | Represents options for the [TextExtractor](./textextractor/) and [ImageExtractor](./imageextractor/) plugins. | -| [PdfGeneratorOptions](./pdfgeneratoroptions/) | Represents options for Generator plugins. | -| [PdfToDocOptions](./pdftodocoptions/) | Represents PDF to DOC converter options for [DocConverter](./docconverter/) plugin. | -| [PdfToHtmlOptions](./pdftohtmloptions/) | Represents PDF to HTML converter options for [Html](./html/) plugin. | -| [PdfToImage](./pdftoimage/) | Represents PDF to image plugin. | -| [PdfToImageOptions](./pdftoimageoptions/) | Represents options for the [PdfToImage](./pdftoimage/) plugin. | -| [PdfToXlsOptions](./pdftoxlsoptions/) | Represents PDF to XLSX converter options for [XlsConverter](./xlsconverter/) plugin. | -| [Png](./png/) | Represents [Pdf](../aspose.pdf/) to [Png](./png/) plugin. | -| [PngOptions](./pngoptions/) | Represents [Pdf](../aspose.pdf/) to [Png](./png/) converter options for the [Png](./png/) plugin. | -| [ResizeOptions](./resizeoptions/) | Represents Resize options for [Optimizer](./optimizer/) plugin. | -| [ResultContainer](./resultcontainer/) | Represents container that contains the result collection of processing the plugin. | -| [RotateOptions](./rotateoptions/) | Represents Rotate options for [Optimizer](./optimizer/) plugin. | -| [Security](./security/) | Represents [Security](./security/) plugin. | -| [Signature](./signature/) | Represents [Signature](./signature/) plugin. | -| [SignOptions](./signoptions/) | Represents Sign Options for [Signature](./signature/) plugin. | -| [SplitOptions](./splitoptions/) | Represents Split options for [Splitter](./splitter/) plugin. | -| [Splitter](./splitter/) | Represents [Splitter](./splitter/) plugin. | -| [StreamDataSource](./streamdatasource/) | Represents stream data source for load and save operations of a plugin. | -| [StreamResult](./streamresult/) | Represents operation result in the form of Stream. | -| [StreamSaveTarget](./streamsavetarget/) | Represents stream save target for a plugin. | -| [StringResult](./stringresult/) | Represents operation result in the form of string. | -| [TableBuilder](./tablebuilder/) | Class represents builder for table in pdf page. | -| [TableCellBuilder](./tablecellbuilder/) | Class represents builder for table cell. | -| [TableGenerator](./tablegenerator/) | Represents Aspose.PDF [TableGenerator](./tablegenerator/) plugin. | -| [TableOptions](./tableoptions/) | Represents options for add table to document by [TableGenerator](./tablegenerator/) plugin. | -| [TableRowBuilder](./tablerowbuilder/) | Class represents builder for table row. | -| [TextExtractor](./textextractor/) | Represents [TextExtractor](./textextractor/) plugin. | -| [TextExtractorOptions](./textextractoroptions/) | Represents text extraction options for the [TextExtractor](./textextractor/) plugin. | -| [Tiff](./tiff/) | Represents [Pdf](../aspose.pdf/) to [Tiff](./tiff/) plugin. | -| [TiffOptions](./tiffoptions/) | Represents [Pdf](../aspose.pdf/) to [Tiff](./tiff/) converter options for the [Tiff](./tiff/) plugin. | -| [TocGenerator](./tocgenerator/) | Represents Aspose.PDF [TocGenerator](./tocgenerator/) plugin. | -| [TocOptions](./tocoptions/) | Represents options for add table of contents to document by [TocGenerator](./tocgenerator/) plugin. | -| [XlsConverter](./xlsconverter/) | Represents [XlsConverter](./xlsconverter/) plugin. | -## Enums - -| Enum | Description | -| --- | --- | -| [ConversionMode](./conversionmode/) | Defines conversion mode of the output document. | -| [DataType](./datatype/) | Represents possible types of data for plugin processing. | -| [PdfAStandardVersion](./pdfastandardversion/) | Specifies the PDF/A standard version for a PDF document. | -| [SaveFormat](./saveformat/) | Allows to specify .doc or .docx file format. | -## Typedefs - -| Typedef | Description | -| --- | --- | -| [SelectField](./selectfield/) | | diff --git a/english/cpp/aspose.pdf.plugins/compressoptions/_index.md b/english/cpp/aspose.pdf.plugins/compressoptions/_index.md deleted file mode 100644 index 3dee10b73a..0000000000 --- a/english/cpp/aspose.pdf.plugins/compressoptions/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::CompressOptions class -linktitle: CompressOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::CompressOptions class. Represents Compress options for Optimizer plugin in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/compressoptions/ ---- -## CompressOptions class - - -Represents Compress options for [Optimizer](../optimizer/) plugin. - -```cpp -class CompressOptions : public Aspose::Pdf::Plugins::OrganizerBaseOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [CompressOptions](./compressoptions/)() | Initializes new instance of the [CompressOptions](./) object with default options. | -## See Also - -* Class [OrganizerBaseOptions](../organizerbaseoptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/compressoptions/compressoptions/_index.md b/english/cpp/aspose.pdf.plugins/compressoptions/compressoptions/_index.md deleted file mode 100644 index eef7778be2..0000000000 --- a/english/cpp/aspose.pdf.plugins/compressoptions/compressoptions/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::CompressOptions::CompressOptions constructor -linktitle: CompressOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::CompressOptions::CompressOptions constructor. Initializes new instance of the CompressOptions object with default options in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/compressoptions/compressoptions/ ---- -## CompressOptions::CompressOptions constructor - - -Initializes new instance of the [CompressOptions](../) object with default options. - -```cpp -Aspose::Pdf::Plugins::CompressOptions::CompressOptions() -``` - -## See Also - -* Class [CompressOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/conversionmode/_index.md b/english/cpp/aspose.pdf.plugins/conversionmode/_index.md deleted file mode 100644 index 25fd813c34..0000000000 --- a/english/cpp/aspose.pdf.plugins/conversionmode/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ConversionMode enum -linktitle: ConversionMode -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ConversionMode enum. Defines conversion mode of the output document in C++.' -type: docs -weight: 9300 -url: /cpp/aspose.pdf.plugins/conversionmode/ ---- -## ConversionMode enum - - -Defines conversion mode of the output document. - -```cpp -enum class ConversionMode -``` - -### Values - -| Name | Value | Description | -| --- | --- | --- | -| TextBox | 0 | | -| Flow | 1 | Full recognition mode, the engine performs grouping and multi-level analysis to restore the original document author's intent and produce a maximally editable document. The downside is that the output document might look different from the original PDF file. | -| EnhancedFlow | 2 | An alternative Flow mode that supports the recognition of tables. | - -## See Also - -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/datatype/_index.md b/english/cpp/aspose.pdf.plugins/datatype/_index.md deleted file mode 100644 index b34b01bd1c..0000000000 --- a/english/cpp/aspose.pdf.plugins/datatype/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::DataType enum -linktitle: DataType -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::DataType enum. Represents possible types of data for plugin processing in C++.' -type: docs -weight: 9400 -url: /cpp/aspose.pdf.plugins/datatype/ ---- -## DataType enum - - -Represents possible types of data for plugin processing. - -```cpp -enum class DataType -``` - -### Values - -| Name | Value | Description | -| --- | --- | --- | -| File | 0 | Data type is a file represented by the path to it. | -| Stream | 1 | Data type is a stream. | - -## See Also - -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/decryptionoptions/_index.md b/english/cpp/aspose.pdf.plugins/decryptionoptions/_index.md deleted file mode 100644 index 226d03a117..0000000000 --- a/english/cpp/aspose.pdf.plugins/decryptionoptions/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::DecryptionOptions class -linktitle: DecryptionOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::DecryptionOptions class. Represents Decryption Options for Security plugin in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/decryptionoptions/ ---- -## DecryptionOptions class - - -Represents Decryption Options for [Security](../security/) plugin. - -```cpp -class DecryptionOptions : public Aspose::Pdf::Plugins::OrganizerBaseOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [DecryptionOptions](./decryptionoptions/)(System::String) | Initializes new instance of the [DecryptionOptions](./) object with default options. | -| [get_OwnerPassword](./get_ownerpassword/)() const | Owner password. | -| [set_OwnerPassword](./set_ownerpassword/)(System::String) | Owner password. | -## See Also - -* Class [OrganizerBaseOptions](../organizerbaseoptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/decryptionoptions/decryptionoptions/_index.md b/english/cpp/aspose.pdf.plugins/decryptionoptions/decryptionoptions/_index.md deleted file mode 100644 index 01c1c54bf0..0000000000 --- a/english/cpp/aspose.pdf.plugins/decryptionoptions/decryptionoptions/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::DecryptionOptions::DecryptionOptions constructor -linktitle: DecryptionOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::DecryptionOptions::DecryptionOptions constructor. Initializes new instance of the DecryptionOptions object with default options in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/decryptionoptions/decryptionoptions/ ---- -## DecryptionOptions::DecryptionOptions constructor - - -Initializes new instance of the [DecryptionOptions](../) object with default options. - -```cpp -Aspose::Pdf::Plugins::DecryptionOptions::DecryptionOptions(System::String ownerPassword) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| ownerPassword | System::String | Owner password. | - -## See Also - -* Class [String](../../../system/string/) -* Class [DecryptionOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/decryptionoptions/get_ownerpassword/_index.md b/english/cpp/aspose.pdf.plugins/decryptionoptions/get_ownerpassword/_index.md deleted file mode 100644 index 9279fc2256..0000000000 --- a/english/cpp/aspose.pdf.plugins/decryptionoptions/get_ownerpassword/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::DecryptionOptions::get_OwnerPassword method -linktitle: get_OwnerPassword -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::DecryptionOptions::get_OwnerPassword method. Owner password in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/decryptionoptions/get_ownerpassword/ ---- -## DecryptionOptions::get_OwnerPassword method - - -Owner password. - -```cpp -System::String Aspose::Pdf::Plugins::DecryptionOptions::get_OwnerPassword() const -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [DecryptionOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/decryptionoptions/set_ownerpassword/_index.md b/english/cpp/aspose.pdf.plugins/decryptionoptions/set_ownerpassword/_index.md deleted file mode 100644 index 0439d1b06d..0000000000 --- a/english/cpp/aspose.pdf.plugins/decryptionoptions/set_ownerpassword/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::DecryptionOptions::set_OwnerPassword method -linktitle: set_OwnerPassword -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::DecryptionOptions::set_OwnerPassword method. Owner password in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/decryptionoptions/set_ownerpassword/ ---- -## DecryptionOptions::set_OwnerPassword method - - -Owner password. - -```cpp -void Aspose::Pdf::Plugins::DecryptionOptions::set_OwnerPassword(System::String value) -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [DecryptionOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/docconverter/_index.md b/english/cpp/aspose.pdf.plugins/docconverter/_index.md deleted file mode 100644 index 75d617d982..0000000000 --- a/english/cpp/aspose.pdf.plugins/docconverter/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::DocConverter class -linktitle: DocConverter -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::DocConverter class. Represents DocConverter plugin in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/docconverter/ ---- -## DocConverter class - - -Represents [DocConverter](./) plugin. - -```cpp -class DocConverter : public Aspose::Pdf::Plugins::IPlugin, - public System::IDisposable -``` - -## Methods - -| Method | Description | -| --- | --- | -| [Dispose](./dispose/)() override | Implementation of IDisposable. | -| [Process](./process/)(System::SharedPtr\) override | Starts the [DocConverter](./) processing with the specified parameters. | -## See Also - -* Class [IPlugin](../iplugin/) -* Class [IDisposable](../../system/idisposable/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/docconverter/dispose/_index.md b/english/cpp/aspose.pdf.plugins/docconverter/dispose/_index.md deleted file mode 100644 index c33b0da8e7..0000000000 --- a/english/cpp/aspose.pdf.plugins/docconverter/dispose/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::DocConverter::Dispose method -linktitle: Dispose -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::DocConverter::Dispose method. Implementation of IDisposable in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/docconverter/dispose/ ---- -## DocConverter::Dispose method - - -Implementation of IDisposable. - -```cpp -void Aspose::Pdf::Plugins::DocConverter::Dispose() override -``` - -## See Also - -* Class [DocConverter](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/docconverter/process/_index.md b/english/cpp/aspose.pdf.plugins/docconverter/process/_index.md deleted file mode 100644 index b3dcae01d7..0000000000 --- a/english/cpp/aspose.pdf.plugins/docconverter/process/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::DocConverter::Process method -linktitle: Process -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::DocConverter::Process method. Starts the DocConverter processing with the specified parameters in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/docconverter/process/ ---- -## DocConverter::Process method - - -Starts the [DocConverter](../) processing with the specified parameters. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::DocConverter::Process(System::SharedPtr options) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| options | System::SharedPtr\ | An options object containing instructions for the [DocConverter](../). | - -### ReturnValue - -An [ResultContainer](../../resultcontainer/) object containing the result of the operation. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [ResultContainer](../../resultcontainer/) -* Class [IPluginOptions](../../ipluginoptions/) -* Class [DocConverter](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/encryptionoptions/_index.md b/english/cpp/aspose.pdf.plugins/encryptionoptions/_index.md deleted file mode 100644 index aa3480c46b..0000000000 --- a/english/cpp/aspose.pdf.plugins/encryptionoptions/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::EncryptionOptions class -linktitle: EncryptionOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::EncryptionOptions class. Represents Encryption Options for Security plugin in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/encryptionoptions/ ---- -## EncryptionOptions class - - -Represents Encryption Options for [Security](../security/) plugin. - -```cpp -class EncryptionOptions : public Aspose::Pdf::Plugins::OrganizerBaseOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [EncryptionOptions](./encryptionoptions/)(System::String, System::String, System::SharedPtr\, Aspose::Pdf::CryptoAlgorithm) | Initializes new instance of the [EncryptionOptions](./) object with default options. | -| [get_CryptoAlgorithm](./get_cryptoalgorithm/)() const | Cryptographic algorithm, see [CryptoAlgorithm](../../aspose.pdf/cryptoalgorithm/) for details. | -| [get_DocumentPrivilege](./get_documentprivilege/)() const | [Document](../../aspose.pdf/document/) permissions, see [Permissions](../../aspose.pdf/permissions/) for details. | -| [get_OwnerPassword](./get_ownerpassword/)() const | Owner password. | -| [get_UserPassword](./get_userpassword/)() const | User password. | -| [set_CryptoAlgorithm](./set_cryptoalgorithm/)(Aspose::Pdf::CryptoAlgorithm) | Cryptographic algorithm, see [CryptoAlgorithm](../../aspose.pdf/cryptoalgorithm/) for details. | -| [set_DocumentPrivilege](./set_documentprivilege/)(System::SharedPtr\) | [Document](../../aspose.pdf/document/) permissions, see [Permissions](../../aspose.pdf/permissions/) for details. | -| [set_OwnerPassword](./set_ownerpassword/)(System::String) | Owner password. | -| [set_UserPassword](./set_userpassword/)(System::String) | User password. | -## See Also - -* Class [OrganizerBaseOptions](../organizerbaseoptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/encryptionoptions/encryptionoptions/_index.md b/english/cpp/aspose.pdf.plugins/encryptionoptions/encryptionoptions/_index.md deleted file mode 100644 index 74b1e5469d..0000000000 --- a/english/cpp/aspose.pdf.plugins/encryptionoptions/encryptionoptions/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::EncryptionOptions::EncryptionOptions constructor -linktitle: EncryptionOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::EncryptionOptions::EncryptionOptions constructor. Initializes new instance of the EncryptionOptions object with default options in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/encryptionoptions/encryptionoptions/ ---- -## EncryptionOptions::EncryptionOptions constructor - - -Initializes new instance of the [EncryptionOptions](../) object with default options. - -```cpp -Aspose::Pdf::Plugins::EncryptionOptions::EncryptionOptions(System::String ownerPassword, System::String userPassword, System::SharedPtr documentPrivilege, Aspose::Pdf::CryptoAlgorithm cryptoAlgorithm=Aspose::Pdf::CryptoAlgorithm::AESx256) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| ownerPassword | System::String | Owner password. | -| userPassword | System::String | User password. | -| documentPrivilege | System::SharedPtr\ | [Document](../../../aspose.pdf/document/) permissions. | -| cryptoAlgorithm | Aspose::Pdf::CryptoAlgorithm | Cryptographic algorithm. | - -## See Also - -* Class [String](../../../system/string/) -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [DocumentPrivilege](../../../aspose.pdf.facades/documentprivilege/) -* Enum [CryptoAlgorithm](../../../aspose.pdf/cryptoalgorithm/) -* Class [EncryptionOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/encryptionoptions/get_cryptoalgorithm/_index.md b/english/cpp/aspose.pdf.plugins/encryptionoptions/get_cryptoalgorithm/_index.md deleted file mode 100644 index 0f77ec4484..0000000000 --- a/english/cpp/aspose.pdf.plugins/encryptionoptions/get_cryptoalgorithm/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::EncryptionOptions::get_CryptoAlgorithm method -linktitle: get_CryptoAlgorithm -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::EncryptionOptions::get_CryptoAlgorithm method. Cryptographic algorithm, see CryptoAlgorithm for details in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/encryptionoptions/get_cryptoalgorithm/ ---- -## EncryptionOptions::get_CryptoAlgorithm method - - -Cryptographic algorithm, see [CryptoAlgorithm](../../../aspose.pdf/cryptoalgorithm/) for details. - -```cpp -Aspose::Pdf::CryptoAlgorithm Aspose::Pdf::Plugins::EncryptionOptions::get_CryptoAlgorithm() const -``` - -## See Also - -* Enum [CryptoAlgorithm](../../../aspose.pdf/cryptoalgorithm/) -* Class [EncryptionOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/encryptionoptions/get_documentprivilege/_index.md b/english/cpp/aspose.pdf.plugins/encryptionoptions/get_documentprivilege/_index.md deleted file mode 100644 index 5dc2914dc9..0000000000 --- a/english/cpp/aspose.pdf.plugins/encryptionoptions/get_documentprivilege/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::EncryptionOptions::get_DocumentPrivilege method -linktitle: get_DocumentPrivilege -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::EncryptionOptions::get_DocumentPrivilege method. Document permissions, see Permissions for details in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/encryptionoptions/get_documentprivilege/ ---- -## EncryptionOptions::get_DocumentPrivilege method - - -[Document](../../../aspose.pdf/document/) permissions, see [Permissions](../../../aspose.pdf/permissions/) for details. - -```cpp -const System::SharedPtr & Aspose::Pdf::Plugins::EncryptionOptions::get_DocumentPrivilege() const -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [DocumentPrivilege](../../../aspose.pdf.facades/documentprivilege/) -* Class [EncryptionOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/encryptionoptions/get_ownerpassword/_index.md b/english/cpp/aspose.pdf.plugins/encryptionoptions/get_ownerpassword/_index.md deleted file mode 100644 index 052b9fa9d2..0000000000 --- a/english/cpp/aspose.pdf.plugins/encryptionoptions/get_ownerpassword/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::EncryptionOptions::get_OwnerPassword method -linktitle: get_OwnerPassword -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::EncryptionOptions::get_OwnerPassword method. Owner password in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/encryptionoptions/get_ownerpassword/ ---- -## EncryptionOptions::get_OwnerPassword method - - -Owner password. - -```cpp -System::String Aspose::Pdf::Plugins::EncryptionOptions::get_OwnerPassword() const -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [EncryptionOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/encryptionoptions/get_userpassword/_index.md b/english/cpp/aspose.pdf.plugins/encryptionoptions/get_userpassword/_index.md deleted file mode 100644 index abb4899146..0000000000 --- a/english/cpp/aspose.pdf.plugins/encryptionoptions/get_userpassword/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::EncryptionOptions::get_UserPassword method -linktitle: get_UserPassword -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::EncryptionOptions::get_UserPassword method. User password in C++.' -type: docs -weight: 500 -url: /cpp/aspose.pdf.plugins/encryptionoptions/get_userpassword/ ---- -## EncryptionOptions::get_UserPassword method - - -User password. - -```cpp -System::String Aspose::Pdf::Plugins::EncryptionOptions::get_UserPassword() const -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [EncryptionOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/encryptionoptions/set_cryptoalgorithm/_index.md b/english/cpp/aspose.pdf.plugins/encryptionoptions/set_cryptoalgorithm/_index.md deleted file mode 100644 index 5c466fbf0e..0000000000 --- a/english/cpp/aspose.pdf.plugins/encryptionoptions/set_cryptoalgorithm/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::EncryptionOptions::set_CryptoAlgorithm method -linktitle: set_CryptoAlgorithm -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::EncryptionOptions::set_CryptoAlgorithm method. Cryptographic algorithm, see CryptoAlgorithm for details in C++.' -type: docs -weight: 600 -url: /cpp/aspose.pdf.plugins/encryptionoptions/set_cryptoalgorithm/ ---- -## EncryptionOptions::set_CryptoAlgorithm method - - -Cryptographic algorithm, see [CryptoAlgorithm](../../../aspose.pdf/cryptoalgorithm/) for details. - -```cpp -void Aspose::Pdf::Plugins::EncryptionOptions::set_CryptoAlgorithm(Aspose::Pdf::CryptoAlgorithm value) -``` - -## See Also - -* Enum [CryptoAlgorithm](../../../aspose.pdf/cryptoalgorithm/) -* Class [EncryptionOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/encryptionoptions/set_documentprivilege/_index.md b/english/cpp/aspose.pdf.plugins/encryptionoptions/set_documentprivilege/_index.md deleted file mode 100644 index dd3fd3cac0..0000000000 --- a/english/cpp/aspose.pdf.plugins/encryptionoptions/set_documentprivilege/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::EncryptionOptions::set_DocumentPrivilege method -linktitle: set_DocumentPrivilege -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::EncryptionOptions::set_DocumentPrivilege method. Document permissions, see Permissions for details in C++.' -type: docs -weight: 700 -url: /cpp/aspose.pdf.plugins/encryptionoptions/set_documentprivilege/ ---- -## EncryptionOptions::set_DocumentPrivilege method - - -[Document](../../../aspose.pdf/document/) permissions, see [Permissions](../../../aspose.pdf/permissions/) for details. - -```cpp -void Aspose::Pdf::Plugins::EncryptionOptions::set_DocumentPrivilege(System::SharedPtr value) -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [DocumentPrivilege](../../../aspose.pdf.facades/documentprivilege/) -* Class [EncryptionOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/encryptionoptions/set_ownerpassword/_index.md b/english/cpp/aspose.pdf.plugins/encryptionoptions/set_ownerpassword/_index.md deleted file mode 100644 index fbe1d37546..0000000000 --- a/english/cpp/aspose.pdf.plugins/encryptionoptions/set_ownerpassword/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::EncryptionOptions::set_OwnerPassword method -linktitle: set_OwnerPassword -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::EncryptionOptions::set_OwnerPassword method. Owner password in C++.' -type: docs -weight: 800 -url: /cpp/aspose.pdf.plugins/encryptionoptions/set_ownerpassword/ ---- -## EncryptionOptions::set_OwnerPassword method - - -Owner password. - -```cpp -void Aspose::Pdf::Plugins::EncryptionOptions::set_OwnerPassword(System::String value) -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [EncryptionOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/encryptionoptions/set_userpassword/_index.md b/english/cpp/aspose.pdf.plugins/encryptionoptions/set_userpassword/_index.md deleted file mode 100644 index 2ac0f03386..0000000000 --- a/english/cpp/aspose.pdf.plugins/encryptionoptions/set_userpassword/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::EncryptionOptions::set_UserPassword method -linktitle: set_UserPassword -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::EncryptionOptions::set_UserPassword method. User password in C++.' -type: docs -weight: 900 -url: /cpp/aspose.pdf.plugins/encryptionoptions/set_userpassword/ ---- -## EncryptionOptions::set_UserPassword method - - -User password. - -```cpp -void Aspose::Pdf::Plugins::EncryptionOptions::set_UserPassword(System::String value) -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [EncryptionOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/filedatasource/_index.md b/english/cpp/aspose.pdf.plugins/filedatasource/_index.md deleted file mode 100644 index f16db2be43..0000000000 --- a/english/cpp/aspose.pdf.plugins/filedatasource/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FileDataSource class -linktitle: FileDataSource -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FileDataSource class. Represents file data source for load and save operations of a plugin in C++.' -type: docs -weight: 500 -url: /cpp/aspose.pdf.plugins/filedatasource/ ---- -## FileDataSource class - - -Represents file data source for load and save operations of a plugin. - -```cpp -class FileDataSource : public Aspose::Pdf::Plugins::IDataSource -``` - -## Methods - -| Method | Description | -| --- | --- | -| [FileDataSource](./filedatasource/)(System::String) | Initializes new file data source with the specified path. | -| [get_DataType](./get_datatype/)() override | Type of data source (file). | -| [get_Path](./get_path/)() const | Gets the path to the file of the current data source. | -## See Also - -* Class [IDataSource](../idatasource/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/filedatasource/filedatasource/_index.md b/english/cpp/aspose.pdf.plugins/filedatasource/filedatasource/_index.md deleted file mode 100644 index 9a9bc89024..0000000000 --- a/english/cpp/aspose.pdf.plugins/filedatasource/filedatasource/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FileDataSource::FileDataSource constructor -linktitle: FileDataSource -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FileDataSource::FileDataSource constructor. Initializes new file data source with the specified path in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/filedatasource/filedatasource/ ---- -## FileDataSource::FileDataSource constructor - - -Initializes new file data source with the specified path. - -```cpp -Aspose::Pdf::Plugins::FileDataSource::FileDataSource(System::String path) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| path | System::String | A string representing the path to the source file. | - -## See Also - -* Class [String](../../../system/string/) -* Class [FileDataSource](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/filedatasource/get_datatype/_index.md b/english/cpp/aspose.pdf.plugins/filedatasource/get_datatype/_index.md deleted file mode 100644 index da01206ca2..0000000000 --- a/english/cpp/aspose.pdf.plugins/filedatasource/get_datatype/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FileDataSource::get_DataType method -linktitle: get_DataType -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FileDataSource::get_DataType method. Type of data source (file) in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/filedatasource/get_datatype/ ---- -## FileDataSource::get_DataType method - - -Type of data source (file). - -```cpp -Aspose::Pdf::Plugins::DataType Aspose::Pdf::Plugins::FileDataSource::get_DataType() override -``` - -## See Also - -* Enum [DataType](../../datatype/) -* Class [FileDataSource](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/filedatasource/get_path/_index.md b/english/cpp/aspose.pdf.plugins/filedatasource/get_path/_index.md deleted file mode 100644 index ec926b3f68..0000000000 --- a/english/cpp/aspose.pdf.plugins/filedatasource/get_path/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FileDataSource::get_Path method -linktitle: get_Path -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FileDataSource::get_Path method. Gets the path to the file of the current data source in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/filedatasource/get_path/ ---- -## FileDataSource::get_Path method - - -Gets the path to the file of the current data source. - -```cpp -System::String Aspose::Pdf::Plugins::FileDataSource::get_Path() const -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [FileDataSource](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/fileresult/_index.md b/english/cpp/aspose.pdf.plugins/fileresult/_index.md deleted file mode 100644 index ef115af8c5..0000000000 --- a/english/cpp/aspose.pdf.plugins/fileresult/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FileResult class -linktitle: FileResult -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FileResult class. Represents operation result in the form of string path to file in C++.' -type: docs -weight: 600 -url: /cpp/aspose.pdf.plugins/fileresult/ ---- -## FileResult class - - -Represents operation result in the form of string path to file. - -```cpp -class FileResult : public Aspose::Pdf::Plugins::IOperationResult -``` - -## Methods - -| Method | Description | -| --- | --- | -| [get_Data](./get_data/)() override | Gets raw data. | -| [get_IsFile](./get_isfile/)() override | Indicates whether the result is a path to an output file. | -| [get_IsStream](./get_isstream/)() override | Indicates whether the result is an output stream. | -| [get_IsString](./get_isstring/)() override | Indicates whether the result is a text string. | -| [ToFile](./tofile/)() override | Tries to convert the result to a file. | -| [ToStream](./tostream/)() override | Tries to convert the result to a stream object. | -## See Also - -* Class [IOperationResult](../ioperationresult/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/fileresult/get_data/_index.md b/english/cpp/aspose.pdf.plugins/fileresult/get_data/_index.md deleted file mode 100644 index 514ef7a981..0000000000 --- a/english/cpp/aspose.pdf.plugins/fileresult/get_data/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FileResult::get_Data method -linktitle: get_Data -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FileResult::get_Data method. Gets raw data in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/fileresult/get_data/ ---- -## FileResult::get_Data method - - -Gets raw data. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::FileResult::get_Data() override -``` - - -### ReturnValue - -An **object** representing output data. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [Object](../../../system/object/) -* Class [FileResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/fileresult/get_isfile/_index.md b/english/cpp/aspose.pdf.plugins/fileresult/get_isfile/_index.md deleted file mode 100644 index b9f1bbf6d4..0000000000 --- a/english/cpp/aspose.pdf.plugins/fileresult/get_isfile/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FileResult::get_IsFile method -linktitle: get_IsFile -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FileResult::get_IsFile method. Indicates whether the result is a path to an output file in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/fileresult/get_isfile/ ---- -## FileResult::get_IsFile method - - -Indicates whether the result is a path to an output file. - -```cpp -bool Aspose::Pdf::Plugins::FileResult::get_IsFile() override -``` - - -### ReturnValue - -**true** if the result is a file; otherwise **false**. - -## See Also - -* Class [FileResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/fileresult/get_isstream/_index.md b/english/cpp/aspose.pdf.plugins/fileresult/get_isstream/_index.md deleted file mode 100644 index 45df78b31a..0000000000 --- a/english/cpp/aspose.pdf.plugins/fileresult/get_isstream/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FileResult::get_IsStream method -linktitle: get_IsStream -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FileResult::get_IsStream method. Indicates whether the result is an output stream in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/fileresult/get_isstream/ ---- -## FileResult::get_IsStream method - - -Indicates whether the result is an output stream. - -```cpp -bool Aspose::Pdf::Plugins::FileResult::get_IsStream() override -``` - - -### ReturnValue - -**true** if the result is a stream object; otherwise **false**. - -## See Also - -* Class [FileResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/fileresult/get_isstring/_index.md b/english/cpp/aspose.pdf.plugins/fileresult/get_isstring/_index.md deleted file mode 100644 index 49166ad9ab..0000000000 --- a/english/cpp/aspose.pdf.plugins/fileresult/get_isstring/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FileResult::get_IsString method -linktitle: get_IsString -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FileResult::get_IsString method. Indicates whether the result is a text string in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/fileresult/get_isstring/ ---- -## FileResult::get_IsString method - - -Indicates whether the result is a text string. - -```cpp -bool Aspose::Pdf::Plugins::FileResult::get_IsString() override -``` - - -### ReturnValue - -**true** if the result is a string; otherwise **false**. - -## See Also - -* Class [FileResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/fileresult/tofile/_index.md b/english/cpp/aspose.pdf.plugins/fileresult/tofile/_index.md deleted file mode 100644 index af48fcd19f..0000000000 --- a/english/cpp/aspose.pdf.plugins/fileresult/tofile/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FileResult::ToFile method -linktitle: ToFile -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FileResult::ToFile method. Tries to convert the result to a file in C++.' -type: docs -weight: 500 -url: /cpp/aspose.pdf.plugins/fileresult/tofile/ ---- -## FileResult::ToFile method - - -Tries to convert the result to a file. - -```cpp -System::String Aspose::Pdf::Plugins::FileResult::ToFile() override -``` - - -### ReturnValue - -A string representing the path to the output file if the result is file; otherwise **null**. - -## See Also - -* Class [String](../../../system/string/) -* Class [FileResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/fileresult/tostream/_index.md b/english/cpp/aspose.pdf.plugins/fileresult/tostream/_index.md deleted file mode 100644 index c5e301d3df..0000000000 --- a/english/cpp/aspose.pdf.plugins/fileresult/tostream/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FileResult::ToStream method -linktitle: ToStream -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FileResult::ToStream method. Tries to convert the result to a stream object in C++.' -type: docs -weight: 600 -url: /cpp/aspose.pdf.plugins/fileresult/tostream/ ---- -## FileResult::ToStream method - - -Tries to convert the result to a stream object. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::FileResult::ToStream() override -``` - - -### ReturnValue - -A stream object representing the output data if the result is stream; otherwise **null**. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [Stream](../../../system.io/stream/) -* Class [FileResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/filesavetarget/_index.md b/english/cpp/aspose.pdf.plugins/filesavetarget/_index.md deleted file mode 100644 index 366356ec5c..0000000000 --- a/english/cpp/aspose.pdf.plugins/filesavetarget/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FileSaveTarget class -linktitle: FileSaveTarget -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FileSaveTarget class. Represents file save target for a plugin in C++.' -type: docs -weight: 700 -url: /cpp/aspose.pdf.plugins/filesavetarget/ ---- -## FileSaveTarget class - - -Represents file save target for a plugin. - -```cpp -class FileSaveTarget : public Aspose::Pdf::Plugins::ISaveTarget -``` - -## Methods - -| Method | Description | -| --- | --- | -| [FileSaveTarget](./filesavetarget/)(System::String) | Initializes new file save target with specified path. | -| [get_Path](./get_path/)() const | Gets the path to the file of current save target. | -| [get_SaveTarget](./get_savetarget/)() override | Type of the save target (file). | -## See Also - -* Class [ISaveTarget](../isavetarget/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/filesavetarget/filesavetarget/_index.md b/english/cpp/aspose.pdf.plugins/filesavetarget/filesavetarget/_index.md deleted file mode 100644 index 1ff12477f2..0000000000 --- a/english/cpp/aspose.pdf.plugins/filesavetarget/filesavetarget/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FileSaveTarget::FileSaveTarget constructor -linktitle: FileSaveTarget -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FileSaveTarget::FileSaveTarget constructor. Initializes new file save target with specified path in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/filesavetarget/filesavetarget/ ---- -## FileSaveTarget::FileSaveTarget constructor - - -Initializes new file save target with specified path. - -```cpp -Aspose::Pdf::Plugins::FileSaveTarget::FileSaveTarget(System::String path) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| path | System::String | A string representing the path to the output file. | - -## See Also - -* Class [String](../../../system/string/) -* Class [FileSaveTarget](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/filesavetarget/get_path/_index.md b/english/cpp/aspose.pdf.plugins/filesavetarget/get_path/_index.md deleted file mode 100644 index e459e8c30b..0000000000 --- a/english/cpp/aspose.pdf.plugins/filesavetarget/get_path/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FileSaveTarget::get_Path method -linktitle: get_Path -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FileSaveTarget::get_Path method. Gets the path to the file of current save target in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/filesavetarget/get_path/ ---- -## FileSaveTarget::get_Path method - - -Gets the path to the file of current save target. - -```cpp -System::String Aspose::Pdf::Plugins::FileSaveTarget::get_Path() const -``` - - -### ReturnValue - -A string representing the path to the output file. - -## See Also - -* Class [String](../../../system/string/) -* Class [FileSaveTarget](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/filesavetarget/get_savetarget/_index.md b/english/cpp/aspose.pdf.plugins/filesavetarget/get_savetarget/_index.md deleted file mode 100644 index f9a202bd0c..0000000000 --- a/english/cpp/aspose.pdf.plugins/filesavetarget/get_savetarget/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FileSaveTarget::get_SaveTarget method -linktitle: get_SaveTarget -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FileSaveTarget::get_SaveTarget method. Type of the save target (file) in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/filesavetarget/get_savetarget/ ---- -## FileSaveTarget::get_SaveTarget method - - -Type of the save target (file). - -```cpp -DataType Aspose::Pdf::Plugins::FileSaveTarget::get_SaveTarget() override -``` - - -### ReturnValue - -A [DataType](../../datatype/) object representing output data. - -## See Also - -* Enum [DataType](../../datatype/) -* Class [FileSaveTarget](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formcheckboxfieldcreateoptions/_index.md b/english/cpp/aspose.pdf.plugins/formcheckboxfieldcreateoptions/_index.md deleted file mode 100644 index 1c29c74979..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcheckboxfieldcreateoptions/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormCheckBoxFieldCreateOptions class -linktitle: FormCheckBoxFieldCreateOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormCheckBoxFieldCreateOptions class. Represents options for creating CheckBoxField by FormEditor plugin in C++.' -type: docs -weight: 800 -url: /cpp/aspose.pdf.plugins/formcheckboxfieldcreateoptions/ ---- -## FormCheckBoxFieldCreateOptions class - - -Represents options for creating CheckBoxField by [FormEditor](../formeditor/) plugin. - -```cpp -class FormCheckBoxFieldCreateOptions : public Aspose::Pdf::Plugins::FormFieldCreateOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [FormCheckBoxFieldCreateOptions](./formcheckboxfieldcreateoptions/)(int32_t, System::SharedPtr\) | Initializes a new instance of the [FormCheckBoxFieldCreateOptions](./) object, that containing parameters for created and added CheckBoxField. | -| [get_Checked](./get_checked/)() const | Gets/sets the value to determine whether created CheckboxField is checked or not (if will be set). | -| [get_Style](./get_style/)() const | Gets/sets the value to determine property Style for created CheckboxField (if will be set). | -| [set_Checked](./set_checked/)(System::Nullable\) | Gets/sets the value to determine whether created CheckboxField is checked or not (if will be set). | -| [set_Style](./set_style/)(System::Nullable\) | Gets/sets the value to determine property Style for created CheckboxField (if will be set). | -## See Also - -* Class [FormFieldCreateOptions](../formfieldcreateoptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/formcheckboxfieldcreateoptions/formcheckboxfieldcreateoptions/_index.md b/english/cpp/aspose.pdf.plugins/formcheckboxfieldcreateoptions/formcheckboxfieldcreateoptions/_index.md deleted file mode 100644 index e0d3025974..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcheckboxfieldcreateoptions/formcheckboxfieldcreateoptions/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormCheckBoxFieldCreateOptions::FormCheckBoxFieldCreateOptions constructor -linktitle: FormCheckBoxFieldCreateOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormCheckBoxFieldCreateOptions::FormCheckBoxFieldCreateOptions constructor. Initializes a new instance of the FormCheckBoxFieldCreateOptions object, that containing parameters for created and added CheckBoxField in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/formcheckboxfieldcreateoptions/formcheckboxfieldcreateoptions/ ---- -## FormCheckBoxFieldCreateOptions::FormCheckBoxFieldCreateOptions constructor - - -Initializes a new instance of the [FormCheckBoxFieldCreateOptions](../) object, that containing parameters for created and added CheckBoxField. - -```cpp -Aspose::Pdf::Plugins::FormCheckBoxFieldCreateOptions::FormCheckBoxFieldCreateOptions(int32_t pageNum, System::SharedPtr rect) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| pageNum | int32_t | [Page](../../../aspose.pdf/page/) number on which the added CheckBoxField will be located. | -| rect | System::SharedPtr\ | Sets CheckBoxField rectangle. | - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [Rectangle](../../../aspose.pdf/rectangle/) -* Class [FormCheckBoxFieldCreateOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formcheckboxfieldcreateoptions/get_checked/_index.md b/english/cpp/aspose.pdf.plugins/formcheckboxfieldcreateoptions/get_checked/_index.md deleted file mode 100644 index a2618fc8ae..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcheckboxfieldcreateoptions/get_checked/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormCheckBoxFieldCreateOptions::get_Checked method -linktitle: get_Checked -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormCheckBoxFieldCreateOptions::get_Checked method. Gets/sets the value to determine whether created CheckboxField is checked or not (if will be set) in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/formcheckboxfieldcreateoptions/get_checked/ ---- -## FormCheckBoxFieldCreateOptions::get_Checked method - - -Gets/sets the value to determine whether created CheckboxField is checked or not (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormCheckBoxFieldCreateOptions::get_Checked() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormCheckBoxFieldCreateOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formcheckboxfieldcreateoptions/get_style/_index.md b/english/cpp/aspose.pdf.plugins/formcheckboxfieldcreateoptions/get_style/_index.md deleted file mode 100644 index b2d3c2fee8..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcheckboxfieldcreateoptions/get_style/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormCheckBoxFieldCreateOptions::get_Style method -linktitle: get_Style -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormCheckBoxFieldCreateOptions::get_Style method. Gets/sets the value to determine property Style for created CheckboxField (if will be set) in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/formcheckboxfieldcreateoptions/get_style/ ---- -## FormCheckBoxFieldCreateOptions::get_Style method - - -Gets/sets the value to determine property Style for created CheckboxField (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormCheckBoxFieldCreateOptions::get_Style() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Enum [BoxStyle](../../../aspose.pdf.forms/boxstyle/) -* Class [FormCheckBoxFieldCreateOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formcheckboxfieldcreateoptions/set_checked/_index.md b/english/cpp/aspose.pdf.plugins/formcheckboxfieldcreateoptions/set_checked/_index.md deleted file mode 100644 index 17493f753d..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcheckboxfieldcreateoptions/set_checked/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormCheckBoxFieldCreateOptions::set_Checked method -linktitle: set_Checked -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormCheckBoxFieldCreateOptions::set_Checked method. Gets/sets the value to determine whether created CheckboxField is checked or not (if will be set) in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/formcheckboxfieldcreateoptions/set_checked/ ---- -## FormCheckBoxFieldCreateOptions::set_Checked method - - -Gets/sets the value to determine whether created CheckboxField is checked or not (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormCheckBoxFieldCreateOptions::set_Checked(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormCheckBoxFieldCreateOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formcheckboxfieldcreateoptions/set_style/_index.md b/english/cpp/aspose.pdf.plugins/formcheckboxfieldcreateoptions/set_style/_index.md deleted file mode 100644 index a88c5aa7c6..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcheckboxfieldcreateoptions/set_style/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormCheckBoxFieldCreateOptions::set_Style method -linktitle: set_Style -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormCheckBoxFieldCreateOptions::set_Style method. Gets/sets the value to determine property Style for created CheckboxField (if will be set) in C++.' -type: docs -weight: 500 -url: /cpp/aspose.pdf.plugins/formcheckboxfieldcreateoptions/set_style/ ---- -## FormCheckBoxFieldCreateOptions::set_Style method - - -Gets/sets the value to determine property Style for created CheckboxField (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormCheckBoxFieldCreateOptions::set_Style(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Enum [BoxStyle](../../../aspose.pdf.forms/boxstyle/) -* Class [FormCheckBoxFieldCreateOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formcheckboxfieldsetoptions/_index.md b/english/cpp/aspose.pdf.plugins/formcheckboxfieldsetoptions/_index.md deleted file mode 100644 index e23694728a..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcheckboxfieldsetoptions/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormCheckBoxFieldSetOptions class -linktitle: FormCheckBoxFieldSetOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormCheckBoxFieldSetOptions class. Represents options for set properties in CheckboxField by FormEditor plugin in C++.' -type: docs -weight: 900 -url: /cpp/aspose.pdf.plugins/formcheckboxfieldsetoptions/ ---- -## FormCheckBoxFieldSetOptions class - - -Represents options for set properties in CheckboxField by [FormEditor](../formeditor/) plugin. - -```cpp -class FormCheckBoxFieldSetOptions : public Aspose::Pdf::Plugins::FormFieldSetOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [get_Checked](./get_checked/)() const | Gets/sets the value to determine property Checked for modified field (if will be set). | -| [get_Style](./get_style/)() const | Gets/sets the value to determine property BoxStyle for modified field (if will be set). | -| [set_Checked](./set_checked/)(System::Nullable\) | Gets/sets the value to determine property Checked for modified field (if will be set). | -| [set_Style](./set_style/)(System::Nullable\) | Gets/sets the value to determine property BoxStyle for modified field (if will be set). | -## See Also - -* Class [FormFieldSetOptions](../formfieldsetoptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/formcheckboxfieldsetoptions/get_checked/_index.md b/english/cpp/aspose.pdf.plugins/formcheckboxfieldsetoptions/get_checked/_index.md deleted file mode 100644 index 649b60fd58..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcheckboxfieldsetoptions/get_checked/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormCheckBoxFieldSetOptions::get_Checked method -linktitle: get_Checked -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormCheckBoxFieldSetOptions::get_Checked method. Gets/sets the value to determine property Checked for modified field (if will be set) in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/formcheckboxfieldsetoptions/get_checked/ ---- -## FormCheckBoxFieldSetOptions::get_Checked method - - -Gets/sets the value to determine property Checked for modified field (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormCheckBoxFieldSetOptions::get_Checked() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormCheckBoxFieldSetOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formcheckboxfieldsetoptions/get_style/_index.md b/english/cpp/aspose.pdf.plugins/formcheckboxfieldsetoptions/get_style/_index.md deleted file mode 100644 index 271568f850..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcheckboxfieldsetoptions/get_style/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormCheckBoxFieldSetOptions::get_Style method -linktitle: get_Style -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormCheckBoxFieldSetOptions::get_Style method. Gets/sets the value to determine property BoxStyle for modified field (if will be set) in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/formcheckboxfieldsetoptions/get_style/ ---- -## FormCheckBoxFieldSetOptions::get_Style method - - -Gets/sets the value to determine property BoxStyle for modified field (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormCheckBoxFieldSetOptions::get_Style() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Enum [BoxStyle](../../../aspose.pdf.forms/boxstyle/) -* Class [FormCheckBoxFieldSetOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formcheckboxfieldsetoptions/set_checked/_index.md b/english/cpp/aspose.pdf.plugins/formcheckboxfieldsetoptions/set_checked/_index.md deleted file mode 100644 index 80a241df78..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcheckboxfieldsetoptions/set_checked/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormCheckBoxFieldSetOptions::set_Checked method -linktitle: set_Checked -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormCheckBoxFieldSetOptions::set_Checked method. Gets/sets the value to determine property Checked for modified field (if will be set) in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/formcheckboxfieldsetoptions/set_checked/ ---- -## FormCheckBoxFieldSetOptions::set_Checked method - - -Gets/sets the value to determine property Checked for modified field (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormCheckBoxFieldSetOptions::set_Checked(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormCheckBoxFieldSetOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formcheckboxfieldsetoptions/set_style/_index.md b/english/cpp/aspose.pdf.plugins/formcheckboxfieldsetoptions/set_style/_index.md deleted file mode 100644 index 7f1f281418..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcheckboxfieldsetoptions/set_style/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormCheckBoxFieldSetOptions::set_Style method -linktitle: set_Style -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormCheckBoxFieldSetOptions::set_Style method. Gets/sets the value to determine property BoxStyle for modified field (if will be set) in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/formcheckboxfieldsetoptions/set_style/ ---- -## FormCheckBoxFieldSetOptions::set_Style method - - -Gets/sets the value to determine property BoxStyle for modified field (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormCheckBoxFieldSetOptions::set_Style(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Enum [BoxStyle](../../../aspose.pdf.forms/boxstyle/) -* Class [FormCheckBoxFieldSetOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/_index.md b/english/cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/_index.md deleted file mode 100644 index 892e530891..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions class -linktitle: FormComboBoxFieldCreateOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions class. Represents options for creating ComboBoxField by FormEditor plugin in C++.' -type: docs -weight: 1000 -url: /cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/ ---- -## FormComboBoxFieldCreateOptions class - - -Represents options for creating ComboBoxField by [FormEditor](../formeditor/) plugin. - -```cpp -class FormComboBoxFieldCreateOptions : public Aspose::Pdf::Plugins::FormFieldCreateOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [FormComboBoxFieldCreateOptions](./formcomboboxfieldcreateoptions/)(int32_t, System::SharedPtr\) | Initializes a new instance of the [FormComboBoxFieldCreateOptions](./) object, that containing parameters for created and added ComboBoxField. | -| [get_Editable](./get_editable/)() const | Gets/sets the value to determine whether created ComboBoxField is editable or not (if will be set). | -| [get_Options](./get_options/)() const | Gets/sets the value to determine property Options for created ComboBoxField (if will be set). | -| [get_Selected](./get_selected/)() const | Gets/sets the value to determine property Selected for created ComboBoxField (if will be set). | -| [set_Editable](./set_editable/)(System::Nullable\) | Gets/sets the value to determine whether created ComboBoxField is editable or not (if will be set). | -| [set_Options](./set_options/)(System::SharedPtr\\>) | Gets/sets the value to determine property Options for created ComboBoxField (if will be set). | -| [set_Selected](./set_selected/)(System::Nullable\) | Gets/sets the value to determine property Selected for created ComboBoxField (if will be set). | -## See Also - -* Class [FormFieldCreateOptions](../formfieldcreateoptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/formcomboboxfieldcreateoptions/_index.md b/english/cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/formcomboboxfieldcreateoptions/_index.md deleted file mode 100644 index c7f3e6ded1..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/formcomboboxfieldcreateoptions/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions::FormComboBoxFieldCreateOptions constructor -linktitle: FormComboBoxFieldCreateOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions::FormComboBoxFieldCreateOptions constructor. Initializes a new instance of the FormComboBoxFieldCreateOptions object, that containing parameters for created and added ComboBoxField in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/formcomboboxfieldcreateoptions/ ---- -## FormComboBoxFieldCreateOptions::FormComboBoxFieldCreateOptions constructor - - -Initializes a new instance of the [FormComboBoxFieldCreateOptions](../) object, that containing parameters for created and added ComboBoxField. - -```cpp -Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions::FormComboBoxFieldCreateOptions(int32_t pageNum, System::SharedPtr rect) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| pageNum | int32_t | [Page](../../../aspose.pdf/page/) number on which the added ComboBoxField will be located. | -| rect | System::SharedPtr\ | Sets ComboBoxField rectangle. | - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [Rectangle](../../../aspose.pdf/rectangle/) -* Class [FormComboBoxFieldCreateOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/get_editable/_index.md b/english/cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/get_editable/_index.md deleted file mode 100644 index 0e5605bd53..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/get_editable/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions::get_Editable method -linktitle: get_Editable -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions::get_Editable method. Gets/sets the value to determine whether created ComboBoxField is editable or not (if will be set) in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/get_editable/ ---- -## FormComboBoxFieldCreateOptions::get_Editable method - - -Gets/sets the value to determine whether created ComboBoxField is editable or not (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions::get_Editable() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormComboBoxFieldCreateOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/get_options/_index.md b/english/cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/get_options/_index.md deleted file mode 100644 index 1dd46ef335..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/get_options/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions::get_Options method -linktitle: get_Options -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions::get_Options method. Gets/sets the value to determine property Options for created ComboBoxField (if will be set) in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/get_options/ ---- -## FormComboBoxFieldCreateOptions::get_Options method - - -Gets/sets the value to determine property Options for created ComboBoxField (if will be set). - -```cpp -const System::SharedPtr> & Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions::get_Options() const -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [List](../../../system.collections.generic/list/) -* Class [String](../../../system/string/) -* Class [FormComboBoxFieldCreateOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/get_selected/_index.md b/english/cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/get_selected/_index.md deleted file mode 100644 index 21a9b70449..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/get_selected/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions::get_Selected method -linktitle: get_Selected -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions::get_Selected method. Gets/sets the value to determine property Selected for created ComboBoxField (if will be set) in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/get_selected/ ---- -## FormComboBoxFieldCreateOptions::get_Selected method - - -Gets/sets the value to determine property Selected for created ComboBoxField (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions::get_Selected() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormComboBoxFieldCreateOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/set_editable/_index.md b/english/cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/set_editable/_index.md deleted file mode 100644 index cc48f77517..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/set_editable/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions::set_Editable method -linktitle: set_Editable -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions::set_Editable method. Gets/sets the value to determine whether created ComboBoxField is editable or not (if will be set) in C++.' -type: docs -weight: 500 -url: /cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/set_editable/ ---- -## FormComboBoxFieldCreateOptions::set_Editable method - - -Gets/sets the value to determine whether created ComboBoxField is editable or not (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions::set_Editable(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormComboBoxFieldCreateOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/set_options/_index.md b/english/cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/set_options/_index.md deleted file mode 100644 index 488c0d22f2..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/set_options/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions::set_Options method -linktitle: set_Options -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions::set_Options method. Gets/sets the value to determine property Options for created ComboBoxField (if will be set) in C++.' -type: docs -weight: 600 -url: /cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/set_options/ ---- -## FormComboBoxFieldCreateOptions::set_Options method - - -Gets/sets the value to determine property Options for created ComboBoxField (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions::set_Options(System::SharedPtr> value) -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [List](../../../system.collections.generic/list/) -* Class [String](../../../system/string/) -* Class [FormComboBoxFieldCreateOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/set_selected/_index.md b/english/cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/set_selected/_index.md deleted file mode 100644 index edce19b157..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/set_selected/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions::set_Selected method -linktitle: set_Selected -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions::set_Selected method. Gets/sets the value to determine property Selected for created ComboBoxField (if will be set) in C++.' -type: docs -weight: 700 -url: /cpp/aspose.pdf.plugins/formcomboboxfieldcreateoptions/set_selected/ ---- -## FormComboBoxFieldCreateOptions::set_Selected method - - -Gets/sets the value to determine property Selected for created ComboBoxField (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions::set_Selected(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormComboBoxFieldCreateOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/_index.md b/english/cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/_index.md deleted file mode 100644 index febfe70080..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormComboBoxFieldSetOptions class -linktitle: FormComboBoxFieldSetOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormComboBoxFieldSetOptions class. Represents options for set properties in ComboBoxField by FormEditor plugin in C++.' -type: docs -weight: 1100 -url: /cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/ ---- -## FormComboBoxFieldSetOptions class - - -Represents options for set properties in ComboBoxField by [FormEditor](../formeditor/) plugin. - -```cpp -class FormComboBoxFieldSetOptions : public Aspose::Pdf::Plugins::FormFieldSetOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [get_Editable](./get_editable/)() const | Gets/sets the value to determine property Editable for modified field (if will be set). | -| [get_Options](./get_options/)() const | Gets/sets the value to determine property Options for modified field (if will be set). | -| [get_Selected](./get_selected/)() const | Gets/sets the value to determine property Selected for modified field (if will be set). | -| [set_Editable](./set_editable/)(System::Nullable\) | Gets/sets the value to determine property Editable for modified field (if will be set). | -| [set_Options](./set_options/)(System::SharedPtr\\>) | Gets/sets the value to determine property Options for modified field (if will be set). | -| [set_Selected](./set_selected/)(System::Nullable\) | Gets/sets the value to determine property Selected for modified field (if will be set). | -## See Also - -* Class [FormFieldSetOptions](../formfieldsetoptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/get_editable/_index.md b/english/cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/get_editable/_index.md deleted file mode 100644 index cb7859a7c3..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/get_editable/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormComboBoxFieldSetOptions::get_Editable method -linktitle: get_Editable -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormComboBoxFieldSetOptions::get_Editable method. Gets/sets the value to determine property Editable for modified field (if will be set) in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/get_editable/ ---- -## FormComboBoxFieldSetOptions::get_Editable method - - -Gets/sets the value to determine property Editable for modified field (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormComboBoxFieldSetOptions::get_Editable() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormComboBoxFieldSetOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/get_options/_index.md b/english/cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/get_options/_index.md deleted file mode 100644 index f3df4d3382..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/get_options/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormComboBoxFieldSetOptions::get_Options method -linktitle: get_Options -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormComboBoxFieldSetOptions::get_Options method. Gets/sets the value to determine property Options for modified field (if will be set) in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/get_options/ ---- -## FormComboBoxFieldSetOptions::get_Options method - - -Gets/sets the value to determine property Options for modified field (if will be set). - -```cpp -const System::SharedPtr> & Aspose::Pdf::Plugins::FormComboBoxFieldSetOptions::get_Options() const -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [List](../../../system.collections.generic/list/) -* Class [String](../../../system/string/) -* Class [FormComboBoxFieldSetOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/get_selected/_index.md b/english/cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/get_selected/_index.md deleted file mode 100644 index 6eb0fd9a12..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/get_selected/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormComboBoxFieldSetOptions::get_Selected method -linktitle: get_Selected -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormComboBoxFieldSetOptions::get_Selected method. Gets/sets the value to determine property Selected for modified field (if will be set) in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/get_selected/ ---- -## FormComboBoxFieldSetOptions::get_Selected method - - -Gets/sets the value to determine property Selected for modified field (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormComboBoxFieldSetOptions::get_Selected() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormComboBoxFieldSetOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/set_editable/_index.md b/english/cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/set_editable/_index.md deleted file mode 100644 index 9998b73743..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/set_editable/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormComboBoxFieldSetOptions::set_Editable method -linktitle: set_Editable -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormComboBoxFieldSetOptions::set_Editable method. Gets/sets the value to determine property Editable for modified field (if will be set) in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/set_editable/ ---- -## FormComboBoxFieldSetOptions::set_Editable method - - -Gets/sets the value to determine property Editable for modified field (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormComboBoxFieldSetOptions::set_Editable(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormComboBoxFieldSetOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/set_options/_index.md b/english/cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/set_options/_index.md deleted file mode 100644 index 9c9cee2717..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/set_options/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormComboBoxFieldSetOptions::set_Options method -linktitle: set_Options -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormComboBoxFieldSetOptions::set_Options method. Gets/sets the value to determine property Options for modified field (if will be set) in C++.' -type: docs -weight: 500 -url: /cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/set_options/ ---- -## FormComboBoxFieldSetOptions::set_Options method - - -Gets/sets the value to determine property Options for modified field (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormComboBoxFieldSetOptions::set_Options(System::SharedPtr> value) -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [List](../../../system.collections.generic/list/) -* Class [String](../../../system/string/) -* Class [FormComboBoxFieldSetOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/set_selected/_index.md b/english/cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/set_selected/_index.md deleted file mode 100644 index 3b16a180ff..0000000000 --- a/english/cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/set_selected/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormComboBoxFieldSetOptions::set_Selected method -linktitle: set_Selected -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormComboBoxFieldSetOptions::set_Selected method. Gets/sets the value to determine property Selected for modified field (if will be set) in C++.' -type: docs -weight: 600 -url: /cpp/aspose.pdf.plugins/formcomboboxfieldsetoptions/set_selected/ ---- -## FormComboBoxFieldSetOptions::set_Selected method - - -Gets/sets the value to determine property Selected for modified field (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormComboBoxFieldSetOptions::set_Selected(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormComboBoxFieldSetOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formeditor/_index.md b/english/cpp/aspose.pdf.plugins/formeditor/_index.md deleted file mode 100644 index deaa8f88e9..0000000000 --- a/english/cpp/aspose.pdf.plugins/formeditor/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormEditor class -linktitle: FormEditor -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormEditor class. Represents FormEditor plugin in C++.' -type: docs -weight: 1200 -url: /cpp/aspose.pdf.plugins/formeditor/ ---- -## FormEditor class - - -Represents [FormEditor](./) plugin. - -```cpp -class FormEditor : public Aspose::Pdf::Plugins::IPlugin -``` - -## Methods - -| Method | Description | -| --- | --- | -| [Process](./process/)(System::SharedPtr\) override | Starts the [FormEditor](./) processing with the specified parameters. | -## See Also - -* Class [IPlugin](../iplugin/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/formeditor/process/_index.md b/english/cpp/aspose.pdf.plugins/formeditor/process/_index.md deleted file mode 100644 index eab26a9616..0000000000 --- a/english/cpp/aspose.pdf.plugins/formeditor/process/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormEditor::Process method -linktitle: Process -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormEditor::Process method. Starts the FormEditor processing with the specified parameters in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/formeditor/process/ ---- -## FormEditor::Process method - - -Starts the [FormEditor](../) processing with the specified parameters. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::FormEditor::Process(System::SharedPtr options) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| options | System::SharedPtr\ | An options object containing instructions for the [FormEditor](../). | - -### ReturnValue - -An [ResultContainer](../../resultcontainer/) object containing the result of the operation. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [ResultContainer](../../resultcontainer/) -* Class [IPluginOptions](../../ipluginoptions/) -* Class [FormEditor](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formeditoraddoptions/_index.md b/english/cpp/aspose.pdf.plugins/formeditoraddoptions/_index.md deleted file mode 100644 index 56587e8f92..0000000000 --- a/english/cpp/aspose.pdf.plugins/formeditoraddoptions/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormEditorAddOptions class -linktitle: FormEditorAddOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormEditorAddOptions class. Represents options for add Fields to document by FormEditor plugin in C++.' -type: docs -weight: 1300 -url: /cpp/aspose.pdf.plugins/formeditoraddoptions/ ---- -## FormEditorAddOptions class - - -Represents options for add Fields to document by [FormEditor](../formeditor/) plugin. - -```cpp -class FormEditorAddOptions : public Aspose::Pdf::Plugins::FormEditorOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [FormEditorAddOptions](./formeditoraddoptions/)(System::SharedPtr\\>\>) | Initializes a new instance of the [PdfFormAddFieldsOptions](../) object. | -## See Also - -* Class [FormEditorOptions](../formeditoroptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/formeditoraddoptions/formeditoraddoptions/_index.md b/english/cpp/aspose.pdf.plugins/formeditoraddoptions/formeditoraddoptions/_index.md deleted file mode 100644 index f8321a2acb..0000000000 --- a/english/cpp/aspose.pdf.plugins/formeditoraddoptions/formeditoraddoptions/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormEditorAddOptions::FormEditorAddOptions constructor -linktitle: FormEditorAddOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormEditorAddOptions::FormEditorAddOptions constructor. Initializes a new instance of the PdfFormAddFieldsOptions object in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/formeditoraddoptions/formeditoraddoptions/ ---- -## FormEditorAddOptions::FormEditorAddOptions constructor - - -Initializes a new instance of the [PdfFormAddFieldsOptions](../) object. - -```cpp -Aspose::Pdf::Plugins::FormEditorAddOptions::FormEditorAddOptions(System::SharedPtr>> fieldsCreateOptions) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| fieldsCreateOptions | System::SharedPtr\\>\> | List of [FormFieldCreateOptions](../../formfieldcreateoptions/) children that set the options for each added field. Each element of the list corresponds to one field to be added. | - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [List](../../../system.collections.generic/list/) -* Class [FormFieldCreateOptions](../../formfieldcreateoptions/) -* Class [FormEditorAddOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formeditoroptions/_index.md b/english/cpp/aspose.pdf.plugins/formeditoroptions/_index.md deleted file mode 100644 index bbff60c0ac..0000000000 --- a/english/cpp/aspose.pdf.plugins/formeditoroptions/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormEditorOptions class -linktitle: FormEditorOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormEditorOptions class. Represents options for FormEditor plugin in C++.' -type: docs -weight: 1400 -url: /cpp/aspose.pdf.plugins/formeditoroptions/ ---- -## FormEditorOptions class - - -Represents options for [FormEditor](../formeditor/) plugin. - -```cpp -class FormEditorOptions : public Aspose::Pdf::Plugins::FormOptions -``` - -## See Also - -* Class [FormOptions](../formoptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/formeditorremoveoptions/_index.md b/english/cpp/aspose.pdf.plugins/formeditorremoveoptions/_index.md deleted file mode 100644 index bd0b22a5f3..0000000000 --- a/english/cpp/aspose.pdf.plugins/formeditorremoveoptions/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormEditorRemoveOptions class -linktitle: FormEditorRemoveOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormEditorRemoveOptions class. Base class for option classes for remove fields in document by FormEditor plugin in C++.' -type: docs -weight: 1500 -url: /cpp/aspose.pdf.plugins/formeditorremoveoptions/ ---- -## FormEditorRemoveOptions class - - -Base class for option classes for remove fields in document by [FormEditor](../formeditor/) plugin. - -```cpp -class FormEditorRemoveOptions : public Aspose::Pdf::Plugins::FormEditorOptions -``` - -## See Also - -* Class [FormEditorOptions](../formeditoroptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/formeditorsetoptions/_index.md b/english/cpp/aspose.pdf.plugins/formeditorsetoptions/_index.md deleted file mode 100644 index 5972368343..0000000000 --- a/english/cpp/aspose.pdf.plugins/formeditorsetoptions/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormEditorSetOptions class -linktitle: FormEditorSetOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormEditorSetOptions class. Represents options for set fields (not annotations) properties in C++.' -type: docs -weight: 1600 -url: /cpp/aspose.pdf.plugins/formeditorsetoptions/ ---- -## FormEditorSetOptions class - - -Represents options for set fields (not annotations) properties. - -```cpp -class FormEditorSetOptions : public Aspose::Pdf::Plugins::FormEditorOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [FormEditorSetOptions](./formeditorsetoptions/)(SelectField, System::SharedPtr\) | Initializes a new instance of the [FormEditorSetOptions](./) object, in which the values assigned to the properties of the field are specified. | -## See Also - -* Class [FormEditorOptions](../formeditoroptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/formeditorsetoptions/formeditorsetoptions/_index.md b/english/cpp/aspose.pdf.plugins/formeditorsetoptions/formeditorsetoptions/_index.md deleted file mode 100644 index c13217ceca..0000000000 --- a/english/cpp/aspose.pdf.plugins/formeditorsetoptions/formeditorsetoptions/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormEditorSetOptions::FormEditorSetOptions constructor -linktitle: FormEditorSetOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormEditorSetOptions::FormEditorSetOptions constructor. Initializes a new instance of the FormEditorSetOptions object, in which the values assigned to the properties of the field are specified in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/formeditorsetoptions/formeditorsetoptions/ ---- -## FormEditorSetOptions::FormEditorSetOptions constructor - - -Initializes a new instance of the [FormEditorSetOptions](../) object, in which the values assigned to the properties of the field are specified. - -```cpp -Aspose::Pdf::Plugins::FormEditorSetOptions::FormEditorSetOptions(SelectField selectField, System::SharedPtr settedOptions) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| selectField | SelectField | Delegate that determines the properties of which field(s) to set values. | -| settedOptions | System::SharedPtr\ | An object containing the values assigned to the properties of the field(s). May be an object of a derived class, corresponding to a particular field type. | - -## See Also - -* Typedef [SelectField](../../selectfield/) -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [FormFieldSetOptions](../../formfieldsetoptions/) -* Class [FormEditorSetOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formexporter/_index.md b/english/cpp/aspose.pdf.plugins/formexporter/_index.md deleted file mode 100644 index 58c8960e16..0000000000 --- a/english/cpp/aspose.pdf.plugins/formexporter/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormExporter class -linktitle: FormExporter -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormExporter class. Represents FormExporter plugin in C++.' -type: docs -weight: 1700 -url: /cpp/aspose.pdf.plugins/formexporter/ ---- -## FormExporter class - - -Represents [FormExporter](./) plugin. - -```cpp -class FormExporter : public Aspose::Pdf::Plugins::IPlugin -``` - -## Methods - -| Method | Description | -| --- | --- | -| [Process](./process/)(System::SharedPtr\) override | Starts the [FormExporter](./) processing with the specified parameters. | -## See Also - -* Class [IPlugin](../iplugin/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/formexporter/process/_index.md b/english/cpp/aspose.pdf.plugins/formexporter/process/_index.md deleted file mode 100644 index af868ce47c..0000000000 --- a/english/cpp/aspose.pdf.plugins/formexporter/process/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormExporter::Process method -linktitle: Process -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormExporter::Process method. Starts the FormExporter processing with the specified parameters in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/formexporter/process/ ---- -## FormExporter::Process method - - -Starts the [FormExporter](../) processing with the specified parameters. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::FormExporter::Process(System::SharedPtr options) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| options | System::SharedPtr\ | An options object containing instructions for the [FormExporter](../). | - -### ReturnValue - -An [ResultContainer](../../resultcontainer/) object containing the result of the operation. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [ResultContainer](../../resultcontainer/) -* Class [IPluginOptions](../../ipluginoptions/) -* Class [FormExporter](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formexporteroptions/_index.md b/english/cpp/aspose.pdf.plugins/formexporteroptions/_index.md deleted file mode 100644 index c57cbc4f77..0000000000 --- a/english/cpp/aspose.pdf.plugins/formexporteroptions/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormExporterOptions class -linktitle: FormExporterOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormExporterOptions class. Represents options for FormExporter plugin in C++.' -type: docs -weight: 1800 -url: /cpp/aspose.pdf.plugins/formexporteroptions/ ---- -## FormExporterOptions class - - -Represents options for [FormExporter](../formexporter/) plugin. - -```cpp -class FormExporterOptions : public Aspose::Pdf::Plugins::FormOptions -``` - -## See Also - -* Class [FormOptions](../formoptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/formexportervaluestocsvoptions/_index.md b/english/cpp/aspose.pdf.plugins/formexportervaluestocsvoptions/_index.md deleted file mode 100644 index 9495ed6127..0000000000 --- a/english/cpp/aspose.pdf.plugins/formexportervaluestocsvoptions/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormExporterValuesToCsvOptions class -linktitle: FormExporterValuesToCsvOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormExporterValuesToCsvOptions class. Represents options for export Value property(s) of specified field(s) (not annotations) in C++.' -type: docs -weight: 1900 -url: /cpp/aspose.pdf.plugins/formexportervaluestocsvoptions/ ---- -## FormExporterValuesToCsvOptions class - - -Represents options for export Value property(s) of specified field(s) (not annotations). - -```cpp -class FormExporterValuesToCsvOptions : public Aspose::Pdf::Plugins::FormExporterOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [FormExporterValuesToCsvOptions](./formexportervaluestocsvoptions/)(SelectField, char16_t) | Initializes a new instance of the [FormExporterValuesToCsvOptions](./) object, in which the fields whose data will be exported and the separator for the exported data are specified. | -## See Also - -* Class [FormExporterOptions](../formexporteroptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/formexportervaluestocsvoptions/formexportervaluestocsvoptions/_index.md b/english/cpp/aspose.pdf.plugins/formexportervaluestocsvoptions/formexportervaluestocsvoptions/_index.md deleted file mode 100644 index 34e95ae0ff..0000000000 --- a/english/cpp/aspose.pdf.plugins/formexportervaluestocsvoptions/formexportervaluestocsvoptions/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormExporterValuesToCsvOptions::FormExporterValuesToCsvOptions constructor -linktitle: FormExporterValuesToCsvOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormExporterValuesToCsvOptions::FormExporterValuesToCsvOptions constructor. Initializes a new instance of the FormExporterValuesToCsvOptions object, in which the fields whose data will be exported and the separator for the exported data are specified in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/formexportervaluestocsvoptions/formexportervaluestocsvoptions/ ---- -## FormExporterValuesToCsvOptions::FormExporterValuesToCsvOptions constructor - - -Initializes a new instance of the [FormExporterValuesToCsvOptions](../) object, in which the fields whose data will be exported and the separator for the exported data are specified. - -```cpp -Aspose::Pdf::Plugins::FormExporterValuesToCsvOptions::FormExporterValuesToCsvOptions(SelectField selectField, char16_t delimeter=u',') -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| selectField | SelectField | Delegate that determines the properties of which field(s) to set values. | -| delimeter | char16_t | Specifies the delimeter to use in exported data between values. The default value is ',' | - -## See Also - -* Typedef [SelectField](../../selectfield/) -* Class [FormExporterValuesToCsvOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldcreateoptions/_index.md b/english/cpp/aspose.pdf.plugins/formfieldcreateoptions/_index.md deleted file mode 100644 index 9d5f8f4b3b..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldcreateoptions/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldCreateOptions class -linktitle: FormFieldCreateOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldCreateOptions class. Represents options for creating Field in C++.' -type: docs -weight: 2000 -url: /cpp/aspose.pdf.plugins/formfieldcreateoptions/ ---- -## FormFieldCreateOptions class - - -Represents options for creating Field. - -```cpp -class FormFieldCreateOptions : public Aspose::Pdf::Plugins::FormFieldOptions -``` - -## See Also - -* Class [FormFieldOptions](../formfieldoptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/_index.md deleted file mode 100644 index f40c8eebd3..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/_index.md +++ /dev/null @@ -1,65 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions class -linktitle: FormFieldOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions class. Represents Field options. Base class for PdfFormFieldCreateOptions and PdfFormFillFieldOptions in C++.' -type: docs -weight: 2100 -url: /cpp/aspose.pdf.plugins/formfieldoptions/ ---- -## FormFieldOptions class - - -Represents Field options. Base class for PdfFormFieldCreateOptions and PdfFormFillFieldOptions. - -```cpp -class FormFieldOptions : public System::Object -``` - -## Methods - -| Method | Description | -| --- | --- | -| [get_AlternateName](./get_alternatename/)() const | Gets/sets the value to determine property AlternateName for created/modified field (if will be set). | -| [get_Color](./get_color/)() const | Gets/sets the value to determine property [Color](../../aspose.pdf/color/) for created/modified field (if will be set). | -| [get_Contents](./get_contents/)() const | Gets/sets the value to determine property Contents for created/modified field (if will be set). | -| [get_DefaultAppearance](./get_defaultappearance/)() const | Gets/sets the value to determine property DefaultAppearance for created/modified field (if will be set). | -| [get_Exportable](./get_exportable/)() const | Gets/sets the value to determine whether created/modified field is exportable or not (if will be set). | -| [get_FitIntoRectangle](./get_fitintorectangle/)() const | Gets/sets the value to determine whether created/modified field is fit into rectangle or not (if will be set). | -| [get_Flags](./get_flags/)() const | Gets/sets the value to determine property Flags for created/modified field (if will be set). | -| [get_IsSharedField](./get_issharedfield/)() const | Gets/sets the value to determine whether created/modified field is shared field or not (if will be set). | -| [get_MappingName](./get_mappingname/)() const | Gets/sets the value to determine property MappingName for created/modified field (if will be set). | -| [get_MaxFontSize](./get_maxfontsize/)() const | Gets/sets the value to determine property MaxFontSize for created/modified field (if will be set). | -| [get_MinFontSize](./get_minfontsize/)() const | Gets/sets the value to determine property MinFontSize for created/modified field (if will be set). | -| [get_Name](./get_name/)() const | Gets/sets the value to determine property Name for created/modified field (if will be set). | -| [get_PartialName](./get_partialname/)() const | Gets/sets the value to determine property PartialName for created/modified field (if will be set). | -| [get_ReadOnly](./get_readonly/)() const | Gets/sets the value to determine whether created/modified field is read only or not (if will be set). | -| [get_Required](./get_required/)() const | Gets/sets the value to determine whether created/modified field is required or not (if will be set). | -| [get_TextHorizontalAlignment](./get_texthorizontalalignment/)() const | Gets/sets the value to determine property TextHorizontalAlignment for created/modified field (if will be set). | -| [get_UpdateAppearanceOnConvert](./get_updateappearanceonconvert/)() const | Gets/sets the value to determine whether created/modified field is update appearance on convert or not (if will be set). | -| [get_UseFontSubset](./get_usefontsubset/)() const | Gets/sets the value to determine whether created/modified field is use font subset or not (if will be set). | -| [get_Value](./get_value/)() const | Gets/sets the value to determine property Value for created/modified field (if will be set). | -| [set_AlternateName](./set_alternatename/)(System::String) | Gets/sets the value to determine property AlternateName for created/modified field (if will be set). | -| [set_Color](./set_color/)(System::SharedPtr\) | Gets/sets the value to determine property [Color](../../aspose.pdf/color/) for created/modified field (if will be set). | -| [set_Contents](./set_contents/)(System::String) | Gets/sets the value to determine property Contents for created/modified field (if will be set). | -| [set_DefaultAppearance](./set_defaultappearance/)(System::SharedPtr\) | Gets/sets the value to determine property DefaultAppearance for created/modified field (if will be set). | -| [set_Exportable](./set_exportable/)(System::Nullable\) | Gets/sets the value to determine whether created/modified field is exportable or not (if will be set). | -| [set_FitIntoRectangle](./set_fitintorectangle/)(System::Nullable\) | Gets/sets the value to determine whether created/modified field is fit into rectangle or not (if will be set). | -| [set_Flags](./set_flags/)(System::Nullable\) | Gets/sets the value to determine property Flags for created/modified field (if will be set). | -| [set_IsSharedField](./set_issharedfield/)(System::Nullable\) | Gets/sets the value to determine whether created/modified field is shared field or not (if will be set). | -| [set_MappingName](./set_mappingname/)(System::String) | Gets/sets the value to determine property MappingName for created/modified field (if will be set). | -| [set_MaxFontSize](./set_maxfontsize/)(System::Nullable\) | Gets/sets the value to determine property MaxFontSize for created/modified field (if will be set). | -| [set_MinFontSize](./set_minfontsize/)(System::Nullable\) | Gets/sets the value to determine property MinFontSize for created/modified field (if will be set). | -| [set_Name](./set_name/)(System::String) | Gets/sets the value to determine property Name for created/modified field (if will be set). | -| [set_PartialName](./set_partialname/)(System::String) | Gets/sets the value to determine property PartialName for created/modified field (if will be set). | -| [set_ReadOnly](./set_readonly/)(System::Nullable\) | Gets/sets the value to determine whether created/modified field is read only or not (if will be set). | -| [set_Required](./set_required/)(System::Nullable\) | Gets/sets the value to determine whether created/modified field is required or not (if will be set). | -| [set_TextHorizontalAlignment](./set_texthorizontalalignment/)(System::Nullable\) | Gets/sets the value to determine property TextHorizontalAlignment for created/modified field (if will be set). | -| [set_UpdateAppearanceOnConvert](./set_updateappearanceonconvert/)(System::Nullable\) | Gets/sets the value to determine whether created/modified field is update appearance on convert or not (if will be set). | -| [set_UseFontSubset](./set_usefontsubset/)(System::Nullable\) | Gets/sets the value to determine whether created/modified field is use font subset or not (if will be set). | -| [set_Value](./set_value/)(System::String) | Gets/sets the value to determine property Value for created/modified field (if will be set). | -## See Also - -* Class [Object](../../system/object/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_alternatename/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/get_alternatename/_index.md deleted file mode 100644 index 9b550269c2..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_alternatename/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::get_AlternateName method -linktitle: get_AlternateName -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::get_AlternateName method. Gets/sets the value to determine property AlternateName for created/modified field (if will be set) in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/formfieldoptions/get_alternatename/ ---- -## FormFieldOptions::get_AlternateName method - - -Gets/sets the value to determine property AlternateName for created/modified field (if will be set). - -```cpp -System::String Aspose::Pdf::Plugins::FormFieldOptions::get_AlternateName() const -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_color/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/get_color/_index.md deleted file mode 100644 index 10e84c1b41..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_color/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::get_Color method -linktitle: get_Color -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::get_Color method. Gets/sets the value to determine property Color for created/modified field (if will be set) in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/formfieldoptions/get_color/ ---- -## FormFieldOptions::get_Color method - - -Gets/sets the value to determine property [Color](../../../aspose.pdf/color/) for created/modified field (if will be set). - -```cpp -const System::SharedPtr & Aspose::Pdf::Plugins::FormFieldOptions::get_Color() const -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [Color](../../../aspose.pdf/color/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_contents/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/get_contents/_index.md deleted file mode 100644 index 32998d4a65..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_contents/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::get_Contents method -linktitle: get_Contents -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::get_Contents method. Gets/sets the value to determine property Contents for created/modified field (if will be set) in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/formfieldoptions/get_contents/ ---- -## FormFieldOptions::get_Contents method - - -Gets/sets the value to determine property Contents for created/modified field (if will be set). - -```cpp -System::String Aspose::Pdf::Plugins::FormFieldOptions::get_Contents() const -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_defaultappearance/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/get_defaultappearance/_index.md deleted file mode 100644 index 732bbb0e60..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_defaultappearance/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::get_DefaultAppearance method -linktitle: get_DefaultAppearance -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::get_DefaultAppearance method. Gets/sets the value to determine property DefaultAppearance for created/modified field (if will be set) in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/formfieldoptions/get_defaultappearance/ ---- -## FormFieldOptions::get_DefaultAppearance method - - -Gets/sets the value to determine property DefaultAppearance for created/modified field (if will be set). - -```cpp -const System::SharedPtr & Aspose::Pdf::Plugins::FormFieldOptions::get_DefaultAppearance() const -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [DefaultAppearance](../../../aspose.pdf.annotations/defaultappearance/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_exportable/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/get_exportable/_index.md deleted file mode 100644 index 8116e718b8..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_exportable/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::get_Exportable method -linktitle: get_Exportable -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::get_Exportable method. Gets/sets the value to determine whether created/modified field is exportable or not (if will be set) in C++.' -type: docs -weight: 500 -url: /cpp/aspose.pdf.plugins/formfieldoptions/get_exportable/ ---- -## FormFieldOptions::get_Exportable method - - -Gets/sets the value to determine whether created/modified field is exportable or not (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormFieldOptions::get_Exportable() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_fitintorectangle/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/get_fitintorectangle/_index.md deleted file mode 100644 index cd7331ae3f..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_fitintorectangle/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::get_FitIntoRectangle method -linktitle: get_FitIntoRectangle -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::get_FitIntoRectangle method. Gets/sets the value to determine whether created/modified field is fit into rectangle or not (if will be set) in C++.' -type: docs -weight: 600 -url: /cpp/aspose.pdf.plugins/formfieldoptions/get_fitintorectangle/ ---- -## FormFieldOptions::get_FitIntoRectangle method - - -Gets/sets the value to determine whether created/modified field is fit into rectangle or not (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormFieldOptions::get_FitIntoRectangle() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_flags/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/get_flags/_index.md deleted file mode 100644 index be1e3d977a..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_flags/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::get_Flags method -linktitle: get_Flags -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::get_Flags method. Gets/sets the value to determine property Flags for created/modified field (if will be set) in C++.' -type: docs -weight: 700 -url: /cpp/aspose.pdf.plugins/formfieldoptions/get_flags/ ---- -## FormFieldOptions::get_Flags method - - -Gets/sets the value to determine property Flags for created/modified field (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormFieldOptions::get_Flags() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Enum [AnnotationFlags](../../../aspose.pdf.annotations/annotationflags/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_issharedfield/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/get_issharedfield/_index.md deleted file mode 100644 index cb374e6652..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_issharedfield/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::get_IsSharedField method -linktitle: get_IsSharedField -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::get_IsSharedField method. Gets/sets the value to determine whether created/modified field is shared field or not (if will be set) in C++.' -type: docs -weight: 800 -url: /cpp/aspose.pdf.plugins/formfieldoptions/get_issharedfield/ ---- -## FormFieldOptions::get_IsSharedField method - - -Gets/sets the value to determine whether created/modified field is shared field or not (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormFieldOptions::get_IsSharedField() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_mappingname/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/get_mappingname/_index.md deleted file mode 100644 index b9cd7e2afa..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_mappingname/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::get_MappingName method -linktitle: get_MappingName -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::get_MappingName method. Gets/sets the value to determine property MappingName for created/modified field (if will be set) in C++.' -type: docs -weight: 900 -url: /cpp/aspose.pdf.plugins/formfieldoptions/get_mappingname/ ---- -## FormFieldOptions::get_MappingName method - - -Gets/sets the value to determine property MappingName for created/modified field (if will be set). - -```cpp -System::String Aspose::Pdf::Plugins::FormFieldOptions::get_MappingName() const -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_maxfontsize/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/get_maxfontsize/_index.md deleted file mode 100644 index a1329c853d..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_maxfontsize/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::get_MaxFontSize method -linktitle: get_MaxFontSize -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::get_MaxFontSize method. Gets/sets the value to determine property MaxFontSize for created/modified field (if will be set) in C++.' -type: docs -weight: 1000 -url: /cpp/aspose.pdf.plugins/formfieldoptions/get_maxfontsize/ ---- -## FormFieldOptions::get_MaxFontSize method - - -Gets/sets the value to determine property MaxFontSize for created/modified field (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormFieldOptions::get_MaxFontSize() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_minfontsize/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/get_minfontsize/_index.md deleted file mode 100644 index 37a29e41d2..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_minfontsize/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::get_MinFontSize method -linktitle: get_MinFontSize -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::get_MinFontSize method. Gets/sets the value to determine property MinFontSize for created/modified field (if will be set) in C++.' -type: docs -weight: 1100 -url: /cpp/aspose.pdf.plugins/formfieldoptions/get_minfontsize/ ---- -## FormFieldOptions::get_MinFontSize method - - -Gets/sets the value to determine property MinFontSize for created/modified field (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormFieldOptions::get_MinFontSize() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_name/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/get_name/_index.md deleted file mode 100644 index f4cc1425e6..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_name/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::get_Name method -linktitle: get_Name -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::get_Name method. Gets/sets the value to determine property Name for created/modified field (if will be set) in C++.' -type: docs -weight: 1200 -url: /cpp/aspose.pdf.plugins/formfieldoptions/get_name/ ---- -## FormFieldOptions::get_Name method - - -Gets/sets the value to determine property Name for created/modified field (if will be set). - -```cpp -System::String Aspose::Pdf::Plugins::FormFieldOptions::get_Name() const -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_partialname/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/get_partialname/_index.md deleted file mode 100644 index 1e29c15102..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_partialname/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::get_PartialName method -linktitle: get_PartialName -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::get_PartialName method. Gets/sets the value to determine property PartialName for created/modified field (if will be set) in C++.' -type: docs -weight: 1300 -url: /cpp/aspose.pdf.plugins/formfieldoptions/get_partialname/ ---- -## FormFieldOptions::get_PartialName method - - -Gets/sets the value to determine property PartialName for created/modified field (if will be set). - -```cpp -System::String Aspose::Pdf::Plugins::FormFieldOptions::get_PartialName() const -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_readonly/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/get_readonly/_index.md deleted file mode 100644 index 0f8560b7f6..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_readonly/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::get_ReadOnly method -linktitle: get_ReadOnly -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::get_ReadOnly method. Gets/sets the value to determine whether created/modified field is read only or not (if will be set) in C++.' -type: docs -weight: 1400 -url: /cpp/aspose.pdf.plugins/formfieldoptions/get_readonly/ ---- -## FormFieldOptions::get_ReadOnly method - - -Gets/sets the value to determine whether created/modified field is read only or not (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormFieldOptions::get_ReadOnly() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_required/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/get_required/_index.md deleted file mode 100644 index bc8492a354..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_required/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::get_Required method -linktitle: get_Required -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::get_Required method. Gets/sets the value to determine whether created/modified field is required or not (if will be set) in C++.' -type: docs -weight: 1500 -url: /cpp/aspose.pdf.plugins/formfieldoptions/get_required/ ---- -## FormFieldOptions::get_Required method - - -Gets/sets the value to determine whether created/modified field is required or not (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormFieldOptions::get_Required() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_texthorizontalalignment/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/get_texthorizontalalignment/_index.md deleted file mode 100644 index 5f2cd6cb63..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_texthorizontalalignment/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::get_TextHorizontalAlignment method -linktitle: get_TextHorizontalAlignment -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::get_TextHorizontalAlignment method. Gets/sets the value to determine property TextHorizontalAlignment for created/modified field (if will be set) in C++.' -type: docs -weight: 1600 -url: /cpp/aspose.pdf.plugins/formfieldoptions/get_texthorizontalalignment/ ---- -## FormFieldOptions::get_TextHorizontalAlignment method - - -Gets/sets the value to determine property TextHorizontalAlignment for created/modified field (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormFieldOptions::get_TextHorizontalAlignment() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Enum [HorizontalAlignment](../../../aspose.pdf/horizontalalignment/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_updateappearanceonconvert/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/get_updateappearanceonconvert/_index.md deleted file mode 100644 index f801e0d586..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_updateappearanceonconvert/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::get_UpdateAppearanceOnConvert method -linktitle: get_UpdateAppearanceOnConvert -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::get_UpdateAppearanceOnConvert method. Gets/sets the value to determine whether created/modified field is update appearance on convert or not (if will be set) in C++.' -type: docs -weight: 1700 -url: /cpp/aspose.pdf.plugins/formfieldoptions/get_updateappearanceonconvert/ ---- -## FormFieldOptions::get_UpdateAppearanceOnConvert method - - -Gets/sets the value to determine whether created/modified field is update appearance on convert or not (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormFieldOptions::get_UpdateAppearanceOnConvert() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_usefontsubset/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/get_usefontsubset/_index.md deleted file mode 100644 index 1061681f00..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_usefontsubset/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::get_UseFontSubset method -linktitle: get_UseFontSubset -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::get_UseFontSubset method. Gets/sets the value to determine whether created/modified field is use font subset or not (if will be set) in C++.' -type: docs -weight: 1800 -url: /cpp/aspose.pdf.plugins/formfieldoptions/get_usefontsubset/ ---- -## FormFieldOptions::get_UseFontSubset method - - -Gets/sets the value to determine whether created/modified field is use font subset or not (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormFieldOptions::get_UseFontSubset() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_value/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/get_value/_index.md deleted file mode 100644 index 7965e5b271..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/get_value/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::get_Value method -linktitle: get_Value -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::get_Value method. Gets/sets the value to determine property Value for created/modified field (if will be set) in C++.' -type: docs -weight: 1900 -url: /cpp/aspose.pdf.plugins/formfieldoptions/get_value/ ---- -## FormFieldOptions::get_Value method - - -Gets/sets the value to determine property Value for created/modified field (if will be set). - -```cpp -System::String Aspose::Pdf::Plugins::FormFieldOptions::get_Value() const -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_alternatename/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/set_alternatename/_index.md deleted file mode 100644 index 274d7603b3..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_alternatename/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::set_AlternateName method -linktitle: set_AlternateName -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::set_AlternateName method. Gets/sets the value to determine property AlternateName for created/modified field (if will be set) in C++.' -type: docs -weight: 2000 -url: /cpp/aspose.pdf.plugins/formfieldoptions/set_alternatename/ ---- -## FormFieldOptions::set_AlternateName method - - -Gets/sets the value to determine property AlternateName for created/modified field (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormFieldOptions::set_AlternateName(System::String value) -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_color/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/set_color/_index.md deleted file mode 100644 index b9804ea49c..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_color/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::set_Color method -linktitle: set_Color -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::set_Color method. Gets/sets the value to determine property Color for created/modified field (if will be set) in C++.' -type: docs -weight: 2100 -url: /cpp/aspose.pdf.plugins/formfieldoptions/set_color/ ---- -## FormFieldOptions::set_Color method - - -Gets/sets the value to determine property [Color](../../../aspose.pdf/color/) for created/modified field (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormFieldOptions::set_Color(System::SharedPtr value) -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [Color](../../../aspose.pdf/color/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_contents/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/set_contents/_index.md deleted file mode 100644 index 9d29423f50..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_contents/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::set_Contents method -linktitle: set_Contents -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::set_Contents method. Gets/sets the value to determine property Contents for created/modified field (if will be set) in C++.' -type: docs -weight: 2200 -url: /cpp/aspose.pdf.plugins/formfieldoptions/set_contents/ ---- -## FormFieldOptions::set_Contents method - - -Gets/sets the value to determine property Contents for created/modified field (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormFieldOptions::set_Contents(System::String value) -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_defaultappearance/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/set_defaultappearance/_index.md deleted file mode 100644 index ce6eda7550..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_defaultappearance/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::set_DefaultAppearance method -linktitle: set_DefaultAppearance -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::set_DefaultAppearance method. Gets/sets the value to determine property DefaultAppearance for created/modified field (if will be set) in C++.' -type: docs -weight: 2300 -url: /cpp/aspose.pdf.plugins/formfieldoptions/set_defaultappearance/ ---- -## FormFieldOptions::set_DefaultAppearance method - - -Gets/sets the value to determine property DefaultAppearance for created/modified field (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormFieldOptions::set_DefaultAppearance(System::SharedPtr value) -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [DefaultAppearance](../../../aspose.pdf.annotations/defaultappearance/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_exportable/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/set_exportable/_index.md deleted file mode 100644 index 433a8b770e..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_exportable/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::set_Exportable method -linktitle: set_Exportable -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::set_Exportable method. Gets/sets the value to determine whether created/modified field is exportable or not (if will be set) in C++.' -type: docs -weight: 2400 -url: /cpp/aspose.pdf.plugins/formfieldoptions/set_exportable/ ---- -## FormFieldOptions::set_Exportable method - - -Gets/sets the value to determine whether created/modified field is exportable or not (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormFieldOptions::set_Exportable(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_fitintorectangle/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/set_fitintorectangle/_index.md deleted file mode 100644 index 50eb64b9d1..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_fitintorectangle/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::set_FitIntoRectangle method -linktitle: set_FitIntoRectangle -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::set_FitIntoRectangle method. Gets/sets the value to determine whether created/modified field is fit into rectangle or not (if will be set) in C++.' -type: docs -weight: 2500 -url: /cpp/aspose.pdf.plugins/formfieldoptions/set_fitintorectangle/ ---- -## FormFieldOptions::set_FitIntoRectangle method - - -Gets/sets the value to determine whether created/modified field is fit into rectangle or not (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormFieldOptions::set_FitIntoRectangle(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_flags/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/set_flags/_index.md deleted file mode 100644 index dc3be9a70b..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_flags/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::set_Flags method -linktitle: set_Flags -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::set_Flags method. Gets/sets the value to determine property Flags for created/modified field (if will be set) in C++.' -type: docs -weight: 2600 -url: /cpp/aspose.pdf.plugins/formfieldoptions/set_flags/ ---- -## FormFieldOptions::set_Flags method - - -Gets/sets the value to determine property Flags for created/modified field (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormFieldOptions::set_Flags(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Enum [AnnotationFlags](../../../aspose.pdf.annotations/annotationflags/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_issharedfield/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/set_issharedfield/_index.md deleted file mode 100644 index bba1d094ce..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_issharedfield/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::set_IsSharedField method -linktitle: set_IsSharedField -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::set_IsSharedField method. Gets/sets the value to determine whether created/modified field is shared field or not (if will be set) in C++.' -type: docs -weight: 2700 -url: /cpp/aspose.pdf.plugins/formfieldoptions/set_issharedfield/ ---- -## FormFieldOptions::set_IsSharedField method - - -Gets/sets the value to determine whether created/modified field is shared field or not (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormFieldOptions::set_IsSharedField(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_mappingname/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/set_mappingname/_index.md deleted file mode 100644 index 75f2366c71..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_mappingname/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::set_MappingName method -linktitle: set_MappingName -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::set_MappingName method. Gets/sets the value to determine property MappingName for created/modified field (if will be set) in C++.' -type: docs -weight: 2800 -url: /cpp/aspose.pdf.plugins/formfieldoptions/set_mappingname/ ---- -## FormFieldOptions::set_MappingName method - - -Gets/sets the value to determine property MappingName for created/modified field (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormFieldOptions::set_MappingName(System::String value) -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_maxfontsize/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/set_maxfontsize/_index.md deleted file mode 100644 index e35529c05b..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_maxfontsize/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::set_MaxFontSize method -linktitle: set_MaxFontSize -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::set_MaxFontSize method. Gets/sets the value to determine property MaxFontSize for created/modified field (if will be set) in C++.' -type: docs -weight: 2900 -url: /cpp/aspose.pdf.plugins/formfieldoptions/set_maxfontsize/ ---- -## FormFieldOptions::set_MaxFontSize method - - -Gets/sets the value to determine property MaxFontSize for created/modified field (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormFieldOptions::set_MaxFontSize(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_minfontsize/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/set_minfontsize/_index.md deleted file mode 100644 index 4348a30a76..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_minfontsize/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::set_MinFontSize method -linktitle: set_MinFontSize -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::set_MinFontSize method. Gets/sets the value to determine property MinFontSize for created/modified field (if will be set) in C++.' -type: docs -weight: 3000 -url: /cpp/aspose.pdf.plugins/formfieldoptions/set_minfontsize/ ---- -## FormFieldOptions::set_MinFontSize method - - -Gets/sets the value to determine property MinFontSize for created/modified field (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormFieldOptions::set_MinFontSize(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_name/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/set_name/_index.md deleted file mode 100644 index deb89e96de..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_name/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::set_Name method -linktitle: set_Name -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::set_Name method. Gets/sets the value to determine property Name for created/modified field (if will be set) in C++.' -type: docs -weight: 3100 -url: /cpp/aspose.pdf.plugins/formfieldoptions/set_name/ ---- -## FormFieldOptions::set_Name method - - -Gets/sets the value to determine property Name for created/modified field (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormFieldOptions::set_Name(System::String value) -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_partialname/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/set_partialname/_index.md deleted file mode 100644 index b15418ba3d..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_partialname/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::set_PartialName method -linktitle: set_PartialName -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::set_PartialName method. Gets/sets the value to determine property PartialName for created/modified field (if will be set) in C++.' -type: docs -weight: 3200 -url: /cpp/aspose.pdf.plugins/formfieldoptions/set_partialname/ ---- -## FormFieldOptions::set_PartialName method - - -Gets/sets the value to determine property PartialName for created/modified field (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormFieldOptions::set_PartialName(System::String value) -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_readonly/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/set_readonly/_index.md deleted file mode 100644 index 2c8ebdb219..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_readonly/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::set_ReadOnly method -linktitle: set_ReadOnly -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::set_ReadOnly method. Gets/sets the value to determine whether created/modified field is read only or not (if will be set) in C++.' -type: docs -weight: 3300 -url: /cpp/aspose.pdf.plugins/formfieldoptions/set_readonly/ ---- -## FormFieldOptions::set_ReadOnly method - - -Gets/sets the value to determine whether created/modified field is read only or not (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormFieldOptions::set_ReadOnly(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_required/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/set_required/_index.md deleted file mode 100644 index d8566564ee..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_required/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::set_Required method -linktitle: set_Required -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::set_Required method. Gets/sets the value to determine whether created/modified field is required or not (if will be set) in C++.' -type: docs -weight: 3400 -url: /cpp/aspose.pdf.plugins/formfieldoptions/set_required/ ---- -## FormFieldOptions::set_Required method - - -Gets/sets the value to determine whether created/modified field is required or not (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormFieldOptions::set_Required(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_texthorizontalalignment/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/set_texthorizontalalignment/_index.md deleted file mode 100644 index 0b51706cc9..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_texthorizontalalignment/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::set_TextHorizontalAlignment method -linktitle: set_TextHorizontalAlignment -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::set_TextHorizontalAlignment method. Gets/sets the value to determine property TextHorizontalAlignment for created/modified field (if will be set) in C++.' -type: docs -weight: 3500 -url: /cpp/aspose.pdf.plugins/formfieldoptions/set_texthorizontalalignment/ ---- -## FormFieldOptions::set_TextHorizontalAlignment method - - -Gets/sets the value to determine property TextHorizontalAlignment for created/modified field (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormFieldOptions::set_TextHorizontalAlignment(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Enum [HorizontalAlignment](../../../aspose.pdf/horizontalalignment/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_updateappearanceonconvert/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/set_updateappearanceonconvert/_index.md deleted file mode 100644 index 2c77d9e027..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_updateappearanceonconvert/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::set_UpdateAppearanceOnConvert method -linktitle: set_UpdateAppearanceOnConvert -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::set_UpdateAppearanceOnConvert method. Gets/sets the value to determine whether created/modified field is update appearance on convert or not (if will be set) in C++.' -type: docs -weight: 3600 -url: /cpp/aspose.pdf.plugins/formfieldoptions/set_updateappearanceonconvert/ ---- -## FormFieldOptions::set_UpdateAppearanceOnConvert method - - -Gets/sets the value to determine whether created/modified field is update appearance on convert or not (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormFieldOptions::set_UpdateAppearanceOnConvert(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_usefontsubset/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/set_usefontsubset/_index.md deleted file mode 100644 index 00039259b5..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_usefontsubset/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::set_UseFontSubset method -linktitle: set_UseFontSubset -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::set_UseFontSubset method. Gets/sets the value to determine whether created/modified field is use font subset or not (if will be set) in C++.' -type: docs -weight: 3700 -url: /cpp/aspose.pdf.plugins/formfieldoptions/set_usefontsubset/ ---- -## FormFieldOptions::set_UseFontSubset method - - -Gets/sets the value to determine whether created/modified field is use font subset or not (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormFieldOptions::set_UseFontSubset(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_value/_index.md b/english/cpp/aspose.pdf.plugins/formfieldoptions/set_value/_index.md deleted file mode 100644 index c303640d46..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldoptions/set_value/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldOptions::set_Value method -linktitle: set_Value -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldOptions::set_Value method. Gets/sets the value to determine property Value for created/modified field (if will be set) in C++.' -type: docs -weight: 3800 -url: /cpp/aspose.pdf.plugins/formfieldoptions/set_value/ ---- -## FormFieldOptions::set_Value method - - -Gets/sets the value to determine property Value for created/modified field (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormFieldOptions::set_Value(System::String value) -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [FormFieldOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldsetoptions/_index.md b/english/cpp/aspose.pdf.plugins/formfieldsetoptions/_index.md deleted file mode 100644 index 900b77fdcb..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldsetoptions/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldSetOptions class -linktitle: FormFieldSetOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldSetOptions class. Represents options for set properties in Field in C++.' -type: docs -weight: 2200 -url: /cpp/aspose.pdf.plugins/formfieldsetoptions/ ---- -## FormFieldSetOptions class - - -Represents options for set properties in Field. - -```cpp -class FormFieldSetOptions : public Aspose::Pdf::Plugins::FormFieldOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [get_Rect](./get_rect/)() const | [Rectangle](../../aspose.pdf/rectangle/) that be setted to field(s). | -| [set_Rect](./set_rect/)(System::SharedPtr\) | [Rectangle](../../aspose.pdf/rectangle/) that be setted to field(s). | -## See Also - -* Class [FormFieldOptions](../formfieldoptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldsetoptions/get_rect/_index.md b/english/cpp/aspose.pdf.plugins/formfieldsetoptions/get_rect/_index.md deleted file mode 100644 index 4e9e8d993a..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldsetoptions/get_rect/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldSetOptions::get_Rect method -linktitle: get_Rect -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldSetOptions::get_Rect method. Rectangle that be setted to field(s) in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/formfieldsetoptions/get_rect/ ---- -## FormFieldSetOptions::get_Rect method - - -[Rectangle](../../../aspose.pdf/rectangle/) that be setted to field(s). - -```cpp -const System::SharedPtr & Aspose::Pdf::Plugins::FormFieldSetOptions::get_Rect() const -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [Rectangle](../../../aspose.pdf/rectangle/) -* Class [FormFieldSetOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formfieldsetoptions/set_rect/_index.md b/english/cpp/aspose.pdf.plugins/formfieldsetoptions/set_rect/_index.md deleted file mode 100644 index 11141045cf..0000000000 --- a/english/cpp/aspose.pdf.plugins/formfieldsetoptions/set_rect/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFieldSetOptions::set_Rect method -linktitle: set_Rect -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFieldSetOptions::set_Rect method. Rectangle that be setted to field(s) in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/formfieldsetoptions/set_rect/ ---- -## FormFieldSetOptions::set_Rect method - - -[Rectangle](../../../aspose.pdf/rectangle/) that be setted to field(s). - -```cpp -void Aspose::Pdf::Plugins::FormFieldSetOptions::set_Rect(System::SharedPtr value) -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [Rectangle](../../../aspose.pdf/rectangle/) -* Class [FormFieldSetOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formflattenallfieldsoptions/_index.md b/english/cpp/aspose.pdf.plugins/formflattenallfieldsoptions/_index.md deleted file mode 100644 index b4471c01ec..0000000000 --- a/english/cpp/aspose.pdf.plugins/formflattenallfieldsoptions/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFlattenAllFieldsOptions class -linktitle: FormFlattenAllFieldsOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFlattenAllFieldsOptions class. Represents options for flatten all fields (not annotations) in document by FormFlattener plugin in C++.' -type: docs -weight: 2300 -url: /cpp/aspose.pdf.plugins/formflattenallfieldsoptions/ ---- -## FormFlattenAllFieldsOptions class - - -Represents options for flatten all fields (not annotations) in document by [FormFlattener](../formflattener/) plugin. - -```cpp -class FormFlattenAllFieldsOptions : public Aspose::Pdf::Plugins::FormFlattenerOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [FormFlattenAllFieldsOptions](./formflattenallfieldsoptions/)() | Initializes new instance of the [FormFlattenAllFieldsOptions](./) object. | -## See Also - -* Class [FormFlattenerOptions](../formflatteneroptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/formflattenallfieldsoptions/formflattenallfieldsoptions/_index.md b/english/cpp/aspose.pdf.plugins/formflattenallfieldsoptions/formflattenallfieldsoptions/_index.md deleted file mode 100644 index 7661f380f6..0000000000 --- a/english/cpp/aspose.pdf.plugins/formflattenallfieldsoptions/formflattenallfieldsoptions/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFlattenAllFieldsOptions::FormFlattenAllFieldsOptions constructor -linktitle: FormFlattenAllFieldsOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFlattenAllFieldsOptions::FormFlattenAllFieldsOptions constructor. Initializes new instance of the FormFlattenAllFieldsOptions object in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/formflattenallfieldsoptions/formflattenallfieldsoptions/ ---- -## FormFlattenAllFieldsOptions::FormFlattenAllFieldsOptions constructor - - -Initializes new instance of the [FormFlattenAllFieldsOptions](../) object. - -```cpp -Aspose::Pdf::Plugins::FormFlattenAllFieldsOptions::FormFlattenAllFieldsOptions() -``` - -## See Also - -* Class [FormFlattenAllFieldsOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formflattener/_index.md b/english/cpp/aspose.pdf.plugins/formflattener/_index.md deleted file mode 100644 index 4c7ceaff03..0000000000 --- a/english/cpp/aspose.pdf.plugins/formflattener/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFlattener class -linktitle: FormFlattener -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFlattener class. Represents FormFlattener plugin in C++.' -type: docs -weight: 2400 -url: /cpp/aspose.pdf.plugins/formflattener/ ---- -## FormFlattener class - - -Represents [FormFlattener](./) plugin. - -```cpp -class FormFlattener : public Aspose::Pdf::Plugins::IPlugin -``` - -## Methods - -| Method | Description | -| --- | --- | -| [Process](./process/)(System::SharedPtr\) override | Starts the [FormFlattener](./) processing with the specified parameters. | -## See Also - -* Class [IPlugin](../iplugin/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/formflattener/process/_index.md b/english/cpp/aspose.pdf.plugins/formflattener/process/_index.md deleted file mode 100644 index 1b334b153e..0000000000 --- a/english/cpp/aspose.pdf.plugins/formflattener/process/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFlattener::Process method -linktitle: Process -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFlattener::Process method. Starts the FormFlattener processing with the specified parameters in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/formflattener/process/ ---- -## FormFlattener::Process method - - -Starts the [FormFlattener](../) processing with the specified parameters. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::FormFlattener::Process(System::SharedPtr options) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| options | System::SharedPtr\ | An options object containing instructions for the [FormFlattener](../). | - -### ReturnValue - -An [ResultContainer](../../resultcontainer/) object containing the result of the operation. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [ResultContainer](../../resultcontainer/) -* Class [IPluginOptions](../../ipluginoptions/) -* Class [FormFlattener](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formflatteneroptions/_index.md b/english/cpp/aspose.pdf.plugins/formflatteneroptions/_index.md deleted file mode 100644 index 90920a9810..0000000000 --- a/english/cpp/aspose.pdf.plugins/formflatteneroptions/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFlattenerOptions class -linktitle: FormFlattenerOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFlattenerOptions class. Base class for option classes for flatten fields (not annotations) in document by FormFlattener plugin in C++.' -type: docs -weight: 2500 -url: /cpp/aspose.pdf.plugins/formflatteneroptions/ ---- -## FormFlattenerOptions class - - -Base class for option classes for flatten fields (not annotations) in document by [FormFlattener](../formflattener/) plugin. - -```cpp -class FormFlattenerOptions : public Aspose::Pdf::Plugins::FormOptions -``` - -## See Also - -* Class [FormOptions](../formoptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/formflattenselectedfieldsoptions/_index.md b/english/cpp/aspose.pdf.plugins/formflattenselectedfieldsoptions/_index.md deleted file mode 100644 index 770d2912dc..0000000000 --- a/english/cpp/aspose.pdf.plugins/formflattenselectedfieldsoptions/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFlattenSelectedFieldsOptions class -linktitle: FormFlattenSelectedFieldsOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFlattenSelectedFieldsOptions class. Represents options for flatten selected fields (not annotations) in document by FormFlattener plugin in C++.' -type: docs -weight: 2600 -url: /cpp/aspose.pdf.plugins/formflattenselectedfieldsoptions/ ---- -## FormFlattenSelectedFieldsOptions class - - -Represents options for flatten selected fields (not annotations) in document by [FormFlattener](../formflattener/) plugin. - -```cpp -class FormFlattenSelectedFieldsOptions : public Aspose::Pdf::Plugins::FormFlattenerOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [FormFlattenSelectedFieldsOptions](./formflattenselectedfieldsoptions/)(SelectField) | Initializes new instance of the [FormFlattenSelectedFieldsOptions](./) object. | -## See Also - -* Class [FormFlattenerOptions](../formflatteneroptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/formflattenselectedfieldsoptions/formflattenselectedfieldsoptions/_index.md b/english/cpp/aspose.pdf.plugins/formflattenselectedfieldsoptions/formflattenselectedfieldsoptions/_index.md deleted file mode 100644 index ed096a24b0..0000000000 --- a/english/cpp/aspose.pdf.plugins/formflattenselectedfieldsoptions/formflattenselectedfieldsoptions/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormFlattenSelectedFieldsOptions::FormFlattenSelectedFieldsOptions constructor -linktitle: FormFlattenSelectedFieldsOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormFlattenSelectedFieldsOptions::FormFlattenSelectedFieldsOptions constructor. Initializes new instance of the FormFlattenSelectedFieldsOptions object in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/formflattenselectedfieldsoptions/formflattenselectedfieldsoptions/ ---- -## FormFlattenSelectedFieldsOptions::FormFlattenSelectedFieldsOptions constructor - - -Initializes new instance of the [FormFlattenSelectedFieldsOptions](../) object. - -```cpp -Aspose::Pdf::Plugins::FormFlattenSelectedFieldsOptions::FormFlattenSelectedFieldsOptions(SelectField selectField) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| selectField | SelectField | Specifies the fields that will be flattened. | - -## See Also - -* Typedef [SelectField](../../selectfield/) -* Class [FormFlattenSelectedFieldsOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formoptions/_index.md b/english/cpp/aspose.pdf.plugins/formoptions/_index.md deleted file mode 100644 index 046b5df382..0000000000 --- a/english/cpp/aspose.pdf.plugins/formoptions/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormOptions class -linktitle: FormOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormOptions class. Represents options for a family Form.... plugins in C++.' -type: docs -weight: 2700 -url: /cpp/aspose.pdf.plugins/formoptions/ ---- -## FormOptions class - - -Represents options for a family Form.... plugins. - -```cpp -class FormOptions : public Aspose::Pdf::Plugins::IPluginOptions, - public Aspose::Pdf::Plugins::IDataContainer, - public Aspose::Pdf::Plugins::ISaveInstruction -``` - -## Methods - -| Method | Description | -| --- | --- | -| [AddInput](./addinput/)(System::SharedPtr\) override | Adds new data source to the Form... plugins data collection. | -| [AddOutput](./addoutput/)(System::SharedPtr\) override | Adds new data source to the Form... plugins data collection. | -| [get_Inputs](./get_inputs/)() override | Returns Form.... plugins data collection. | -| [get_Outputs](./get_outputs/)() override | Gets collection of added targets for saving operation results. | -## See Also - -* Class [IPluginOptions](../ipluginoptions/) -* Class [IDataContainer](../idatacontainer/) -* Class [ISaveInstruction](../isaveinstruction/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/formoptions/addinput/_index.md b/english/cpp/aspose.pdf.plugins/formoptions/addinput/_index.md deleted file mode 100644 index 81edd41fa9..0000000000 --- a/english/cpp/aspose.pdf.plugins/formoptions/addinput/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormOptions::AddInput method -linktitle: AddInput -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormOptions::AddInput method. Adds new data source to the Form... plugins data collection in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/formoptions/addinput/ ---- -## FormOptions::AddInput method - - -Adds new data source to the Form... plugins data collection. - -```cpp -void Aspose::Pdf::Plugins::FormOptions::AddInput(System::SharedPtr dataSource) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| dataSource | System::SharedPtr\ | Data source to add. | - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [IDataSource](../../idatasource/) -* Class [FormOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formoptions/addoutput/_index.md b/english/cpp/aspose.pdf.plugins/formoptions/addoutput/_index.md deleted file mode 100644 index 4960a3de72..0000000000 --- a/english/cpp/aspose.pdf.plugins/formoptions/addoutput/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormOptions::AddOutput method -linktitle: AddOutput -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormOptions::AddOutput method. Adds new data source to the Form... plugins data collection in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/formoptions/addoutput/ ---- -## FormOptions::AddOutput method - - -Adds new data source to the Form... plugins data collection. - -```cpp -void Aspose::Pdf::Plugins::FormOptions::AddOutput(System::SharedPtr saveDataSource) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| saveDataSource | System::SharedPtr\ | Data source (file or stream) for saving operation results. | - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [IDataSource](../../idatasource/) -* Class [FormOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formoptions/get_inputs/_index.md b/english/cpp/aspose.pdf.plugins/formoptions/get_inputs/_index.md deleted file mode 100644 index c40347ea2c..0000000000 --- a/english/cpp/aspose.pdf.plugins/formoptions/get_inputs/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormOptions::get_Inputs method -linktitle: get_Inputs -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormOptions::get_Inputs method. Returns Form.... plugins data collection in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/formoptions/get_inputs/ ---- -## FormOptions::get_Inputs method - - -Returns Form.... plugins data collection. - -```cpp -System::SharedPtr>> Aspose::Pdf::Plugins::FormOptions::get_Inputs() override -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [List](../../../system.collections.generic/list/) -* Class [IDataSource](../../idatasource/) -* Class [FormOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formoptions/get_outputs/_index.md b/english/cpp/aspose.pdf.plugins/formoptions/get_outputs/_index.md deleted file mode 100644 index 08391fb1c3..0000000000 --- a/english/cpp/aspose.pdf.plugins/formoptions/get_outputs/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormOptions::get_Outputs method -linktitle: get_Outputs -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormOptions::get_Outputs method. Gets collection of added targets for saving operation results in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/formoptions/get_outputs/ ---- -## FormOptions::get_Outputs method - - -Gets collection of added targets for saving operation results. - -```cpp -System::SharedPtr>> Aspose::Pdf::Plugins::FormOptions::get_Outputs() override -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [List](../../../system.collections.generic/list/) -* Class [IDataSource](../../idatasource/) -* Class [FormOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formremoveallfieldsoptions/_index.md b/english/cpp/aspose.pdf.plugins/formremoveallfieldsoptions/_index.md deleted file mode 100644 index 1220461adb..0000000000 --- a/english/cpp/aspose.pdf.plugins/formremoveallfieldsoptions/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormRemoveAllFieldsOptions class -linktitle: FormRemoveAllFieldsOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormRemoveAllFieldsOptions class. Represents options for remove all fields in document by FormEditor plugin in C++.' -type: docs -weight: 2800 -url: /cpp/aspose.pdf.plugins/formremoveallfieldsoptions/ ---- -## FormRemoveAllFieldsOptions class - - -Represents options for remove all fields in document by [FormEditor](../formeditor/) plugin. - -```cpp -class FormRemoveAllFieldsOptions : public Aspose::Pdf::Plugins::FormEditorRemoveOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [FormRemoveAllFieldsOptions](./formremoveallfieldsoptions/)() | Initializes new instance of the [FormRemoveAllFieldsOptions](./) object. | -## See Also - -* Class [FormEditorRemoveOptions](../formeditorremoveoptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/formremoveallfieldsoptions/formremoveallfieldsoptions/_index.md b/english/cpp/aspose.pdf.plugins/formremoveallfieldsoptions/formremoveallfieldsoptions/_index.md deleted file mode 100644 index 103de710a5..0000000000 --- a/english/cpp/aspose.pdf.plugins/formremoveallfieldsoptions/formremoveallfieldsoptions/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormRemoveAllFieldsOptions::FormRemoveAllFieldsOptions constructor -linktitle: FormRemoveAllFieldsOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormRemoveAllFieldsOptions::FormRemoveAllFieldsOptions constructor. Initializes new instance of the FormRemoveAllFieldsOptions object in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/formremoveallfieldsoptions/formremoveallfieldsoptions/ ---- -## FormRemoveAllFieldsOptions::FormRemoveAllFieldsOptions constructor - - -Initializes new instance of the [FormRemoveAllFieldsOptions](../) object. - -```cpp -Aspose::Pdf::Plugins::FormRemoveAllFieldsOptions::FormRemoveAllFieldsOptions() -``` - -## See Also - -* Class [FormRemoveAllFieldsOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formremoveselectedfieldsoptions/_index.md b/english/cpp/aspose.pdf.plugins/formremoveselectedfieldsoptions/_index.md deleted file mode 100644 index c86485b794..0000000000 --- a/english/cpp/aspose.pdf.plugins/formremoveselectedfieldsoptions/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormRemoveSelectedFieldsOptions class -linktitle: FormRemoveSelectedFieldsOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormRemoveSelectedFieldsOptions class. Represents options for remove selected fields in document by FormEditor plugin in C++.' -type: docs -weight: 2900 -url: /cpp/aspose.pdf.plugins/formremoveselectedfieldsoptions/ ---- -## FormRemoveSelectedFieldsOptions class - - -Represents options for remove selected fields in document by [FormEditor](../formeditor/) plugin. - -```cpp -class FormRemoveSelectedFieldsOptions : public Aspose::Pdf::Plugins::FormEditorRemoveOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [FormRemoveSelectedFieldsOptions](./formremoveselectedfieldsoptions/)(SelectField) | Initializes new instance of the [FormEditorRemoveOptions](../formeditorremoveoptions/) object. | -## See Also - -* Class [FormEditorRemoveOptions](../formeditorremoveoptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/formremoveselectedfieldsoptions/formremoveselectedfieldsoptions/_index.md b/english/cpp/aspose.pdf.plugins/formremoveselectedfieldsoptions/formremoveselectedfieldsoptions/_index.md deleted file mode 100644 index 84cbd50029..0000000000 --- a/english/cpp/aspose.pdf.plugins/formremoveselectedfieldsoptions/formremoveselectedfieldsoptions/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormRemoveSelectedFieldsOptions::FormRemoveSelectedFieldsOptions constructor -linktitle: FormRemoveSelectedFieldsOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormRemoveSelectedFieldsOptions::FormRemoveSelectedFieldsOptions constructor. Initializes new instance of the FormEditorRemoveOptions object in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/formremoveselectedfieldsoptions/formremoveselectedfieldsoptions/ ---- -## FormRemoveSelectedFieldsOptions::FormRemoveSelectedFieldsOptions constructor - - -Initializes new instance of the [FormEditorRemoveOptions](../../formeditorremoveoptions/) object. - -```cpp -Aspose::Pdf::Plugins::FormRemoveSelectedFieldsOptions::FormRemoveSelectedFieldsOptions(SelectField selectField) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| selectField | SelectField | Specifies the fields that will be flattened. | - -## See Also - -* Typedef [SelectField](../../selectfield/) -* Class [FormRemoveSelectedFieldsOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/_index.md b/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/_index.md deleted file mode 100644 index b7e598d0e8..0000000000 --- a/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions class -linktitle: FormTextBoxFieldCreateOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions class. Represents options for creating TextBoxField by FormEditor plugin in C++.' -type: docs -weight: 3000 -url: /cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/ ---- -## FormTextBoxFieldCreateOptions class - - -Represents options for creating TextBoxField by [FormEditor](../formeditor/) plugin. - -```cpp -class FormTextBoxFieldCreateOptions : public Aspose::Pdf::Plugins::FormFieldCreateOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [FormTextBoxFieldCreateOptions](./formtextboxfieldcreateoptions/)(int32_t, System::SharedPtr\) | Initializes a new instance of the [FormTextBoxFieldCreateOptions](./) object, that containing parameters for created and added TextBoxField. | -| [get_ForceCombs](./get_forcecombs/)() const | Gets/sets the value to determine whether created TextBoxField is forcecombs or not (if will be set). | -| [get_MaxLen](./get_maxlen/)() const | Gets/sets the value to determine property MaxLen for created TextBoxField (if will be set). | -| [get_Multiline](./get_multiline/)() const | Gets/sets the value to determine whether created TextBoxField is multiline or not (if will be set). | -| [get_SpellCheck](./get_spellcheck/)() const | Gets/sets the value to determine whether created TextBoxField is spellcheck or not (if will be set). | -| [set_ForceCombs](./set_forcecombs/)(System::Nullable\) | Gets/sets the value to determine whether created TextBoxField is forcecombs or not (if will be set). | -| [set_MaxLen](./set_maxlen/)(System::Nullable\) | Gets/sets the value to determine property MaxLen for created TextBoxField (if will be set). | -| [set_Multiline](./set_multiline/)(System::Nullable\) | Gets/sets the value to determine whether created TextBoxField is multiline or not (if will be set). | -| [set_SpellCheck](./set_spellcheck/)(System::Nullable\) | Gets/sets the value to determine whether created TextBoxField is spellcheck or not (if will be set). | -## See Also - -* Class [FormFieldCreateOptions](../formfieldcreateoptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/formtextboxfieldcreateoptions/_index.md b/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/formtextboxfieldcreateoptions/_index.md deleted file mode 100644 index 21b848f5e7..0000000000 --- a/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/formtextboxfieldcreateoptions/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::FormTextBoxFieldCreateOptions constructor -linktitle: FormTextBoxFieldCreateOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::FormTextBoxFieldCreateOptions constructor. Initializes a new instance of the FormTextBoxFieldCreateOptions object, that containing parameters for created and added TextBoxField in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/formtextboxfieldcreateoptions/ ---- -## FormTextBoxFieldCreateOptions::FormTextBoxFieldCreateOptions constructor - - -Initializes a new instance of the [FormTextBoxFieldCreateOptions](../) object, that containing parameters for created and added TextBoxField. - -```cpp -Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::FormTextBoxFieldCreateOptions(int32_t pageNum, System::SharedPtr rect) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| pageNum | int32_t | [Page](../../../aspose.pdf/page/) number on which the added TextBoxField will be located. | -| rect | System::SharedPtr\ | Sets TextBoxField rectangle. | - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [Rectangle](../../../aspose.pdf/rectangle/) -* Class [FormTextBoxFieldCreateOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/get_forcecombs/_index.md b/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/get_forcecombs/_index.md deleted file mode 100644 index c0d88cd6d5..0000000000 --- a/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/get_forcecombs/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::get_ForceCombs method -linktitle: get_ForceCombs -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::get_ForceCombs method. Gets/sets the value to determine whether created TextBoxField is forcecombs or not (if will be set) in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/get_forcecombs/ ---- -## FormTextBoxFieldCreateOptions::get_ForceCombs method - - -Gets/sets the value to determine whether created TextBoxField is forcecombs or not (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::get_ForceCombs() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormTextBoxFieldCreateOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/get_maxlen/_index.md b/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/get_maxlen/_index.md deleted file mode 100644 index 893c45de45..0000000000 --- a/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/get_maxlen/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::get_MaxLen method -linktitle: get_MaxLen -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::get_MaxLen method. Gets/sets the value to determine property MaxLen for created TextBoxField (if will be set) in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/get_maxlen/ ---- -## FormTextBoxFieldCreateOptions::get_MaxLen method - - -Gets/sets the value to determine property MaxLen for created TextBoxField (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::get_MaxLen() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormTextBoxFieldCreateOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/get_multiline/_index.md b/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/get_multiline/_index.md deleted file mode 100644 index b243ce57d1..0000000000 --- a/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/get_multiline/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::get_Multiline method -linktitle: get_Multiline -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::get_Multiline method. Gets/sets the value to determine whether created TextBoxField is multiline or not (if will be set) in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/get_multiline/ ---- -## FormTextBoxFieldCreateOptions::get_Multiline method - - -Gets/sets the value to determine whether created TextBoxField is multiline or not (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::get_Multiline() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormTextBoxFieldCreateOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/get_spellcheck/_index.md b/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/get_spellcheck/_index.md deleted file mode 100644 index e6032207fb..0000000000 --- a/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/get_spellcheck/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::get_SpellCheck method -linktitle: get_SpellCheck -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::get_SpellCheck method. Gets/sets the value to determine whether created TextBoxField is spellcheck or not (if will be set) in C++.' -type: docs -weight: 500 -url: /cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/get_spellcheck/ ---- -## FormTextBoxFieldCreateOptions::get_SpellCheck method - - -Gets/sets the value to determine whether created TextBoxField is spellcheck or not (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::get_SpellCheck() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormTextBoxFieldCreateOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/set_forcecombs/_index.md b/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/set_forcecombs/_index.md deleted file mode 100644 index 53cac4be70..0000000000 --- a/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/set_forcecombs/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::set_ForceCombs method -linktitle: set_ForceCombs -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::set_ForceCombs method. Gets/sets the value to determine whether created TextBoxField is forcecombs or not (if will be set) in C++.' -type: docs -weight: 600 -url: /cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/set_forcecombs/ ---- -## FormTextBoxFieldCreateOptions::set_ForceCombs method - - -Gets/sets the value to determine whether created TextBoxField is forcecombs or not (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::set_ForceCombs(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormTextBoxFieldCreateOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/set_maxlen/_index.md b/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/set_maxlen/_index.md deleted file mode 100644 index a9f7f7cec5..0000000000 --- a/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/set_maxlen/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::set_MaxLen method -linktitle: set_MaxLen -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::set_MaxLen method. Gets/sets the value to determine property MaxLen for created TextBoxField (if will be set) in C++.' -type: docs -weight: 700 -url: /cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/set_maxlen/ ---- -## FormTextBoxFieldCreateOptions::set_MaxLen method - - -Gets/sets the value to determine property MaxLen for created TextBoxField (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::set_MaxLen(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormTextBoxFieldCreateOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/set_multiline/_index.md b/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/set_multiline/_index.md deleted file mode 100644 index 4a9959c70d..0000000000 --- a/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/set_multiline/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::set_Multiline method -linktitle: set_Multiline -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::set_Multiline method. Gets/sets the value to determine whether created TextBoxField is multiline or not (if will be set) in C++.' -type: docs -weight: 800 -url: /cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/set_multiline/ ---- -## FormTextBoxFieldCreateOptions::set_Multiline method - - -Gets/sets the value to determine whether created TextBoxField is multiline or not (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::set_Multiline(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormTextBoxFieldCreateOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/set_spellcheck/_index.md b/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/set_spellcheck/_index.md deleted file mode 100644 index 8911db01fd..0000000000 --- a/english/cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/set_spellcheck/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::set_SpellCheck method -linktitle: set_SpellCheck -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::set_SpellCheck method. Gets/sets the value to determine whether created TextBoxField is spellcheck or not (if will be set) in C++.' -type: docs -weight: 900 -url: /cpp/aspose.pdf.plugins/formtextboxfieldcreateoptions/set_spellcheck/ ---- -## FormTextBoxFieldCreateOptions::set_SpellCheck method - - -Gets/sets the value to determine whether created TextBoxField is spellcheck or not (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions::set_SpellCheck(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormTextBoxFieldCreateOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/_index.md b/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/_index.md deleted file mode 100644 index ab8205daba..0000000000 --- a/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions class -linktitle: FormTextBoxFieldSetOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions class. Represents options for set properties in TextBoxField by FormEditor plugin in C++.' -type: docs -weight: 3100 -url: /cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/ ---- -## FormTextBoxFieldSetOptions class - - -Represents options for set properties in TextBoxField by [FormEditor](../formeditor/) plugin. - -```cpp -class FormTextBoxFieldSetOptions : public Aspose::Pdf::Plugins::FormFieldSetOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [get_ForceCombs](./get_forcecombs/)() const | Gets/sets the value to determine property ForceCombs for modified field (if will be set). | -| [get_MaxLen](./get_maxlen/)() const | Gets/sets the value to determine property MaxLen for modified field (if will be set). | -| [get_Multiline](./get_multiline/)() const | Gets/sets the value to determine property Multiline for modified field (if will be set). | -| [get_SpellCheck](./get_spellcheck/)() const | Gets/sets the value to determine property SpellCheck for modified field (if will be set). | -| [set_ForceCombs](./set_forcecombs/)(System::Nullable\) | Gets/sets the value to determine property ForceCombs for modified field (if will be set). | -| [set_MaxLen](./set_maxlen/)(System::Nullable\) | Gets/sets the value to determine property MaxLen for modified field (if will be set). | -| [set_Multiline](./set_multiline/)(System::Nullable\) | Gets/sets the value to determine property Multiline for modified field (if will be set). | -| [set_SpellCheck](./set_spellcheck/)(System::Nullable\) | Gets/sets the value to determine property SpellCheck for modified field (if will be set). | -## See Also - -* Class [FormFieldSetOptions](../formfieldsetoptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/get_forcecombs/_index.md b/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/get_forcecombs/_index.md deleted file mode 100644 index f8297299fe..0000000000 --- a/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/get_forcecombs/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions::get_ForceCombs method -linktitle: get_ForceCombs -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions::get_ForceCombs method. Gets/sets the value to determine property ForceCombs for modified field (if will be set) in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/get_forcecombs/ ---- -## FormTextBoxFieldSetOptions::get_ForceCombs method - - -Gets/sets the value to determine property ForceCombs for modified field (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions::get_ForceCombs() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormTextBoxFieldSetOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/get_maxlen/_index.md b/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/get_maxlen/_index.md deleted file mode 100644 index ce94392b6b..0000000000 --- a/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/get_maxlen/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions::get_MaxLen method -linktitle: get_MaxLen -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions::get_MaxLen method. Gets/sets the value to determine property MaxLen for modified field (if will be set) in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/get_maxlen/ ---- -## FormTextBoxFieldSetOptions::get_MaxLen method - - -Gets/sets the value to determine property MaxLen for modified field (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions::get_MaxLen() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormTextBoxFieldSetOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/get_multiline/_index.md b/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/get_multiline/_index.md deleted file mode 100644 index 2cd2253898..0000000000 --- a/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/get_multiline/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions::get_Multiline method -linktitle: get_Multiline -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions::get_Multiline method. Gets/sets the value to determine property Multiline for modified field (if will be set) in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/get_multiline/ ---- -## FormTextBoxFieldSetOptions::get_Multiline method - - -Gets/sets the value to determine property Multiline for modified field (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions::get_Multiline() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormTextBoxFieldSetOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/get_spellcheck/_index.md b/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/get_spellcheck/_index.md deleted file mode 100644 index 23ae42987b..0000000000 --- a/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/get_spellcheck/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions::get_SpellCheck method -linktitle: get_SpellCheck -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions::get_SpellCheck method. Gets/sets the value to determine property SpellCheck for modified field (if will be set) in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/get_spellcheck/ ---- -## FormTextBoxFieldSetOptions::get_SpellCheck method - - -Gets/sets the value to determine property SpellCheck for modified field (if will be set). - -```cpp -System::Nullable Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions::get_SpellCheck() const -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormTextBoxFieldSetOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/set_forcecombs/_index.md b/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/set_forcecombs/_index.md deleted file mode 100644 index e5a0177541..0000000000 --- a/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/set_forcecombs/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions::set_ForceCombs method -linktitle: set_ForceCombs -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions::set_ForceCombs method. Gets/sets the value to determine property ForceCombs for modified field (if will be set) in C++.' -type: docs -weight: 500 -url: /cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/set_forcecombs/ ---- -## FormTextBoxFieldSetOptions::set_ForceCombs method - - -Gets/sets the value to determine property ForceCombs for modified field (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions::set_ForceCombs(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormTextBoxFieldSetOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/set_maxlen/_index.md b/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/set_maxlen/_index.md deleted file mode 100644 index 99a2b0878e..0000000000 --- a/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/set_maxlen/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions::set_MaxLen method -linktitle: set_MaxLen -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions::set_MaxLen method. Gets/sets the value to determine property MaxLen for modified field (if will be set) in C++.' -type: docs -weight: 600 -url: /cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/set_maxlen/ ---- -## FormTextBoxFieldSetOptions::set_MaxLen method - - -Gets/sets the value to determine property MaxLen for modified field (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions::set_MaxLen(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormTextBoxFieldSetOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/set_multiline/_index.md b/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/set_multiline/_index.md deleted file mode 100644 index 62361c3eb1..0000000000 --- a/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/set_multiline/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions::set_Multiline method -linktitle: set_Multiline -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions::set_Multiline method. Gets/sets the value to determine property Multiline for modified field (if will be set) in C++.' -type: docs -weight: 700 -url: /cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/set_multiline/ ---- -## FormTextBoxFieldSetOptions::set_Multiline method - - -Gets/sets the value to determine property Multiline for modified field (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions::set_Multiline(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormTextBoxFieldSetOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/set_spellcheck/_index.md b/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/set_spellcheck/_index.md deleted file mode 100644 index 19e8daaa9c..0000000000 --- a/english/cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/set_spellcheck/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions::set_SpellCheck method -linktitle: set_SpellCheck -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions::set_SpellCheck method. Gets/sets the value to determine property SpellCheck for modified field (if will be set) in C++.' -type: docs -weight: 800 -url: /cpp/aspose.pdf.plugins/formtextboxfieldsetoptions/set_spellcheck/ ---- -## FormTextBoxFieldSetOptions::set_SpellCheck method - - -Gets/sets the value to determine property SpellCheck for modified field (if will be set). - -```cpp -void Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions::set_SpellCheck(System::Nullable value) -``` - -## See Also - -* Class [Nullable](../../../system/nullable/) -* Class [FormTextBoxFieldSetOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/html/_index.md b/english/cpp/aspose.pdf.plugins/html/_index.md deleted file mode 100644 index 44f0028729..0000000000 --- a/english/cpp/aspose.pdf.plugins/html/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::Html class -linktitle: Html -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::Html class. Represents Html plugin in C++.' -type: docs -weight: 3200 -url: /cpp/aspose.pdf.plugins/html/ ---- -## Html class - - -Represents [Html](./) plugin. - -```cpp -class Html : public Aspose::Pdf::Plugins::IPlugin, - public System::IDisposable -``` - -## Methods - -| Method | Description | -| --- | --- | -| [Dispose](./dispose/)() override | Implementation of IDisposable. | -| [Process](./process/)(System::SharedPtr\) override | Starts the [Html](./) processing with the specified parameters. | -## See Also - -* Class [IPlugin](../iplugin/) -* Class [IDisposable](../../system/idisposable/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/html/dispose/_index.md b/english/cpp/aspose.pdf.plugins/html/dispose/_index.md deleted file mode 100644 index 8546560b2c..0000000000 --- a/english/cpp/aspose.pdf.plugins/html/dispose/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::Html::Dispose method -linktitle: Dispose -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::Html::Dispose method. Implementation of IDisposable in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/html/dispose/ ---- -## Html::Dispose method - - -Implementation of IDisposable. - -```cpp -void Aspose::Pdf::Plugins::Html::Dispose() override -``` - -## See Also - -* Class [Html](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/html/process/_index.md b/english/cpp/aspose.pdf.plugins/html/process/_index.md deleted file mode 100644 index bdca0c107c..0000000000 --- a/english/cpp/aspose.pdf.plugins/html/process/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::Html::Process method -linktitle: Process -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::Html::Process method. Starts the Html processing with the specified parameters in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/html/process/ ---- -## Html::Process method - - -Starts the [Html](../) processing with the specified parameters. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::Html::Process(System::SharedPtr options) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| options | System::SharedPtr\ | An options object containing instructions for the [Html](../). | - -### ReturnValue - -An [ResultContainer](../../resultcontainer/) object containing the result of the operation. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [ResultContainer](../../resultcontainer/) -* Class [IPluginOptions](../../ipluginoptions/) -* Class [Html](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/_index.md b/english/cpp/aspose.pdf.plugins/htmltopdfoptions/_index.md deleted file mode 100644 index 83aa65fea1..0000000000 --- a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/_index.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::HtmlToPdfOptions class -linktitle: HtmlToPdfOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::HtmlToPdfOptions class. Represents HTML to PDF converter options for Html plugin in C++.' -type: docs -weight: 3300 -url: /cpp/aspose.pdf.plugins/htmltopdfoptions/ ---- -## HtmlToPdfOptions class - - -Represents HTML to PDF converter options for [Html](../html/) plugin. - -```cpp -class HtmlToPdfOptions : public Aspose::Pdf::Plugins::PdfConverterOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [get_BasePath](./get_basepath/)() const | The base path/url for the html file. | -| [get_HtmlMediaType](./get_htmlmediatype/)() const | Gets possible media types used during rendering. | -| [get_IsRenderToSinglePage](./get_isrendertosinglepage/)() const | Gets rendering all document to single page. | -| [get_OperationName](./get_operationname/)() override | Gets name of the operation. | -| [get_PageInfo](./get_pageinfo/)() const | Gets document page info. | -| [get_PageLayoutOption](./get_pagelayoutoption/)() const | Gets layout option. | -| [HtmlToPdfOptions](./htmltopdfoptions/)() | Initializes new instance of the [HtmlToPdfOptions](./) object. | -| [set_BasePath](./set_basepath/)(System::String) | The base path/url for the html file. | -| [set_HtmlMediaType](./set_htmlmediatype/)(Aspose::Pdf::HtmlMediaType) | Sets possible media types used during rendering. | -| [set_IsRenderToSinglePage](./set_isrendertosinglepage/)(bool) | Sets rendering all document to single page. | -| [set_PageInfo](./set_pageinfo/)(System::SharedPtr\) | Sets document page info. | -| [set_PageLayoutOption](./set_pagelayoutoption/)(HtmlPageLayoutOption) | Sets layout option. | -## See Also - -* Class [PdfConverterOptions](../pdfconverteroptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/get_basepath/_index.md b/english/cpp/aspose.pdf.plugins/htmltopdfoptions/get_basepath/_index.md deleted file mode 100644 index f81f20afa4..0000000000 --- a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/get_basepath/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::HtmlToPdfOptions::get_BasePath method -linktitle: get_BasePath -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::HtmlToPdfOptions::get_BasePath method. The base path/url for the html file in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/htmltopdfoptions/get_basepath/ ---- -## HtmlToPdfOptions::get_BasePath method - - -The base path/url for the html file. - -```cpp -System::String Aspose::Pdf::Plugins::HtmlToPdfOptions::get_BasePath() const -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [HtmlToPdfOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/get_htmlmediatype/_index.md b/english/cpp/aspose.pdf.plugins/htmltopdfoptions/get_htmlmediatype/_index.md deleted file mode 100644 index 711f8a8fa8..0000000000 --- a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/get_htmlmediatype/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::HtmlToPdfOptions::get_HtmlMediaType method -linktitle: get_HtmlMediaType -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::HtmlToPdfOptions::get_HtmlMediaType method. Gets possible media types used during rendering in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/htmltopdfoptions/get_htmlmediatype/ ---- -## HtmlToPdfOptions::get_HtmlMediaType method - - -Gets possible media types used during rendering. - -```cpp -Aspose::Pdf::HtmlMediaType Aspose::Pdf::Plugins::HtmlToPdfOptions::get_HtmlMediaType() const -``` - -## See Also - -* Enum [HtmlMediaType](../../../aspose.pdf/htmlmediatype/) -* Class [HtmlToPdfOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/get_isrendertosinglepage/_index.md b/english/cpp/aspose.pdf.plugins/htmltopdfoptions/get_isrendertosinglepage/_index.md deleted file mode 100644 index a4586ca87b..0000000000 --- a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/get_isrendertosinglepage/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::HtmlToPdfOptions::get_IsRenderToSinglePage method -linktitle: get_IsRenderToSinglePage -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::HtmlToPdfOptions::get_IsRenderToSinglePage method. Gets rendering all document to single page in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/htmltopdfoptions/get_isrendertosinglepage/ ---- -## HtmlToPdfOptions::get_IsRenderToSinglePage method - - -Gets rendering all document to single page. - -```cpp -bool Aspose::Pdf::Plugins::HtmlToPdfOptions::get_IsRenderToSinglePage() const -``` - -## See Also - -* Class [HtmlToPdfOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/get_operationname/_index.md b/english/cpp/aspose.pdf.plugins/htmltopdfoptions/get_operationname/_index.md deleted file mode 100644 index 6dff538dad..0000000000 --- a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/get_operationname/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::HtmlToPdfOptions::get_OperationName method -linktitle: get_OperationName -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::HtmlToPdfOptions::get_OperationName method. Gets name of the operation in C++.' -type: docs -weight: 500 -url: /cpp/aspose.pdf.plugins/htmltopdfoptions/get_operationname/ ---- -## HtmlToPdfOptions::get_OperationName method - - -Gets name of the operation. - -```cpp -System::String Aspose::Pdf::Plugins::HtmlToPdfOptions::get_OperationName() override -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [HtmlToPdfOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/get_pageinfo/_index.md b/english/cpp/aspose.pdf.plugins/htmltopdfoptions/get_pageinfo/_index.md deleted file mode 100644 index 149a3da5ab..0000000000 --- a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/get_pageinfo/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::HtmlToPdfOptions::get_PageInfo method -linktitle: get_PageInfo -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::HtmlToPdfOptions::get_PageInfo method. Gets document page info in C++.' -type: docs -weight: 600 -url: /cpp/aspose.pdf.plugins/htmltopdfoptions/get_pageinfo/ ---- -## HtmlToPdfOptions::get_PageInfo method - - -Gets document page info. - -```cpp -const System::SharedPtr & Aspose::Pdf::Plugins::HtmlToPdfOptions::get_PageInfo() const -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [PageInfo](../../../aspose.pdf/pageinfo/) -* Class [HtmlToPdfOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/get_pagelayoutoption/_index.md b/english/cpp/aspose.pdf.plugins/htmltopdfoptions/get_pagelayoutoption/_index.md deleted file mode 100644 index a29e66ec08..0000000000 --- a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/get_pagelayoutoption/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::HtmlToPdfOptions::get_PageLayoutOption method -linktitle: get_PageLayoutOption -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::HtmlToPdfOptions::get_PageLayoutOption method. Gets layout option in C++.' -type: docs -weight: 700 -url: /cpp/aspose.pdf.plugins/htmltopdfoptions/get_pagelayoutoption/ ---- -## HtmlToPdfOptions::get_PageLayoutOption method - - -Gets layout option. - -```cpp -HtmlPageLayoutOption Aspose::Pdf::Plugins::HtmlToPdfOptions::get_PageLayoutOption() const -``` - -## See Also - -* Enum [HtmlPageLayoutOption](../../../aspose.pdf/htmlpagelayoutoption/) -* Class [HtmlToPdfOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/htmltopdfoptions/_index.md b/english/cpp/aspose.pdf.plugins/htmltopdfoptions/htmltopdfoptions/_index.md deleted file mode 100644 index c09d73f373..0000000000 --- a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/htmltopdfoptions/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::HtmlToPdfOptions::HtmlToPdfOptions constructor -linktitle: HtmlToPdfOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::HtmlToPdfOptions::HtmlToPdfOptions constructor. Initializes new instance of the HtmlToPdfOptions object in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/htmltopdfoptions/htmltopdfoptions/ ---- -## HtmlToPdfOptions::HtmlToPdfOptions constructor - - -Initializes new instance of the [HtmlToPdfOptions](../) object. - -```cpp -Aspose::Pdf::Plugins::HtmlToPdfOptions::HtmlToPdfOptions() -``` - -## See Also - -* Class [HtmlToPdfOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/set_basepath/_index.md b/english/cpp/aspose.pdf.plugins/htmltopdfoptions/set_basepath/_index.md deleted file mode 100644 index d8e34a07bc..0000000000 --- a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/set_basepath/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::HtmlToPdfOptions::set_BasePath method -linktitle: set_BasePath -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::HtmlToPdfOptions::set_BasePath method. The base path/url for the html file in C++.' -type: docs -weight: 800 -url: /cpp/aspose.pdf.plugins/htmltopdfoptions/set_basepath/ ---- -## HtmlToPdfOptions::set_BasePath method - - -The base path/url for the html file. - -```cpp -void Aspose::Pdf::Plugins::HtmlToPdfOptions::set_BasePath(System::String value) -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [HtmlToPdfOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/set_htmlmediatype/_index.md b/english/cpp/aspose.pdf.plugins/htmltopdfoptions/set_htmlmediatype/_index.md deleted file mode 100644 index 8f75b1e051..0000000000 --- a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/set_htmlmediatype/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::HtmlToPdfOptions::set_HtmlMediaType method -linktitle: set_HtmlMediaType -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::HtmlToPdfOptions::set_HtmlMediaType method. Sets possible media types used during rendering in C++.' -type: docs -weight: 900 -url: /cpp/aspose.pdf.plugins/htmltopdfoptions/set_htmlmediatype/ ---- -## HtmlToPdfOptions::set_HtmlMediaType method - - -Sets possible media types used during rendering. - -```cpp -void Aspose::Pdf::Plugins::HtmlToPdfOptions::set_HtmlMediaType(Aspose::Pdf::HtmlMediaType value) -``` - -## See Also - -* Enum [HtmlMediaType](../../../aspose.pdf/htmlmediatype/) -* Class [HtmlToPdfOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/set_isrendertosinglepage/_index.md b/english/cpp/aspose.pdf.plugins/htmltopdfoptions/set_isrendertosinglepage/_index.md deleted file mode 100644 index fba751fe44..0000000000 --- a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/set_isrendertosinglepage/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::HtmlToPdfOptions::set_IsRenderToSinglePage method -linktitle: set_IsRenderToSinglePage -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::HtmlToPdfOptions::set_IsRenderToSinglePage method. Sets rendering all document to single page in C++.' -type: docs -weight: 1000 -url: /cpp/aspose.pdf.plugins/htmltopdfoptions/set_isrendertosinglepage/ ---- -## HtmlToPdfOptions::set_IsRenderToSinglePage method - - -Sets rendering all document to single page. - -```cpp -void Aspose::Pdf::Plugins::HtmlToPdfOptions::set_IsRenderToSinglePage(bool value) -``` - -## See Also - -* Class [HtmlToPdfOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/set_pageinfo/_index.md b/english/cpp/aspose.pdf.plugins/htmltopdfoptions/set_pageinfo/_index.md deleted file mode 100644 index a878e66060..0000000000 --- a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/set_pageinfo/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::HtmlToPdfOptions::set_PageInfo method -linktitle: set_PageInfo -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::HtmlToPdfOptions::set_PageInfo method. Sets document page info in C++.' -type: docs -weight: 1100 -url: /cpp/aspose.pdf.plugins/htmltopdfoptions/set_pageinfo/ ---- -## HtmlToPdfOptions::set_PageInfo method - - -Sets document page info. - -```cpp -void Aspose::Pdf::Plugins::HtmlToPdfOptions::set_PageInfo(System::SharedPtr value) -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [PageInfo](../../../aspose.pdf/pageinfo/) -* Class [HtmlToPdfOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/set_pagelayoutoption/_index.md b/english/cpp/aspose.pdf.plugins/htmltopdfoptions/set_pagelayoutoption/_index.md deleted file mode 100644 index 0cc1a46998..0000000000 --- a/english/cpp/aspose.pdf.plugins/htmltopdfoptions/set_pagelayoutoption/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::HtmlToPdfOptions::set_PageLayoutOption method -linktitle: set_PageLayoutOption -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::HtmlToPdfOptions::set_PageLayoutOption method. Sets layout option in C++.' -type: docs -weight: 1200 -url: /cpp/aspose.pdf.plugins/htmltopdfoptions/set_pagelayoutoption/ ---- -## HtmlToPdfOptions::set_PageLayoutOption method - - -Sets layout option. - -```cpp -void Aspose::Pdf::Plugins::HtmlToPdfOptions::set_PageLayoutOption(HtmlPageLayoutOption value) -``` - -## See Also - -* Enum [HtmlPageLayoutOption](../../../aspose.pdf/htmlpagelayoutoption/) -* Class [HtmlToPdfOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/idatacontainer/_index.md b/english/cpp/aspose.pdf.plugins/idatacontainer/_index.md deleted file mode 100644 index 13f6cb0791..0000000000 --- a/english/cpp/aspose.pdf.plugins/idatacontainer/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::IDataContainer class -linktitle: IDataContainer -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::IDataContainer class. General data container interface that defines common methods that concrete data container (plugin options) should implement in C++.' -type: docs -weight: 3400 -url: /cpp/aspose.pdf.plugins/idatacontainer/ ---- -## IDataContainer class - - -General data container interface that defines common methods that concrete data container (plugin options) should implement. - -```cpp -class IDataContainer : public virtual System::Object -``` - -## Methods - -| Method | Description | -| --- | --- | -| virtual [AddInput](./addinput/)(System::SharedPtr\) | Adds new data source to the collection. | -| virtual [get_Inputs](./get_inputs/)() | Gets collection of data sources. | -## See Also - -* Class [Object](../../system/object/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/idatacontainer/addinput/_index.md b/english/cpp/aspose.pdf.plugins/idatacontainer/addinput/_index.md deleted file mode 100644 index dab1329bd7..0000000000 --- a/english/cpp/aspose.pdf.plugins/idatacontainer/addinput/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::IDataContainer::AddInput method -linktitle: AddInput -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::IDataContainer::AddInput method. Adds new data source to the collection in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/idatacontainer/addinput/ ---- -## IDataContainer::AddInput method - - -Adds new data source to the collection. - -```cpp -virtual void Aspose::Pdf::Plugins::IDataContainer::AddInput(System::SharedPtr dataSource)=0 -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| dataSource | System::SharedPtr\ | | - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [IDataSource](../../idatasource/) -* Class [IDataContainer](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/idatacontainer/get_inputs/_index.md b/english/cpp/aspose.pdf.plugins/idatacontainer/get_inputs/_index.md deleted file mode 100644 index b5179e2ea4..0000000000 --- a/english/cpp/aspose.pdf.plugins/idatacontainer/get_inputs/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::IDataContainer::get_Inputs method -linktitle: get_Inputs -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::IDataContainer::get_Inputs method. Gets collection of data sources in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/idatacontainer/get_inputs/ ---- -## IDataContainer::get_Inputs method - - -Gets collection of data sources. - -```cpp -virtual System::SharedPtr>> Aspose::Pdf::Plugins::IDataContainer::get_Inputs()=0 -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [List](../../../system.collections.generic/list/) -* Class [IDataSource](../../idatasource/) -* Class [IDataContainer](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/idatasource/_index.md b/english/cpp/aspose.pdf.plugins/idatasource/_index.md deleted file mode 100644 index 2c4f75aea8..0000000000 --- a/english/cpp/aspose.pdf.plugins/idatasource/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::IDataSource class -linktitle: IDataSource -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::IDataSource class. General data source interface that defines common members that concrete data sources should implement in C++.' -type: docs -weight: 3500 -url: /cpp/aspose.pdf.plugins/idatasource/ ---- -## IDataSource class - - -General data source interface that defines common members that concrete data sources should implement. - -```cpp -class IDataSource : public virtual System::Object -``` - -## Methods - -| Method | Description | -| --- | --- | -| virtual [get_DataType](./get_datatype/)() | Type of data source (file or stream). | -## See Also - -* Class [Object](../../system/object/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/idatasource/get_datatype/_index.md b/english/cpp/aspose.pdf.plugins/idatasource/get_datatype/_index.md deleted file mode 100644 index 90ec138e88..0000000000 --- a/english/cpp/aspose.pdf.plugins/idatasource/get_datatype/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::IDataSource::get_DataType method -linktitle: get_DataType -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::IDataSource::get_DataType method. Type of data source (file or stream) in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/idatasource/get_datatype/ ---- -## IDataSource::get_DataType method - - -Type of data source (file or stream). - -```cpp -virtual Aspose::Pdf::Plugins::DataType Aspose::Pdf::Plugins::IDataSource::get_DataType()=0 -``` - -## See Also - -* Enum [DataType](../../datatype/) -* Class [IDataSource](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/imageextractor/_index.md b/english/cpp/aspose.pdf.plugins/imageextractor/_index.md deleted file mode 100644 index 1386f5a620..0000000000 --- a/english/cpp/aspose.pdf.plugins/imageextractor/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ImageExtractor class -linktitle: ImageExtractor -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ImageExtractor class. Represents ImageExtractor plugin in C++.' -type: docs -weight: 3600 -url: /cpp/aspose.pdf.plugins/imageextractor/ ---- -## ImageExtractor class - - -Represents [ImageExtractor](./) plugin. - -```cpp -class ImageExtractor : public Aspose::Pdf::Plugins::PdfExtractor -``` - -## Remarks - - -The [ImageExtractor](./) object is used to extract text in PDF documents. -## See Also - -* Class [PdfExtractor](../pdfextractor/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/imageextractoroptions/_index.md b/english/cpp/aspose.pdf.plugins/imageextractoroptions/_index.md deleted file mode 100644 index 0ce4bebd07..0000000000 --- a/english/cpp/aspose.pdf.plugins/imageextractoroptions/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ImageExtractorOptions class -linktitle: ImageExtractorOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ImageExtractorOptions class. Represents images extraction options for the ImageExtractor plugin in C++.' -type: docs -weight: 3700 -url: /cpp/aspose.pdf.plugins/imageextractoroptions/ ---- -## ImageExtractorOptions class - - -Represents images extraction options for the [ImageExtractor](../imageextractor/) plugin. - -```cpp -class ImageExtractorOptions : public Aspose::Pdf::Plugins::PdfExtractorOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [get_OperationName](./get_operationname/)() override | Returns name of the operation. | -| [ImageExtractorOptions](./imageextractoroptions/)() | Initializes a new instance of the [ImageExtractorOptions](./) object. | -## Remarks - - -It inherits functions to add data (files, streams) representing input PDF documents. -## See Also - -* Class [PdfExtractorOptions](../pdfextractoroptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/imageextractoroptions/get_operationname/_index.md b/english/cpp/aspose.pdf.plugins/imageextractoroptions/get_operationname/_index.md deleted file mode 100644 index 9dc553a2b8..0000000000 --- a/english/cpp/aspose.pdf.plugins/imageextractoroptions/get_operationname/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ImageExtractorOptions::get_OperationName method -linktitle: get_OperationName -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ImageExtractorOptions::get_OperationName method. Returns name of the operation in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/imageextractoroptions/get_operationname/ ---- -## ImageExtractorOptions::get_OperationName method - - -Returns name of the operation. - -```cpp -System::String Aspose::Pdf::Plugins::ImageExtractorOptions::get_OperationName() override -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [ImageExtractorOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/imageextractoroptions/imageextractoroptions/_index.md b/english/cpp/aspose.pdf.plugins/imageextractoroptions/imageextractoroptions/_index.md deleted file mode 100644 index 0e06e5e59e..0000000000 --- a/english/cpp/aspose.pdf.plugins/imageextractoroptions/imageextractoroptions/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ImageExtractorOptions::ImageExtractorOptions constructor -linktitle: ImageExtractorOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ImageExtractorOptions::ImageExtractorOptions constructor. Initializes a new instance of the ImageExtractorOptions object in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/imageextractoroptions/imageextractoroptions/ ---- -## ImageExtractorOptions::ImageExtractorOptions constructor - - -Initializes a new instance of the [ImageExtractorOptions](../) object. - -```cpp -Aspose::Pdf::Plugins::ImageExtractorOptions::ImageExtractorOptions() -``` - -## See Also - -* Class [ImageExtractorOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/ioperationresult/_index.md b/english/cpp/aspose.pdf.plugins/ioperationresult/_index.md deleted file mode 100644 index 3558316e1f..0000000000 --- a/english/cpp/aspose.pdf.plugins/ioperationresult/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::IOperationResult class -linktitle: IOperationResult -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::IOperationResult class. General operation result interface that defines common methods that concrete plugin operation result should implement in C++.' -type: docs -weight: 3800 -url: /cpp/aspose.pdf.plugins/ioperationresult/ ---- -## IOperationResult class - - -General operation result interface that defines common methods that concrete plugin operation result should implement. - -```cpp -class IOperationResult : public virtual System::Object -``` - -## Methods - -| Method | Description | -| --- | --- | -| virtual [get_Data](./get_data/)() | Gets raw data. | -| virtual [get_IsFile](./get_isfile/)() | Indicates whether the result is a path to an output file. | -| virtual [get_IsStream](./get_isstream/)() | Indicates whether the result is an output stream. | -| virtual [get_IsString](./get_isstring/)() | Indicates whether the result is a text string. | -| virtual [ToFile](./tofile/)() | Tries to convert the result to the file. | -| virtual [ToStream](./tostream/)() | Tries to convert the result to the stream object. | -## See Also - -* Class [Object](../../system/object/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/ioperationresult/get_data/_index.md b/english/cpp/aspose.pdf.plugins/ioperationresult/get_data/_index.md deleted file mode 100644 index 3e45aa608a..0000000000 --- a/english/cpp/aspose.pdf.plugins/ioperationresult/get_data/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::IOperationResult::get_Data method -linktitle: get_Data -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::IOperationResult::get_Data method. Gets raw data in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/ioperationresult/get_data/ ---- -## IOperationResult::get_Data method - - -Gets raw data. - -```cpp -virtual System::SharedPtr Aspose::Pdf::Plugins::IOperationResult::get_Data()=0 -``` - - -### ReturnValue - -An **object** representing output data. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [Object](../../../system/object/) -* Class [IOperationResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/ioperationresult/get_isfile/_index.md b/english/cpp/aspose.pdf.plugins/ioperationresult/get_isfile/_index.md deleted file mode 100644 index 39c1f305c8..0000000000 --- a/english/cpp/aspose.pdf.plugins/ioperationresult/get_isfile/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::IOperationResult::get_IsFile method -linktitle: get_IsFile -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::IOperationResult::get_IsFile method. Indicates whether the result is a path to an output file in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/ioperationresult/get_isfile/ ---- -## IOperationResult::get_IsFile method - - -Indicates whether the result is a path to an output file. - -```cpp -virtual bool Aspose::Pdf::Plugins::IOperationResult::get_IsFile()=0 -``` - - -### ReturnValue - -**true** if the result is a file; otherwise **false**. - -## See Also - -* Class [IOperationResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/ioperationresult/get_isstream/_index.md b/english/cpp/aspose.pdf.plugins/ioperationresult/get_isstream/_index.md deleted file mode 100644 index 9cfa765656..0000000000 --- a/english/cpp/aspose.pdf.plugins/ioperationresult/get_isstream/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::IOperationResult::get_IsStream method -linktitle: get_IsStream -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::IOperationResult::get_IsStream method. Indicates whether the result is an output stream in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/ioperationresult/get_isstream/ ---- -## IOperationResult::get_IsStream method - - -Indicates whether the result is an output stream. - -```cpp -virtual bool Aspose::Pdf::Plugins::IOperationResult::get_IsStream()=0 -``` - - -### ReturnValue - -**true** if the result is a stream object; otherwise **false**. - -## See Also - -* Class [IOperationResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/ioperationresult/get_isstring/_index.md b/english/cpp/aspose.pdf.plugins/ioperationresult/get_isstring/_index.md deleted file mode 100644 index 08353e831f..0000000000 --- a/english/cpp/aspose.pdf.plugins/ioperationresult/get_isstring/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::IOperationResult::get_IsString method -linktitle: get_IsString -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::IOperationResult::get_IsString method. Indicates whether the result is a text string in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/ioperationresult/get_isstring/ ---- -## IOperationResult::get_IsString method - - -Indicates whether the result is a text string. - -```cpp -virtual bool Aspose::Pdf::Plugins::IOperationResult::get_IsString()=0 -``` - - -### ReturnValue - -**true** if the result is a string; otherwise **false**. - -## See Also - -* Class [IOperationResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/ioperationresult/tofile/_index.md b/english/cpp/aspose.pdf.plugins/ioperationresult/tofile/_index.md deleted file mode 100644 index 6ce353a059..0000000000 --- a/english/cpp/aspose.pdf.plugins/ioperationresult/tofile/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::IOperationResult::ToFile method -linktitle: ToFile -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::IOperationResult::ToFile method. Tries to convert the result to the file in C++.' -type: docs -weight: 500 -url: /cpp/aspose.pdf.plugins/ioperationresult/tofile/ ---- -## IOperationResult::ToFile method - - -Tries to convert the result to the file. - -```cpp -virtual System::String Aspose::Pdf::Plugins::IOperationResult::ToFile()=0 -``` - - -### ReturnValue - -A string representing the path to the output file if the result is file; otherwise **null**. - -## See Also - -* Class [String](../../../system/string/) -* Class [IOperationResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/ioperationresult/tostream/_index.md b/english/cpp/aspose.pdf.plugins/ioperationresult/tostream/_index.md deleted file mode 100644 index fabf55ec87..0000000000 --- a/english/cpp/aspose.pdf.plugins/ioperationresult/tostream/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::IOperationResult::ToStream method -linktitle: ToStream -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::IOperationResult::ToStream method. Tries to convert the result to the stream object in C++.' -type: docs -weight: 600 -url: /cpp/aspose.pdf.plugins/ioperationresult/tostream/ ---- -## IOperationResult::ToStream method - - -Tries to convert the result to the stream object. - -```cpp -virtual System::SharedPtr Aspose::Pdf::Plugins::IOperationResult::ToStream()=0 -``` - - -### ReturnValue - -A stream object representing the output data if the result is stream; otherwise **null**. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [Stream](../../../system.io/stream/) -* Class [IOperationResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/iplugin/_index.md b/english/cpp/aspose.pdf.plugins/iplugin/_index.md deleted file mode 100644 index 4ae6ef500e..0000000000 --- a/english/cpp/aspose.pdf.plugins/iplugin/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::IPlugin class -linktitle: IPlugin -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::IPlugin class. General plugin interface that defines common methods that concrete plugin should implement in C++.' -type: docs -weight: 3900 -url: /cpp/aspose.pdf.plugins/iplugin/ ---- -## IPlugin class - - -General plugin interface that defines common methods that concrete plugin should implement. - -```cpp -class IPlugin : public virtual System::Object -``` - -## Methods - -| Method | Description | -| --- | --- | -| virtual [Process](./process/)(System::SharedPtr\) | Charges a plugin to process with defined options. | -## See Also - -* Class [Object](../../system/object/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/iplugin/process/_index.md b/english/cpp/aspose.pdf.plugins/iplugin/process/_index.md deleted file mode 100644 index 71389d6aa7..0000000000 --- a/english/cpp/aspose.pdf.plugins/iplugin/process/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::IPlugin::Process method -linktitle: Process -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::IPlugin::Process method. Charges a plugin to process with defined options in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/iplugin/process/ ---- -## IPlugin::Process method - - -Charges a plugin to process with defined options. - -```cpp -virtual System::SharedPtr Aspose::Pdf::Plugins::IPlugin::Process(System::SharedPtr options)=0 -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| options | System::SharedPtr\ | An options object containing instructions for the plugin | - -### ReturnValue - -An [ResultContainer](../../resultcontainer/) object containing the result of the processing - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [ResultContainer](../../resultcontainer/) -* Class [IPluginOptions](../../ipluginoptions/) -* Class [IPlugin](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/ipluginoptions/_index.md b/english/cpp/aspose.pdf.plugins/ipluginoptions/_index.md deleted file mode 100644 index dad5c3c103..0000000000 --- a/english/cpp/aspose.pdf.plugins/ipluginoptions/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::IPluginOptions class -linktitle: IPluginOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::IPluginOptions class. General plugin option interface that defines common methods that concrete plugin option should implement in C++.' -type: docs -weight: 4000 -url: /cpp/aspose.pdf.plugins/ipluginoptions/ ---- -## IPluginOptions class - - -General plugin option interface that defines common methods that concrete plugin option should implement. - -```cpp -class IPluginOptions : public virtual System::Object -``` - -## See Also - -* Class [Object](../../system/object/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/isaveinstruction/_index.md b/english/cpp/aspose.pdf.plugins/isaveinstruction/_index.md deleted file mode 100644 index 9a8a043e7b..0000000000 --- a/english/cpp/aspose.pdf.plugins/isaveinstruction/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ISaveInstruction class -linktitle: ISaveInstruction -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ISaveInstruction class. General save instruction interface that defines common members that concrete plugin option should implement in C++.' -type: docs -weight: 4100 -url: /cpp/aspose.pdf.plugins/isaveinstruction/ ---- -## ISaveInstruction class - - -General save instruction interface that defines common members that concrete plugin option should implement. - -```cpp -class ISaveInstruction : public virtual System::Object -``` - -## Methods - -| Method | Description | -| --- | --- | -| virtual [AddOutput](./addoutput/)(System::SharedPtr\) | Adds new result save target. | -| virtual [get_Outputs](./get_outputs/)() | Gets the collection of added targets (file or stream data sources) for saving operation results. | -## See Also - -* Class [Object](../../system/object/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/isaveinstruction/addoutput/_index.md b/english/cpp/aspose.pdf.plugins/isaveinstruction/addoutput/_index.md deleted file mode 100644 index 77909192f5..0000000000 --- a/english/cpp/aspose.pdf.plugins/isaveinstruction/addoutput/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ISaveInstruction::AddOutput method -linktitle: AddOutput -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ISaveInstruction::AddOutput method. Adds new result save target in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/isaveinstruction/addoutput/ ---- -## ISaveInstruction::AddOutput method - - -Adds new result save target. - -```cpp -virtual void Aspose::Pdf::Plugins::ISaveInstruction::AddOutput(System::SharedPtr dataSource)=0 -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| dataSource | System::SharedPtr\ | Target (file or stream data source) for saving operation results. | - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [IDataSource](../../idatasource/) -* Class [ISaveInstruction](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/isaveinstruction/get_outputs/_index.md b/english/cpp/aspose.pdf.plugins/isaveinstruction/get_outputs/_index.md deleted file mode 100644 index 4d45a61ad8..0000000000 --- a/english/cpp/aspose.pdf.plugins/isaveinstruction/get_outputs/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ISaveInstruction::get_Outputs method -linktitle: get_Outputs -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ISaveInstruction::get_Outputs method. Gets the collection of added targets (file or stream data sources) for saving operation results in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/isaveinstruction/get_outputs/ ---- -## ISaveInstruction::get_Outputs method - - -Gets the collection of added targets (file or stream data sources) for saving operation results. - -```cpp -virtual System::SharedPtr>> Aspose::Pdf::Plugins::ISaveInstruction::get_Outputs()=0 -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [List](../../../system.collections.generic/list/) -* Class [IDataSource](../../idatasource/) -* Class [ISaveInstruction](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/isavetarget/_index.md b/english/cpp/aspose.pdf.plugins/isavetarget/_index.md deleted file mode 100644 index f571da1817..0000000000 --- a/english/cpp/aspose.pdf.plugins/isavetarget/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ISaveTarget class -linktitle: ISaveTarget -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ISaveTarget class. General save target interface that defines common members that concrete operation result save target should implement in C++.' -type: docs -weight: 4200 -url: /cpp/aspose.pdf.plugins/isavetarget/ ---- -## ISaveTarget class - - -General save target interface that defines common members that concrete operation result save target should implement. - -```cpp -class ISaveTarget : public virtual System::Object -``` - -## Methods - -| Method | Description | -| --- | --- | -| virtual [get_SaveTarget](./get_savetarget/)() | Type of the save target (file or stream). | -## See Also - -* Class [Object](../../system/object/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/isavetarget/get_savetarget/_index.md b/english/cpp/aspose.pdf.plugins/isavetarget/get_savetarget/_index.md deleted file mode 100644 index 77f8323af8..0000000000 --- a/english/cpp/aspose.pdf.plugins/isavetarget/get_savetarget/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ISaveTarget::get_SaveTarget method -linktitle: get_SaveTarget -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ISaveTarget::get_SaveTarget method. Type of the save target (file or stream) in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/isavetarget/get_savetarget/ ---- -## ISaveTarget::get_SaveTarget method - - -Type of the save target (file or stream). - -```cpp -virtual DataType Aspose::Pdf::Plugins::ISaveTarget::get_SaveTarget()=0 -``` - - -### ReturnValue - -A [DataType](../../datatype/) object representing output data. - -## See Also - -* Enum [DataType](../../datatype/) -* Class [ISaveTarget](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/jpeg/_index.md b/english/cpp/aspose.pdf.plugins/jpeg/_index.md deleted file mode 100644 index f2b6fe4f7d..0000000000 --- a/english/cpp/aspose.pdf.plugins/jpeg/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::Jpeg class -linktitle: Jpeg -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::Jpeg class. Represents Pdf to Jpeg plugin in C++.' -type: docs -weight: 4300 -url: /cpp/aspose.pdf.plugins/jpeg/ ---- -## Jpeg class - - -Represents [Pdf](../../aspose.pdf/) to [Jpeg](./) plugin. - -```cpp -class Jpeg : public Aspose::Pdf::Plugins::PdfToImage -``` - -## Methods - -| Method | Description | -| --- | --- | -| [Jpeg](./jpeg/)() | Creates a new instance of -[Jpeg](./) - - -class. | -## See Also - -* Class [PdfToImage](../pdftoimage/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/jpeg/jpeg/_index.md b/english/cpp/aspose.pdf.plugins/jpeg/jpeg/_index.md deleted file mode 100644 index 27a113a0af..0000000000 --- a/english/cpp/aspose.pdf.plugins/jpeg/jpeg/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::Jpeg::Jpeg constructor -linktitle: Jpeg -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::Jpeg::Jpeg constructor. Creates a new instance of Jpegclass in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/jpeg/jpeg/ ---- -## Jpeg::Jpeg constructor - - -Creates a new instance of -[Jpeg](../) - - -class. - -```cpp -Aspose::Pdf::Plugins::Jpeg::Jpeg() -``` - -## See Also - -* Class [Jpeg](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/jpegoptions/_index.md b/english/cpp/aspose.pdf.plugins/jpegoptions/_index.md deleted file mode 100644 index b0fdbf19e8..0000000000 --- a/english/cpp/aspose.pdf.plugins/jpegoptions/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::JpegOptions class -linktitle: JpegOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::JpegOptions class. Represents Pdf to Jpeg converter options for the Jpeg plugin in C++.' -type: docs -weight: 4400 -url: /cpp/aspose.pdf.plugins/jpegoptions/ ---- -## JpegOptions class - - -Represents [Pdf](../../aspose.pdf/) to [Jpeg](../jpeg/) converter options for the [Jpeg](../jpeg/) plugin. - -```cpp -class JpegOptions : public Aspose::Pdf::Plugins::PdfToImageOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [get_OperationName](./get_operationname/)() override | Returns name of the operation. | -| [get_Quality](./get_quality/)() const | Gets and sets [Jpeg](../jpeg/) quality. | -| [JpegOptions](./jpegoptions/)() | Initializes a new instance of the [JpegOptions](./) object. | -| [set_Quality](./set_quality/)(int32_t) | Gets and sets [Jpeg](../jpeg/) quality. | -## See Also - -* Class [PdfToImageOptions](../pdftoimageoptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/jpegoptions/get_operationname/_index.md b/english/cpp/aspose.pdf.plugins/jpegoptions/get_operationname/_index.md deleted file mode 100644 index 930192fec8..0000000000 --- a/english/cpp/aspose.pdf.plugins/jpegoptions/get_operationname/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::JpegOptions::get_OperationName method -linktitle: get_OperationName -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::JpegOptions::get_OperationName method. Returns name of the operation in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/jpegoptions/get_operationname/ ---- -## JpegOptions::get_OperationName method - - -Returns name of the operation. - -```cpp -System::String Aspose::Pdf::Plugins::JpegOptions::get_OperationName() override -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [JpegOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/jpegoptions/get_quality/_index.md b/english/cpp/aspose.pdf.plugins/jpegoptions/get_quality/_index.md deleted file mode 100644 index 8aa9f506e1..0000000000 --- a/english/cpp/aspose.pdf.plugins/jpegoptions/get_quality/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::JpegOptions::get_Quality method -linktitle: get_Quality -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::JpegOptions::get_Quality method. Gets and sets Jpeg quality in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/jpegoptions/get_quality/ ---- -## JpegOptions::get_Quality method - - -Gets and sets [Jpeg](../../jpeg/) quality. - -```cpp -int32_t Aspose::Pdf::Plugins::JpegOptions::get_Quality() const -``` - -## See Also - -* Class [JpegOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/jpegoptions/jpegoptions/_index.md b/english/cpp/aspose.pdf.plugins/jpegoptions/jpegoptions/_index.md deleted file mode 100644 index a323749743..0000000000 --- a/english/cpp/aspose.pdf.plugins/jpegoptions/jpegoptions/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::JpegOptions::JpegOptions constructor -linktitle: JpegOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::JpegOptions::JpegOptions constructor. Initializes a new instance of the JpegOptions object in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/jpegoptions/jpegoptions/ ---- -## JpegOptions::JpegOptions constructor - - -Initializes a new instance of the [JpegOptions](../) object. - -```cpp -Aspose::Pdf::Plugins::JpegOptions::JpegOptions() -``` - -## See Also - -* Class [JpegOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/jpegoptions/set_quality/_index.md b/english/cpp/aspose.pdf.plugins/jpegoptions/set_quality/_index.md deleted file mode 100644 index 5829bdedfe..0000000000 --- a/english/cpp/aspose.pdf.plugins/jpegoptions/set_quality/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::JpegOptions::set_Quality method -linktitle: set_Quality -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::JpegOptions::set_Quality method. Gets and sets Jpeg quality in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/jpegoptions/set_quality/ ---- -## JpegOptions::set_Quality method - - -Gets and sets [Jpeg](../../jpeg/) quality. - -```cpp -void Aspose::Pdf::Plugins::JpegOptions::set_Quality(int32_t value) -``` - -## See Also - -* Class [JpegOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/mergeoptions/_index.md b/english/cpp/aspose.pdf.plugins/mergeoptions/_index.md deleted file mode 100644 index f879149a2e..0000000000 --- a/english/cpp/aspose.pdf.plugins/mergeoptions/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::MergeOptions class -linktitle: MergeOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::MergeOptions class. Represents Merge options for Merger plugin in C++.' -type: docs -weight: 4500 -url: /cpp/aspose.pdf.plugins/mergeoptions/ ---- -## MergeOptions class - - -Represents Merge options for [Merger](../merger/) plugin. - -```cpp -class MergeOptions : public Aspose::Pdf::Plugins::OrganizerBaseOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [MergeOptions](./mergeoptions/)() | Initializes new instance of the [MergeOptions](./) object with default options. | -## See Also - -* Class [OrganizerBaseOptions](../organizerbaseoptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/mergeoptions/mergeoptions/_index.md b/english/cpp/aspose.pdf.plugins/mergeoptions/mergeoptions/_index.md deleted file mode 100644 index 744651137f..0000000000 --- a/english/cpp/aspose.pdf.plugins/mergeoptions/mergeoptions/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::MergeOptions::MergeOptions constructor -linktitle: MergeOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::MergeOptions::MergeOptions constructor. Initializes new instance of the MergeOptions object with default options in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/mergeoptions/mergeoptions/ ---- -## MergeOptions::MergeOptions constructor - - -Initializes new instance of the [MergeOptions](../) object with default options. - -```cpp -Aspose::Pdf::Plugins::MergeOptions::MergeOptions() -``` - -## See Also - -* Class [MergeOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/merger/_index.md b/english/cpp/aspose.pdf.plugins/merger/_index.md deleted file mode 100644 index 21c6a50461..0000000000 --- a/english/cpp/aspose.pdf.plugins/merger/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::Merger class -linktitle: Merger -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::Merger class. Represents Merger plugin in C++.' -type: docs -weight: 4600 -url: /cpp/aspose.pdf.plugins/merger/ ---- -## Merger class - - -Represents [Merger](./) plugin. - -```cpp -class Merger : public Aspose::Pdf::Plugins::IPlugin -``` - -## Methods - -| Method | Description | -| --- | --- | -| [Process](./process/)(System::SharedPtr\) override | Starts the [Merger](./) processing with the specified parameters. | -## See Also - -* Class [IPlugin](../iplugin/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/merger/process/_index.md b/english/cpp/aspose.pdf.plugins/merger/process/_index.md deleted file mode 100644 index 899a1cd8f2..0000000000 --- a/english/cpp/aspose.pdf.plugins/merger/process/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::Merger::Process method -linktitle: Process -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::Merger::Process method. Starts the Merger processing with the specified parameters in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/merger/process/ ---- -## Merger::Process method - - -Starts the [Merger](../) processing with the specified parameters. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::Merger::Process(System::SharedPtr options) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| options | System::SharedPtr\ | An options object containg instructions for the [Merger](../). | - -### ReturnValue - -An [ResultContainer](../../resultcontainer/) object containg the result of the operation. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [ResultContainer](../../resultcontainer/) -* Class [IPluginOptions](../../ipluginoptions/) -* Class [Merger](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/objectresult/_index.md b/english/cpp/aspose.pdf.plugins/objectresult/_index.md deleted file mode 100644 index ff6da3fdcb..0000000000 --- a/english/cpp/aspose.pdf.plugins/objectresult/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ObjectResult class -linktitle: ObjectResult -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ObjectResult class. Represents operation result in the form of string in C++.' -type: docs -weight: 4700 -url: /cpp/aspose.pdf.plugins/objectresult/ ---- -## ObjectResult class - - -Represents operation result in the form of string. - -```cpp -class ObjectResult : public Aspose::Pdf::Plugins::IOperationResult -``` - -## Methods - -| Method | Description | -| --- | --- | -| [get_Data](./get_data/)() override | Gets raw data. | -| [get_IsFile](./get_isfile/)() override | Indicates whether the result is a path to an output file. | -| [get_IsObject](./get_isobject/)() const | Indicates whether the result is an object. | -| [get_IsStream](./get_isstream/)() override | Indicates whether the result is a path to an output file. | -| [get_IsString](./get_isstring/)() override | Indicates whether the result is a string. | -| [get_Text](./get_text/)() | Returns string representation of the result. | -| [ToFile](./tofile/)() override | Tries to convert the result to a file. | -| [ToStream](./tostream/)() override | Tries to convert the result to a stream object. | -| [ToString](./tostring/)() const override | Tries to convert the result to a string. | -## See Also - -* Class [IOperationResult](../ioperationresult/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/objectresult/get_data/_index.md b/english/cpp/aspose.pdf.plugins/objectresult/get_data/_index.md deleted file mode 100644 index 5047c77c69..0000000000 --- a/english/cpp/aspose.pdf.plugins/objectresult/get_data/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ObjectResult::get_Data method -linktitle: get_Data -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ObjectResult::get_Data method. Gets raw data in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/objectresult/get_data/ ---- -## ObjectResult::get_Data method - - -Gets raw data. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::ObjectResult::get_Data() override -``` - - -### ReturnValue - -An **object** representing output data. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [Object](../../../system/object/) -* Class [ObjectResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/objectresult/get_isfile/_index.md b/english/cpp/aspose.pdf.plugins/objectresult/get_isfile/_index.md deleted file mode 100644 index ac66726ffb..0000000000 --- a/english/cpp/aspose.pdf.plugins/objectresult/get_isfile/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ObjectResult::get_IsFile method -linktitle: get_IsFile -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ObjectResult::get_IsFile method. Indicates whether the result is a path to an output file in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/objectresult/get_isfile/ ---- -## ObjectResult::get_IsFile method - - -Indicates whether the result is a path to an output file. - -```cpp -bool Aspose::Pdf::Plugins::ObjectResult::get_IsFile() override -``` - - -### ReturnValue - -**true** if the result is a file; otherwise **false**. - -## See Also - -* Class [ObjectResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/objectresult/get_isobject/_index.md b/english/cpp/aspose.pdf.plugins/objectresult/get_isobject/_index.md deleted file mode 100644 index 4d25d8598e..0000000000 --- a/english/cpp/aspose.pdf.plugins/objectresult/get_isobject/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ObjectResult::get_IsObject method -linktitle: get_IsObject -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ObjectResult::get_IsObject method. Indicates whether the result is an object in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/objectresult/get_isobject/ ---- -## ObjectResult::get_IsObject method - - -Indicates whether the result is an object. - -```cpp -bool Aspose::Pdf::Plugins::ObjectResult::get_IsObject() const -``` - - -### ReturnValue - -**true** if the result is an object; otherwise **false**. - -## See Also - -* Class [ObjectResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/objectresult/get_isstream/_index.md b/english/cpp/aspose.pdf.plugins/objectresult/get_isstream/_index.md deleted file mode 100644 index c43833609a..0000000000 --- a/english/cpp/aspose.pdf.plugins/objectresult/get_isstream/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ObjectResult::get_IsStream method -linktitle: get_IsStream -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ObjectResult::get_IsStream method. Indicates whether the result is a path to an output file in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/objectresult/get_isstream/ ---- -## ObjectResult::get_IsStream method - - -Indicates whether the result is a path to an output file. - -```cpp -bool Aspose::Pdf::Plugins::ObjectResult::get_IsStream() override -``` - - -### ReturnValue - -**true** if the result is a stream object; otherwise **false**. - -## See Also - -* Class [ObjectResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/objectresult/get_isstring/_index.md b/english/cpp/aspose.pdf.plugins/objectresult/get_isstring/_index.md deleted file mode 100644 index a81a3e910c..0000000000 --- a/english/cpp/aspose.pdf.plugins/objectresult/get_isstring/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ObjectResult::get_IsString method -linktitle: get_IsString -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ObjectResult::get_IsString method. Indicates whether the result is a string in C++.' -type: docs -weight: 500 -url: /cpp/aspose.pdf.plugins/objectresult/get_isstring/ ---- -## ObjectResult::get_IsString method - - -Indicates whether the result is a string. - -```cpp -bool Aspose::Pdf::Plugins::ObjectResult::get_IsString() override -``` - - -### ReturnValue - -**true** if the result is a string; otherwise **false**. - -## See Also - -* Class [ObjectResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/objectresult/get_text/_index.md b/english/cpp/aspose.pdf.plugins/objectresult/get_text/_index.md deleted file mode 100644 index bcb9306266..0000000000 --- a/english/cpp/aspose.pdf.plugins/objectresult/get_text/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ObjectResult::get_Text method -linktitle: get_Text -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ObjectResult::get_Text method. Returns string representation of the result in C++.' -type: docs -weight: 600 -url: /cpp/aspose.pdf.plugins/objectresult/get_text/ ---- -## ObjectResult::get_Text method - - -Returns string representation of the result. - -```cpp -System::String Aspose::Pdf::Plugins::ObjectResult::get_Text() -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [ObjectResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/objectresult/tofile/_index.md b/english/cpp/aspose.pdf.plugins/objectresult/tofile/_index.md deleted file mode 100644 index 14690c5fce..0000000000 --- a/english/cpp/aspose.pdf.plugins/objectresult/tofile/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ObjectResult::ToFile method -linktitle: ToFile -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ObjectResult::ToFile method. Tries to convert the result to a file in C++.' -type: docs -weight: 700 -url: /cpp/aspose.pdf.plugins/objectresult/tofile/ ---- -## ObjectResult::ToFile method - - -Tries to convert the result to a file. - -```cpp -System::String Aspose::Pdf::Plugins::ObjectResult::ToFile() override -``` - - -### ReturnValue - -A string representing the path to the output file if the result is file; otherwise **null**. - -## See Also - -* Class [String](../../../system/string/) -* Class [ObjectResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/objectresult/tostream/_index.md b/english/cpp/aspose.pdf.plugins/objectresult/tostream/_index.md deleted file mode 100644 index bee4d816aa..0000000000 --- a/english/cpp/aspose.pdf.plugins/objectresult/tostream/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ObjectResult::ToStream method -linktitle: ToStream -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ObjectResult::ToStream method. Tries to convert the result to a stream object in C++.' -type: docs -weight: 800 -url: /cpp/aspose.pdf.plugins/objectresult/tostream/ ---- -## ObjectResult::ToStream method - - -Tries to convert the result to a stream object. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::ObjectResult::ToStream() override -``` - - -### ReturnValue - -A stream object representing the output data if the result is stream; otherwise **null**. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [Stream](../../../system.io/stream/) -* Class [ObjectResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/objectresult/tostring/_index.md b/english/cpp/aspose.pdf.plugins/objectresult/tostring/_index.md deleted file mode 100644 index c9af6fca16..0000000000 --- a/english/cpp/aspose.pdf.plugins/objectresult/tostring/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ObjectResult::ToString method -linktitle: ToString -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ObjectResult::ToString method. Tries to convert the result to a string in C++.' -type: docs -weight: 900 -url: /cpp/aspose.pdf.plugins/objectresult/tostring/ ---- -## ObjectResult::ToString method - - -Tries to convert the result to a string. - -```cpp -System::String Aspose::Pdf::Plugins::ObjectResult::ToString() const override -``` - - -### ReturnValue - -A string representing the text content if the result is string; otherwise returns base.ToString(). - -## See Also - -* Class [String](../../../system/string/) -* Class [ObjectResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/ofd/_index.md b/english/cpp/aspose.pdf.plugins/ofd/_index.md deleted file mode 100644 index 98e00c7f6e..0000000000 --- a/english/cpp/aspose.pdf.plugins/ofd/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::Ofd class -linktitle: Ofd -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::Ofd class. Represents the Ofd plugin in C++.' -type: docs -weight: 4800 -url: /cpp/aspose.pdf.plugins/ofd/ ---- -## Ofd class - - -Represents the [Ofd](./) plugin. - -```cpp -class Ofd : public Aspose::Pdf::Plugins::IPlugin, - public System::IDisposable -``` - -## Methods - -| Method | Description | -| --- | --- | -| [Dispose](./dispose/)() override | Implementation of IDisposable. | -| [Process](./process/)(System::SharedPtr\) override | Starts the [Ofd](./) processing with the specified parameters. | -## See Also - -* Class [IPlugin](../iplugin/) -* Class [IDisposable](../../system/idisposable/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/ofd/dispose/_index.md b/english/cpp/aspose.pdf.plugins/ofd/dispose/_index.md deleted file mode 100644 index a3bfdb6301..0000000000 --- a/english/cpp/aspose.pdf.plugins/ofd/dispose/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::Ofd::Dispose method -linktitle: Dispose -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::Ofd::Dispose method. Implementation of IDisposable in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/ofd/dispose/ ---- -## Ofd::Dispose method - - -Implementation of IDisposable. - -```cpp -void Aspose::Pdf::Plugins::Ofd::Dispose() override -``` - -## See Also - -* Class [Ofd](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/ofd/process/_index.md b/english/cpp/aspose.pdf.plugins/ofd/process/_index.md deleted file mode 100644 index 4d638c03b3..0000000000 --- a/english/cpp/aspose.pdf.plugins/ofd/process/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::Ofd::Process method -linktitle: Process -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::Ofd::Process method. Starts the Ofd processing with the specified parameters in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/ofd/process/ ---- -## Ofd::Process method - - -Starts the [Ofd](../) processing with the specified parameters. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::Ofd::Process(System::SharedPtr options) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| options | System::SharedPtr\ | An options object containing instructions for the [Ofd](../). | - -### ReturnValue - -An [ResultContainer](../../resultcontainer/) object containing the result of the operation. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [ResultContainer](../../resultcontainer/) -* Class [IPluginOptions](../../ipluginoptions/) -* Class [Ofd](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/ofdtopdfoptions/_index.md b/english/cpp/aspose.pdf.plugins/ofdtopdfoptions/_index.md deleted file mode 100644 index 526c69a54a..0000000000 --- a/english/cpp/aspose.pdf.plugins/ofdtopdfoptions/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::OfdToPdfOptions class -linktitle: OfdToPdfOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::OfdToPdfOptions class. Represents options for converting OFD to PDF in C++.' -type: docs -weight: 4900 -url: /cpp/aspose.pdf.plugins/ofdtopdfoptions/ ---- -## OfdToPdfOptions class - - -Represents options for converting [OFD](../../aspose.pdf.ofd/) to PDF. - -```cpp -class OfdToPdfOptions : public Aspose::Pdf::Plugins::PdfConverterOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [get_OfdLoadOptions](./get_ofdloadoptions/)() const | Gets the [OFD](../../aspose.pdf.ofd/) load options. | -| [get_OperationName](./get_operationname/)() override | Gets the name of the operation. | -| [OfdToPdfOptions](./ofdtopdfoptions/)() | Initializes a new instance of the [OfdToPdfOptions](./) class. | -| [set_OfdLoadOptions](./set_ofdloadoptions/)(System::SharedPtr\) | Sets the [OFD](../../aspose.pdf.ofd/) load options. | -## See Also - -* Class [PdfConverterOptions](../pdfconverteroptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/ofdtopdfoptions/get_ofdloadoptions/_index.md b/english/cpp/aspose.pdf.plugins/ofdtopdfoptions/get_ofdloadoptions/_index.md deleted file mode 100644 index 453fa1b25c..0000000000 --- a/english/cpp/aspose.pdf.plugins/ofdtopdfoptions/get_ofdloadoptions/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::OfdToPdfOptions::get_OfdLoadOptions method -linktitle: get_OfdLoadOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::OfdToPdfOptions::get_OfdLoadOptions method. Gets the OFD load options in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/ofdtopdfoptions/get_ofdloadoptions/ ---- -## OfdToPdfOptions::get_OfdLoadOptions method - - -Gets the [OFD](../../../aspose.pdf.ofd/) load options. - -```cpp -const System::SharedPtr & Aspose::Pdf::Plugins::OfdToPdfOptions::get_OfdLoadOptions() const -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [OfdLoadOptions](../../../aspose.pdf/ofdloadoptions/) -* Class [OfdToPdfOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/ofdtopdfoptions/get_operationname/_index.md b/english/cpp/aspose.pdf.plugins/ofdtopdfoptions/get_operationname/_index.md deleted file mode 100644 index 215b071a3f..0000000000 --- a/english/cpp/aspose.pdf.plugins/ofdtopdfoptions/get_operationname/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::OfdToPdfOptions::get_OperationName method -linktitle: get_OperationName -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::OfdToPdfOptions::get_OperationName method. Gets the name of the operation in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/ofdtopdfoptions/get_operationname/ ---- -## OfdToPdfOptions::get_OperationName method - - -Gets the name of the operation. - -```cpp -System::String Aspose::Pdf::Plugins::OfdToPdfOptions::get_OperationName() override -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [OfdToPdfOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/ofdtopdfoptions/ofdtopdfoptions/_index.md b/english/cpp/aspose.pdf.plugins/ofdtopdfoptions/ofdtopdfoptions/_index.md deleted file mode 100644 index f43b6489c4..0000000000 --- a/english/cpp/aspose.pdf.plugins/ofdtopdfoptions/ofdtopdfoptions/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::OfdToPdfOptions::OfdToPdfOptions constructor -linktitle: OfdToPdfOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::OfdToPdfOptions::OfdToPdfOptions constructor. Initializes a new instance of the OfdToPdfOptions class in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/ofdtopdfoptions/ofdtopdfoptions/ ---- -## OfdToPdfOptions::OfdToPdfOptions constructor - - -Initializes a new instance of the [OfdToPdfOptions](../) class. - -```cpp -Aspose::Pdf::Plugins::OfdToPdfOptions::OfdToPdfOptions() -``` - -## See Also - -* Class [OfdToPdfOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/ofdtopdfoptions/set_ofdloadoptions/_index.md b/english/cpp/aspose.pdf.plugins/ofdtopdfoptions/set_ofdloadoptions/_index.md deleted file mode 100644 index 4ca3ccce69..0000000000 --- a/english/cpp/aspose.pdf.plugins/ofdtopdfoptions/set_ofdloadoptions/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::OfdToPdfOptions::set_OfdLoadOptions method -linktitle: set_OfdLoadOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::OfdToPdfOptions::set_OfdLoadOptions method. Sets the OFD load options in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/ofdtopdfoptions/set_ofdloadoptions/ ---- -## OfdToPdfOptions::set_OfdLoadOptions method - - -Sets the [OFD](../../../aspose.pdf.ofd/) load options. - -```cpp -void Aspose::Pdf::Plugins::OfdToPdfOptions::set_OfdLoadOptions(System::SharedPtr value) -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [OfdLoadOptions](../../../aspose.pdf/ofdloadoptions/) -* Class [OfdToPdfOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/optimizeoptions/_index.md b/english/cpp/aspose.pdf.plugins/optimizeoptions/_index.md deleted file mode 100644 index a709b54ae1..0000000000 --- a/english/cpp/aspose.pdf.plugins/optimizeoptions/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::OptimizeOptions class -linktitle: OptimizeOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::OptimizeOptions class. Represents Optimize options for Optimizer plugin in C++.' -type: docs -weight: 5000 -url: /cpp/aspose.pdf.plugins/optimizeoptions/ ---- -## OptimizeOptions class - - -Represents Optimize options for [Optimizer](../optimizer/) plugin. - -```cpp -class OptimizeOptions : public Aspose::Pdf::Plugins::OrganizerBaseOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [OptimizeOptions](./optimizeoptions/)() | Initializes new instance of the [OptimizeOptions](./) object with default options. Linearize the document in order to. | -## See Also - -* Class [OrganizerBaseOptions](../organizerbaseoptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/optimizeoptions/optimizeoptions/_index.md b/english/cpp/aspose.pdf.plugins/optimizeoptions/optimizeoptions/_index.md deleted file mode 100644 index 74e6a0d0cf..0000000000 --- a/english/cpp/aspose.pdf.plugins/optimizeoptions/optimizeoptions/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::OptimizeOptions::OptimizeOptions constructor -linktitle: OptimizeOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::OptimizeOptions::OptimizeOptions constructor. Initializes new instance of the OptimizeOptions object with default options. Linearize the document in order to in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/optimizeoptions/optimizeoptions/ ---- -## OptimizeOptions::OptimizeOptions constructor - - -Initializes new instance of the [OptimizeOptions](../) object with default options. Linearize the document in order to. - -```cpp -Aspose::Pdf::Plugins::OptimizeOptions::OptimizeOptions() -``` - -## Remarks - - -* open the first page as quickly as possible; -* display next page or follow by link to the next page as quickly as possible; -* display the page incrementally as it arrives when data for a page is delivered over a slow channel (display the most useful data first); -* permit user interaction, such as following a link, to be performed even before the entire page has been received and displayed. - - -## See Also - -* Class [OptimizeOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/optimizer/_index.md b/english/cpp/aspose.pdf.plugins/optimizer/_index.md deleted file mode 100644 index 36f33aa164..0000000000 --- a/english/cpp/aspose.pdf.plugins/optimizer/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::Optimizer class -linktitle: Optimizer -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::Optimizer class. Represents Optimizer plugin in C++.' -type: docs -weight: 5100 -url: /cpp/aspose.pdf.plugins/optimizer/ ---- -## Optimizer class - - -Represents [Optimizer](./) plugin. - -```cpp -class Optimizer : public Aspose::Pdf::Plugins::IPlugin -``` - -## Methods - -| Method | Description | -| --- | --- | -| [Process](./process/)(System::SharedPtr\) override | Starts the [Optimizer](./) processing with the specified parameters. | -## See Also - -* Class [IPlugin](../iplugin/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/optimizer/process/_index.md b/english/cpp/aspose.pdf.plugins/optimizer/process/_index.md deleted file mode 100644 index f3da5ed266..0000000000 --- a/english/cpp/aspose.pdf.plugins/optimizer/process/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::Optimizer::Process method -linktitle: Process -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::Optimizer::Process method. Starts the Optimizer processing with the specified parameters in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/optimizer/process/ ---- -## Optimizer::Process method - - -Starts the [Optimizer](../) processing with the specified parameters. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::Optimizer::Process(System::SharedPtr options) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| options | System::SharedPtr\ | An options object containg instructions for the [Optimizer](../). | - -### ReturnValue - -An [ResultContainer](../../resultcontainer/) object containg the result of the operation. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [ResultContainer](../../resultcontainer/) -* Class [IPluginOptions](../../ipluginoptions/) -* Class [Optimizer](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/organizerbaseoptions/_index.md b/english/cpp/aspose.pdf.plugins/organizerbaseoptions/_index.md deleted file mode 100644 index d4d1de672e..0000000000 --- a/english/cpp/aspose.pdf.plugins/organizerbaseoptions/_index.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::OrganizerBaseOptions class -linktitle: OrganizerBaseOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::OrganizerBaseOptions class. Represents base options for plugins in C++.' -type: docs -weight: 5200 -url: /cpp/aspose.pdf.plugins/organizerbaseoptions/ ---- -## OrganizerBaseOptions class - - -Represents base options for plugins. - -```cpp -class OrganizerBaseOptions : public Aspose::Pdf::Plugins::IPluginOptions, - public Aspose::Pdf::Plugins::IDataContainer, - public Aspose::Pdf::Plugins::ISaveInstruction -``` - -## Methods - -| Method | Description | -| --- | --- | -| [AddInput](./addinput/)(System::SharedPtr\) override | Adds new data source to the PdfOrganizer plugin data collection. | -| [AddOutput](./addoutput/)(System::SharedPtr\) override | Adds new data source to the PdfOrganizer plugin data collection. | -| [get_CloseInputStreams](./get_closeinputstreams/)() const | Close input streams after operation completed. | -| [get_CloseOutputStreams](./get_closeoutputstreams/)() const | Close output streams after operation completed. | -| [get_Inputs](./get_inputs/)() override | Returns OrganizerOptions plugin data collection. | -| [get_Outputs](./get_outputs/)() override | Gets collection of added targets for saving operation results. | -| [set_CloseInputStreams](./set_closeinputstreams/)(bool) | Close input streams after operation completed. | -| [set_CloseOutputStreams](./set_closeoutputstreams/)(bool) | Close output streams after operation completed. | -## See Also - -* Class [IPluginOptions](../ipluginoptions/) -* Class [IDataContainer](../idatacontainer/) -* Class [ISaveInstruction](../isaveinstruction/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/organizerbaseoptions/addinput/_index.md b/english/cpp/aspose.pdf.plugins/organizerbaseoptions/addinput/_index.md deleted file mode 100644 index 279fd8cd3f..0000000000 --- a/english/cpp/aspose.pdf.plugins/organizerbaseoptions/addinput/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::OrganizerBaseOptions::AddInput method -linktitle: AddInput -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::OrganizerBaseOptions::AddInput method. Adds new data source to the PdfOrganizer plugin data collection in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/organizerbaseoptions/addinput/ ---- -## OrganizerBaseOptions::AddInput method - - -Adds new data source to the PdfOrganizer plugin data collection. - -```cpp -void Aspose::Pdf::Plugins::OrganizerBaseOptions::AddInput(System::SharedPtr dataSource) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| dataSource | System::SharedPtr\ | Data source to add. | - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [IDataSource](../../idatasource/) -* Class [OrganizerBaseOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/organizerbaseoptions/addoutput/_index.md b/english/cpp/aspose.pdf.plugins/organizerbaseoptions/addoutput/_index.md deleted file mode 100644 index ef75a148c8..0000000000 --- a/english/cpp/aspose.pdf.plugins/organizerbaseoptions/addoutput/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::OrganizerBaseOptions::AddOutput method -linktitle: AddOutput -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::OrganizerBaseOptions::AddOutput method. Adds new data source to the PdfOrganizer plugin data collection in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/organizerbaseoptions/addoutput/ ---- -## OrganizerBaseOptions::AddOutput method - - -Adds new data source to the PdfOrganizer plugin data collection. - -```cpp -void Aspose::Pdf::Plugins::OrganizerBaseOptions::AddOutput(System::SharedPtr saveDataSource) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| saveDataSource | System::SharedPtr\ | Data source (file or stream) for saving operation results. | - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [IDataSource](../../idatasource/) -* Class [OrganizerBaseOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/organizerbaseoptions/get_closeinputstreams/_index.md b/english/cpp/aspose.pdf.plugins/organizerbaseoptions/get_closeinputstreams/_index.md deleted file mode 100644 index 8656182c7b..0000000000 --- a/english/cpp/aspose.pdf.plugins/organizerbaseoptions/get_closeinputstreams/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::OrganizerBaseOptions::get_CloseInputStreams method -linktitle: get_CloseInputStreams -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::OrganizerBaseOptions::get_CloseInputStreams method. Close input streams after operation completed in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/organizerbaseoptions/get_closeinputstreams/ ---- -## OrganizerBaseOptions::get_CloseInputStreams method - - -Close input streams after operation completed. - -```cpp -bool Aspose::Pdf::Plugins::OrganizerBaseOptions::get_CloseInputStreams() const -``` - -## See Also - -* Class [OrganizerBaseOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/organizerbaseoptions/get_closeoutputstreams/_index.md b/english/cpp/aspose.pdf.plugins/organizerbaseoptions/get_closeoutputstreams/_index.md deleted file mode 100644 index 1dded21503..0000000000 --- a/english/cpp/aspose.pdf.plugins/organizerbaseoptions/get_closeoutputstreams/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::OrganizerBaseOptions::get_CloseOutputStreams method -linktitle: get_CloseOutputStreams -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::OrganizerBaseOptions::get_CloseOutputStreams method. Close output streams after operation completed in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/organizerbaseoptions/get_closeoutputstreams/ ---- -## OrganizerBaseOptions::get_CloseOutputStreams method - - -Close output streams after operation completed. - -```cpp -bool Aspose::Pdf::Plugins::OrganizerBaseOptions::get_CloseOutputStreams() const -``` - -## See Also - -* Class [OrganizerBaseOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/organizerbaseoptions/get_inputs/_index.md b/english/cpp/aspose.pdf.plugins/organizerbaseoptions/get_inputs/_index.md deleted file mode 100644 index b2d131c35c..0000000000 --- a/english/cpp/aspose.pdf.plugins/organizerbaseoptions/get_inputs/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::OrganizerBaseOptions::get_Inputs method -linktitle: get_Inputs -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::OrganizerBaseOptions::get_Inputs method. Returns OrganizerOptions plugin data collection in C++.' -type: docs -weight: 500 -url: /cpp/aspose.pdf.plugins/organizerbaseoptions/get_inputs/ ---- -## OrganizerBaseOptions::get_Inputs method - - -Returns OrganizerOptions plugin data collection. - -```cpp -System::SharedPtr>> Aspose::Pdf::Plugins::OrganizerBaseOptions::get_Inputs() override -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [List](../../../system.collections.generic/list/) -* Class [IDataSource](../../idatasource/) -* Class [OrganizerBaseOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/organizerbaseoptions/get_outputs/_index.md b/english/cpp/aspose.pdf.plugins/organizerbaseoptions/get_outputs/_index.md deleted file mode 100644 index 108fb39db7..0000000000 --- a/english/cpp/aspose.pdf.plugins/organizerbaseoptions/get_outputs/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::OrganizerBaseOptions::get_Outputs method -linktitle: get_Outputs -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::OrganizerBaseOptions::get_Outputs method. Gets collection of added targets for saving operation results in C++.' -type: docs -weight: 600 -url: /cpp/aspose.pdf.plugins/organizerbaseoptions/get_outputs/ ---- -## OrganizerBaseOptions::get_Outputs method - - -Gets collection of added targets for saving operation results. - -```cpp -System::SharedPtr>> Aspose::Pdf::Plugins::OrganizerBaseOptions::get_Outputs() override -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [List](../../../system.collections.generic/list/) -* Class [IDataSource](../../idatasource/) -* Class [OrganizerBaseOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/organizerbaseoptions/set_closeinputstreams/_index.md b/english/cpp/aspose.pdf.plugins/organizerbaseoptions/set_closeinputstreams/_index.md deleted file mode 100644 index effb982936..0000000000 --- a/english/cpp/aspose.pdf.plugins/organizerbaseoptions/set_closeinputstreams/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::OrganizerBaseOptions::set_CloseInputStreams method -linktitle: set_CloseInputStreams -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::OrganizerBaseOptions::set_CloseInputStreams method. Close input streams after operation completed in C++.' -type: docs -weight: 700 -url: /cpp/aspose.pdf.plugins/organizerbaseoptions/set_closeinputstreams/ ---- -## OrganizerBaseOptions::set_CloseInputStreams method - - -Close input streams after operation completed. - -```cpp -void Aspose::Pdf::Plugins::OrganizerBaseOptions::set_CloseInputStreams(bool value) -``` - -## See Also - -* Class [OrganizerBaseOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/organizerbaseoptions/set_closeoutputstreams/_index.md b/english/cpp/aspose.pdf.plugins/organizerbaseoptions/set_closeoutputstreams/_index.md deleted file mode 100644 index 6212848090..0000000000 --- a/english/cpp/aspose.pdf.plugins/organizerbaseoptions/set_closeoutputstreams/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::OrganizerBaseOptions::set_CloseOutputStreams method -linktitle: set_CloseOutputStreams -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::OrganizerBaseOptions::set_CloseOutputStreams method. Close output streams after operation completed in C++.' -type: docs -weight: 800 -url: /cpp/aspose.pdf.plugins/organizerbaseoptions/set_closeoutputstreams/ ---- -## OrganizerBaseOptions::set_CloseOutputStreams method - - -Close output streams after operation completed. - -```cpp -void Aspose::Pdf::Plugins::OrganizerBaseOptions::set_CloseOutputStreams(bool value) -``` - -## See Also - -* Class [OrganizerBaseOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaconverter/_index.md b/english/cpp/aspose.pdf.plugins/pdfaconverter/_index.md deleted file mode 100644 index 73e5606178..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaconverter/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAConverter class -linktitle: PdfAConverter -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAConverter class. Represents a plugin for handling the conversion of PDF documents in a PDF/A format and for validation of the PDF/A conformance in C++.' -type: docs -weight: 5300 -url: /cpp/aspose.pdf.plugins/pdfaconverter/ ---- -## PdfAConverter class - - -Represents a plugin for handling the conversion of PDF documents in a PDF/A format and for validation of the PDF/A conformance. - -```cpp -class PdfAConverter : public Aspose::Pdf::Plugins::IPlugin -``` - -## Methods - -| Method | Description | -| --- | --- | -| [Process](./process/)(System::SharedPtr\) override | Begins a PDF/A conversion or validation process with given options. | -## See Also - -* Class [IPlugin](../iplugin/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaconverter/process/_index.md b/english/cpp/aspose.pdf.plugins/pdfaconverter/process/_index.md deleted file mode 100644 index a04a1ff7ed..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaconverter/process/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAConverter::Process method -linktitle: Process -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAConverter::Process method. Begins a PDF/A conversion or validation process with given options in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/pdfaconverter/process/ ---- -## PdfAConverter::Process method - - -Begins a PDF/A conversion or validation process with given options. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::PdfAConverter::Process(System::SharedPtr options) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| options | System::SharedPtr\ | An options object containing instructions for the plugin. Must be an instance of the [PdfAConvertOptions](../../pdfaconvertoptions/) or the [PdfAValidateOptions](../../pdfavalidateoptions/) class. | - -### ReturnValue - -A [ResultContainer](../../resultcontainer/) object containing the result of the processing. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [ResultContainer](../../resultcontainer/) -* Class [IPluginOptions](../../ipluginoptions/) -* Class [PdfAConverter](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaconvertoptions/_index.md b/english/cpp/aspose.pdf.plugins/pdfaconvertoptions/_index.md deleted file mode 100644 index 60713fba0f..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaconvertoptions/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAConvertOptions class -linktitle: PdfAConvertOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAConvertOptions class. Represents options for converting PDF documents to PDF/A format with the PdfAConverter plugin in C++.' -type: docs -weight: 5400 -url: /cpp/aspose.pdf.plugins/pdfaconvertoptions/ ---- -## PdfAConvertOptions class - - -Represents options for converting PDF documents to PDF/A format with the [PdfAConverter](../pdfaconverter/) plugin. - -```cpp -class PdfAConvertOptions : public Aspose::Pdf::Plugins::PdfAOptionsBase, - public Aspose::Pdf::Plugins::ISaveInstruction -``` - -## Methods - -| Method | Description | -| --- | --- | -| [AddOutput](./addoutput/)(System::SharedPtr\) override | Adds new result save target. | -| [get_Outputs](./get_outputs/)() override | Gets the collection of added targets (file or stream data sources) for saving operation results. | -| [PdfAConvertOptions](./pdfaconvertoptions/)() | | -## See Also - -* Class [PdfAOptionsBase](../pdfaoptionsbase/) -* Class [ISaveInstruction](../isaveinstruction/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaconvertoptions/addoutput/_index.md b/english/cpp/aspose.pdf.plugins/pdfaconvertoptions/addoutput/_index.md deleted file mode 100644 index db5e692e87..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaconvertoptions/addoutput/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAConvertOptions::AddOutput method -linktitle: AddOutput -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAConvertOptions::AddOutput method. Adds new result save target in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/pdfaconvertoptions/addoutput/ ---- -## PdfAConvertOptions::AddOutput method - - -Adds new result save target. - -```cpp -void Aspose::Pdf::Plugins::PdfAConvertOptions::AddOutput(System::SharedPtr dataSource) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| dataSource | System::SharedPtr\ | Target (file or stream data source) for saving operation results. | - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [IDataSource](../../idatasource/) -* Class [PdfAConvertOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaconvertoptions/get_outputs/_index.md b/english/cpp/aspose.pdf.plugins/pdfaconvertoptions/get_outputs/_index.md deleted file mode 100644 index c2d51824ae..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaconvertoptions/get_outputs/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAConvertOptions::get_Outputs method -linktitle: get_Outputs -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAConvertOptions::get_Outputs method. Gets the collection of added targets (file or stream data sources) for saving operation results in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/pdfaconvertoptions/get_outputs/ ---- -## PdfAConvertOptions::get_Outputs method - - -Gets the collection of added targets (file or stream data sources) for saving operation results. - -```cpp -System::SharedPtr>> Aspose::Pdf::Plugins::PdfAConvertOptions::get_Outputs() override -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [List](../../../system.collections.generic/list/) -* Class [IDataSource](../../idatasource/) -* Class [PdfAConvertOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaconvertoptions/pdfaconvertoptions/_index.md b/english/cpp/aspose.pdf.plugins/pdfaconvertoptions/pdfaconvertoptions/_index.md deleted file mode 100644 index 6d44c9dc8a..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaconvertoptions/pdfaconvertoptions/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAConvertOptions::PdfAConvertOptions constructor -linktitle: PdfAConvertOptions -second_title: Aspose.PDF for C++ API Reference -description: 'How to use PdfAConvertOptions constructor of Aspose::Pdf::Plugins::PdfAConvertOptions class in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/pdfaconvertoptions/pdfaconvertoptions/ ---- -## PdfAConvertOptions::PdfAConvertOptions constructor - - - - -```cpp -Aspose::Pdf::Plugins::PdfAConvertOptions::PdfAConvertOptions() -``` - -## See Also - -* Class [PdfAConvertOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/_index.md deleted file mode 100644 index 987bb2d40d..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/_index.md +++ /dev/null @@ -1,58 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase class -linktitle: PdfAOptionsBase -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase class. Represents the base class for the PdfAConverter plugin options. This class provides properties and methods for configuring the PDF/A conversion and validation process in C++.' -type: docs -weight: 5500 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/ ---- -## PdfAOptionsBase class - - -Represents the base class for the [PdfAConverter](../pdfaconverter/) plugin options. This class provides properties and methods for configuring the PDF/A conversion and validation process. - -```cpp -class PdfAOptionsBase : public Aspose::Pdf::Plugins::IPluginOptions, - public Aspose::Pdf::Plugins::IDataContainer -``` - -## Methods - -| Method | Description | -| --- | --- | -| [AddInput](./addinput/)(System::SharedPtr\) override | Adds new data source to the collection. | -| [get_AlignText](./get_aligntext/)() | Gets a value indicating whether additional means are necessary to preserve text alignment during the PDF/A conversion process. | -| [get_ErrorAction](./get_erroraction/)() | Gets the action to be taken for objects that cannot be converted. | -| [get_ExcludeFontsStrategy](./get_excludefontsstrategy/)() | Gets the strategy for removing fonts to minimize the output file size during the PDF/A conversion process. | -| [get_FontEmbeddingOptions](./get_fontembeddingoptions/)() | Gets the options to process fonts that cannot be embedded into the document. | -| [get_IccProfileFileName](./get_iccprofilefilename/)() | Gets the filename of the ICC (International [Color](../../aspose.pdf/color/) Consortium) profile to be used for the PDF/A conversion in place of the default one. | -| [get_Inputs](./get_inputs/)() override | Gets collection of data sources. | -| [get_IsLowMemoryMode](./get_islowmemorymode/)() | Gets a value indicating whether the low memory mode is enabled during the PDF/A conversion process. | -| [get_LogOutputSource](./get_logoutputsource/)() const | Gets the data source for the log output. | -| [get_NonSpecificationFlags](./get_nonspecificationflags/)() | Gets the flags that control the PDF/A conversion for cases when the source PDF document doesn't correspond to the PDF specification. | -| [get_OptimizeFileSize](./get_optimizefilesize/)() | Gets a value indicating whether to try to reduce the file size during the PDF/A conversion process. | -| [get_PdfAVersion](./get_pdfaversion/)() const | Gets the version of the PDF/A standard to be used for validation or conversion. | -| [get_PuaSymbolsProcessingStrategy](./get_puasymbolsprocessingstrategy/)() | Gets the strategy for processing Private Use Area (PUA) symbols in the PDF document. | -| [get_SoftMaskAction](./get_softmaskaction/)() | Gets the action to be taken during the conversion of images with soft masks. | -| [get_SymbolicFontEncodingStrategy](./get_symbolicfontencodingstrategy/)() | Gets the strategy for encoding symbolic fonts when converting to PDF/A format. | -| [get_UnicodeProcessingRules](./get_unicodeprocessingrules/)() | Gets the rules for processing ToUnicode CMap tables and not linked to Unicode symbols during the PDF/A conversion process. | -| [PdfAOptionsBase](./pdfaoptionsbase/)() | | -| [set_AlignText](./set_aligntext/)(bool) | Sets a value indicating whether additional means are necessary to preserve text alignment during the PDF/A conversion process. | -| [set_ErrorAction](./set_erroraction/)(ConvertErrorAction) | Sets the action to be taken for objects that cannot be converted. | -| [set_ExcludeFontsStrategy](./set_excludefontsstrategy/)(PdfFormatConversionOptions::RemoveFontsStrategy) | Sets the strategy for removing fonts to minimize the output file size during the PDF/A conversion process. | -| [set_IccProfileFileName](./set_iccprofilefilename/)(System::String) | Sets the filename of the ICC (International [Color](../../aspose.pdf/color/) Consortium) profile to be used for the PDF/A conversion in place of the default one. | -| [set_IsLowMemoryMode](./set_islowmemorymode/)(bool) | Sets a value indicating whether the low memory mode is enabled during the PDF/A conversion process. | -| [set_LogOutputSource](./set_logoutputsource/)(System::SharedPtr\) | Sets the data source for the log output. | -| [set_OptimizeFileSize](./set_optimizefilesize/)(bool) | Sets a value indicating whether to try to reduce the file size during the PDF/A conversion process. | -| [set_PdfAVersion](./set_pdfaversion/)(PdfAStandardVersion) | Sets the version of the PDF/A standard to be used for validation or conversion. | -| [set_PuaSymbolsProcessingStrategy](./set_puasymbolsprocessingstrategy/)(PdfFormatConversionOptions::PuaProcessingStrategy) | Sets the strategy for processing Private Use Area (PUA) symbols in the PDF document. | -| [set_SoftMaskAction](./set_softmaskaction/)(ConvertSoftMaskAction) | Sets the action to be taken during the conversion of images with soft masks. | -| [set_SymbolicFontEncodingStrategy](./set_symbolicfontencodingstrategy/)(System::SharedPtr\) | Sets the strategy for encoding symbolic fonts when converting to PDF/A format. | -| [set_UnicodeProcessingRules](./set_unicodeprocessingrules/)(System::SharedPtr\) | Sets the rules for processing ToUnicode CMap tables and not linked to Unicode symbols during the PDF/A conversion process. | -## See Also - -* Class [IPluginOptions](../ipluginoptions/) -* Class [IDataContainer](../idatacontainer/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/addinput/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/addinput/_index.md deleted file mode 100644 index 81803db318..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/addinput/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::AddInput method -linktitle: AddInput -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::AddInput method. Adds new data source to the collection in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/addinput/ ---- -## PdfAOptionsBase::AddInput method - - -Adds new data source to the collection. - -```cpp -void Aspose::Pdf::Plugins::PdfAOptionsBase::AddInput(System::SharedPtr dataSource) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| dataSource | System::SharedPtr\ | | - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [IDataSource](../../idatasource/) -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_aligntext/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_aligntext/_index.md deleted file mode 100644 index 887cf1549d..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_aligntext/_index.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::get_AlignText method -linktitle: get_AlignText -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::get_AlignText method. Gets a value indicating whether additional means are necessary to preserve text alignment during the PDF/A conversion process in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/get_aligntext/ ---- -## PdfAOptionsBase::get_AlignText method - - -Gets a value indicating whether additional means are necessary to preserve text alignment during the PDF/A conversion process. - -```cpp -bool Aspose::Pdf::Plugins::PdfAOptionsBase::get_AlignText() -``` - -## Remarks - - -**true** - -if the text alignment gets changed and additional actions are necessary to restore it; otherwise, **false** - -. - -When set to **true** - -, the conversion process will attempt to restore the original text segment bounds. For the most of the documents there is no need to change this property from the default **false** - -value, as the text alignment doesn't change during the default conversion process. -## See Also - -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_erroraction/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_erroraction/_index.md deleted file mode 100644 index af8cc4889c..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_erroraction/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::get_ErrorAction method -linktitle: get_ErrorAction -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::get_ErrorAction method. Gets the action to be taken for objects that cannot be converted in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/get_erroraction/ ---- -## PdfAOptionsBase::get_ErrorAction method - - -Gets the action to be taken for objects that cannot be converted. - -```cpp -ConvertErrorAction Aspose::Pdf::Plugins::PdfAOptionsBase::get_ErrorAction() -``` - -## Remarks - - -The action to be taken when an object in a document structure cannot be converted. The value of this property is a [ConvertErrorAction](../../../aspose.pdf/converterroraction/) enumeration. -## See Also - -* Enum [ConvertErrorAction](../../../aspose.pdf/converterroraction/) -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_excludefontsstrategy/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_excludefontsstrategy/_index.md deleted file mode 100644 index 85ad0c8aa3..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_excludefontsstrategy/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::get_ExcludeFontsStrategy method -linktitle: get_ExcludeFontsStrategy -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::get_ExcludeFontsStrategy method. Gets the strategy for removing fonts to minimize the output file size during the PDF/A conversion process in C++.' -type: docs -weight: 500 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/get_excludefontsstrategy/ ---- -## PdfAOptionsBase::get_ExcludeFontsStrategy method - - -Gets the strategy for removing fonts to minimize the output file size during the PDF/A conversion process. - -```cpp -PdfFormatConversionOptions::RemoveFontsStrategy Aspose::Pdf::Plugins::PdfAOptionsBase::get_ExcludeFontsStrategy() -``` - -## Remarks - - -The strategy for removing fonts. This can be one of the values from the [PdfFormatConversionOptions::RemoveFontsStrategy](../../../aspose.pdf/pdfformatconversionoptions/removefontsstrategy/) enumeration. The default is the combination of [PdfFormatConversionOptions::RemoveFontsStrategy::SubsetFonts](../../../aspose.pdf/pdfformatconversionoptions/removefontsstrategy/) and [PdfFormatConversionOptions::RemoveFontsStrategy::RemoveDuplicatedFonts](../../../aspose.pdf/pdfformatconversionoptions/removefontsstrategy/). - -This property allows you to control how fonts are handled during the conversion process. You can choose to remove duplicated fonts, remove similar fonts with different widths, or subset fonts. -## See Also - -* Enum [RemoveFontsStrategy](../../../aspose.pdf/pdfformatconversionoptions/removefontsstrategy/) -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_fontembeddingoptions/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_fontembeddingoptions/_index.md deleted file mode 100644 index bde0193035..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_fontembeddingoptions/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::get_FontEmbeddingOptions method -linktitle: get_FontEmbeddingOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::get_FontEmbeddingOptions method. Gets the options to process fonts that cannot be embedded into the document in C++.' -type: docs -weight: 600 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/get_fontembeddingoptions/ ---- -## PdfAOptionsBase::get_FontEmbeddingOptions method - - -Gets the options to process fonts that cannot be embedded into the document. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::PdfAOptionsBase::get_FontEmbeddingOptions() -``` - -## Remarks - - -The PDF/A standard requires that all fonts must be embedded into the document. This property provides options for handling cases when it's not possible to embed some fonts because they are absent on the destination PC. - -The font embedding options. -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [FontEmbeddingOptions](../../../aspose.pdf/fontembeddingoptions/) -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_iccprofilefilename/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_iccprofilefilename/_index.md deleted file mode 100644 index fc076b4b74..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_iccprofilefilename/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::get_IccProfileFileName method -linktitle: get_IccProfileFileName -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::get_IccProfileFileName method. Gets the filename of the ICC (International Color Consortium) profile to be used for the PDF/A conversion in place of the default one in C++.' -type: docs -weight: 700 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/get_iccprofilefilename/ ---- -## PdfAOptionsBase::get_IccProfileFileName method - - -Gets the filename of the ICC (International [Color](../../../aspose.pdf/color/) Consortium) profile to be used for the PDF/A conversion in place of the default one. - -```cpp -System::String Aspose::Pdf::Plugins::PdfAOptionsBase::get_IccProfileFileName() -``` - -## Remarks - - -The filename of the ICC profile. -## See Also - -* Class [String](../../../system/string/) -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_inputs/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_inputs/_index.md deleted file mode 100644 index 4850462e80..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_inputs/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::get_Inputs method -linktitle: get_Inputs -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::get_Inputs method. Gets collection of data sources in C++.' -type: docs -weight: 800 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/get_inputs/ ---- -## PdfAOptionsBase::get_Inputs method - - -Gets collection of data sources. - -```cpp -System::SharedPtr>> Aspose::Pdf::Plugins::PdfAOptionsBase::get_Inputs() override -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [List](../../../system.collections.generic/list/) -* Class [IDataSource](../../idatasource/) -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_islowmemorymode/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_islowmemorymode/_index.md deleted file mode 100644 index 6ed1ca1b04..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_islowmemorymode/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::get_IsLowMemoryMode method -linktitle: get_IsLowMemoryMode -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::get_IsLowMemoryMode method. Gets a value indicating whether the low memory mode is enabled during the PDF/A conversion process in C++.' -type: docs -weight: 900 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/get_islowmemorymode/ ---- -## PdfAOptionsBase::get_IsLowMemoryMode method - - -Gets a value indicating whether the low memory mode is enabled during the PDF/A conversion process. - -```cpp -bool Aspose::Pdf::Plugins::PdfAOptionsBase::get_IsLowMemoryMode() -``` - -## Remarks - - -**true** - -if low memory mode is enabled; otherwise, **false** - -. -## See Also - -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_logoutputsource/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_logoutputsource/_index.md deleted file mode 100644 index 04c906375c..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_logoutputsource/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::get_LogOutputSource method -linktitle: get_LogOutputSource -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::get_LogOutputSource method. Gets the data source for the log output in C++.' -type: docs -weight: 1000 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/get_logoutputsource/ ---- -## PdfAOptionsBase::get_LogOutputSource method - - -Gets the data source for the log output. - -```cpp -const System::SharedPtr & Aspose::Pdf::Plugins::PdfAOptionsBase::get_LogOutputSource() const -``` - -## Remarks - - -The data source for the log output. -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [IDataSource](../../idatasource/) -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_nonspecificationflags/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_nonspecificationflags/_index.md deleted file mode 100644 index c9c51a0c2d..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_nonspecificationflags/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::get_NonSpecificationFlags method -linktitle: get_NonSpecificationFlags -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::get_NonSpecificationFlags method. Gets the flags that control the PDF/A conversion for cases when the source PDF document doesn''t correspond to the PDF specification in C++.' -type: docs -weight: 1100 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/get_nonspecificationflags/ ---- -## PdfAOptionsBase::get_NonSpecificationFlags method - - -Gets the flags that control the PDF/A conversion for cases when the source PDF document doesn't correspond to the PDF specification. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::PdfAOptionsBase::get_NonSpecificationFlags() -``` - -## Remarks - - -The flags for non-specification cases during PDF/A conversion. -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [PdfANonSpecificationFlags](../../../aspose.pdf/pdfanonspecificationflags/) -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_optimizefilesize/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_optimizefilesize/_index.md deleted file mode 100644 index 64ca46b290..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_optimizefilesize/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::get_OptimizeFileSize method -linktitle: get_OptimizeFileSize -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::get_OptimizeFileSize method. Gets a value indicating whether to try to reduce the file size during the PDF/A conversion process in C++.' -type: docs -weight: 1200 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/get_optimizefilesize/ ---- -## PdfAOptionsBase::get_OptimizeFileSize method - - -Gets a value indicating whether to try to reduce the file size during the PDF/A conversion process. - -```cpp -bool Aspose::Pdf::Plugins::PdfAOptionsBase::get_OptimizeFileSize() -``` - -## Remarks - - -**true** - -if the file size should be reduced as much as possible; otherwise, **false** - -. - -When set to **true** - -, the conversion process will attempt to minimize the resulting file size. This might affect the conversion process performance. -## See Also - -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_pdfaversion/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_pdfaversion/_index.md deleted file mode 100644 index 47c6124d46..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_pdfaversion/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::get_PdfAVersion method -linktitle: get_PdfAVersion -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::get_PdfAVersion method. Gets the version of the PDF/A standard to be used for validation or conversion in C++.' -type: docs -weight: 1300 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/get_pdfaversion/ ---- -## PdfAOptionsBase::get_PdfAVersion method - - -Gets the version of the PDF/A standard to be used for validation or conversion. - -```cpp -PdfAStandardVersion Aspose::Pdf::Plugins::PdfAOptionsBase::get_PdfAVersion() const -``` - -## Remarks - - -The version of the PDF/A standard. This can be one of the values from the [PdfAStandardVersion](../../pdfastandardversion/) enumeration. - -The PDF/A standard version is used to determine the compliance level for PDF/A validation and conversion. If the version is set to [PdfAStandardVersion::Auto](../../pdfastandardversion/), the system will automatically determine the appropriate PDF/A standard version for validation based on the document metadata. For the PDF/A conversion process the [PdfAStandardVersion::Auto](../../pdfastandardversion/) defaults to the PDF/A-1b standard version. -## See Also - -* Enum [PdfAStandardVersion](../../pdfastandardversion/) -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_puasymbolsprocessingstrategy/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_puasymbolsprocessingstrategy/_index.md deleted file mode 100644 index f32fb817b1..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_puasymbolsprocessingstrategy/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::get_PuaSymbolsProcessingStrategy method -linktitle: get_PuaSymbolsProcessingStrategy -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::get_PuaSymbolsProcessingStrategy method. Gets the strategy for processing Private Use Area (PUA) symbols in the PDF document in C++.' -type: docs -weight: 1400 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/get_puasymbolsprocessingstrategy/ ---- -## PdfAOptionsBase::get_PuaSymbolsProcessingStrategy method - - -Gets the strategy for processing Private Use Area (PUA) symbols in the PDF document. - -```cpp -PdfFormatConversionOptions::PuaProcessingStrategy Aspose::Pdf::Plugins::PdfAOptionsBase::get_PuaSymbolsProcessingStrategy() -``` - -## Remarks - - -The strategy for processing PUA symbols. The default is [PdfFormatConversionOptions::PuaProcessingStrategy::None](../../../aspose.pdf/pdfformatconversionoptions/puaprocessingstrategy/) for the Level B conformance documents, and [PdfFormatConversionOptions::PuaProcessingStrategy::SurroundPuaTextWithEmptyActualText](../../../aspose.pdf/pdfformatconversionoptions/puaprocessingstrategy/) for the Level A conformance ones. -## See Also - -* Enum [PuaProcessingStrategy](../../../aspose.pdf/pdfformatconversionoptions/puaprocessingstrategy/) -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_softmaskaction/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_softmaskaction/_index.md deleted file mode 100644 index 8d73f0cf5b..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_softmaskaction/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::get_SoftMaskAction method -linktitle: get_SoftMaskAction -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::get_SoftMaskAction method. Gets the action to be taken during the conversion of images with soft masks in C++.' -type: docs -weight: 1500 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/get_softmaskaction/ ---- -## PdfAOptionsBase::get_SoftMaskAction method - - -Gets the action to be taken during the conversion of images with soft masks. - -```cpp -ConvertSoftMaskAction Aspose::Pdf::Plugins::PdfAOptionsBase::get_SoftMaskAction() -``` - -## Remarks - - -The action for converting images with soft masks. The value of this property is a [ConvertSoftMaskAction](../../../aspose.pdf/convertsoftmaskaction/) enumeration. -## See Also - -* Enum [ConvertSoftMaskAction](../../../aspose.pdf/convertsoftmaskaction/) -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_symbolicfontencodingstrategy/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_symbolicfontencodingstrategy/_index.md deleted file mode 100644 index e9e71fa6aa..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_symbolicfontencodingstrategy/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::get_SymbolicFontEncodingStrategy method -linktitle: get_SymbolicFontEncodingStrategy -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::get_SymbolicFontEncodingStrategy method. Gets the strategy for encoding symbolic fonts when converting to PDF/A format in C++.' -type: docs -weight: 1600 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/get_symbolicfontencodingstrategy/ ---- -## PdfAOptionsBase::get_SymbolicFontEncodingStrategy method - - -Gets the strategy for encoding symbolic fonts when converting to PDF/A format. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::PdfAOptionsBase::get_SymbolicFontEncodingStrategy() -``` - -## Remarks - - -The symbolic font encoding strategy. - -This property allows you to control what CMap subtable would be copied into the result document in cases when the original TrueType symbolic font in the source document contains multiple CMap subtables. -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [PdfASymbolicFontEncodingStrategy](../../../aspose.pdf/pdfasymbolicfontencodingstrategy/) -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_unicodeprocessingrules/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_unicodeprocessingrules/_index.md deleted file mode 100644 index 97cc94d8dd..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/get_unicodeprocessingrules/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::get_UnicodeProcessingRules method -linktitle: get_UnicodeProcessingRules -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::get_UnicodeProcessingRules method. Gets the rules for processing ToUnicode CMap tables and not linked to Unicode symbols during the PDF/A conversion process in C++.' -type: docs -weight: 1700 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/get_unicodeprocessingrules/ ---- -## PdfAOptionsBase::get_UnicodeProcessingRules method - - -Gets the rules for processing ToUnicode CMap tables and not linked to Unicode symbols during the PDF/A conversion process. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::PdfAOptionsBase::get_UnicodeProcessingRules() -``` - -## Remarks - - -An instance of [ToUnicodeProcessingRules](../../../aspose.pdf/tounicodeprocessingrules/) that defines the rules for handling the problematic cases with Unicode characters. -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [ToUnicodeProcessingRules](../../../aspose.pdf/tounicodeprocessingrules/) -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/pdfaoptionsbase/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/pdfaoptionsbase/_index.md deleted file mode 100644 index 9f5a1b1fcc..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/pdfaoptionsbase/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::PdfAOptionsBase constructor -linktitle: PdfAOptionsBase -second_title: Aspose.PDF for C++ API Reference -description: 'How to use PdfAOptionsBase constructor of Aspose::Pdf::Plugins::PdfAOptionsBase class in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/pdfaoptionsbase/ ---- -## PdfAOptionsBase::PdfAOptionsBase constructor - - - - -```cpp -Aspose::Pdf::Plugins::PdfAOptionsBase::PdfAOptionsBase() -``` - -## See Also - -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_aligntext/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_aligntext/_index.md deleted file mode 100644 index 96c1a14587..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_aligntext/_index.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::set_AlignText method -linktitle: set_AlignText -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::set_AlignText method. Sets a value indicating whether additional means are necessary to preserve text alignment during the PDF/A conversion process in C++.' -type: docs -weight: 1800 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/set_aligntext/ ---- -## PdfAOptionsBase::set_AlignText method - - -Sets a value indicating whether additional means are necessary to preserve text alignment during the PDF/A conversion process. - -```cpp -void Aspose::Pdf::Plugins::PdfAOptionsBase::set_AlignText(bool value) -``` - -## Remarks - - -**true** - -if the text alignment gets changed and additional actions are necessary to restore it; otherwise, **false** - -. - -When set to **true** - -, the conversion process will attempt to restore the original text segment bounds. For the most of the documents there is no need to change this property from the default **false** - -value, as the text alignment doesn't change during the default conversion process. -## See Also - -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_erroraction/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_erroraction/_index.md deleted file mode 100644 index 1e016f6902..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_erroraction/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::set_ErrorAction method -linktitle: set_ErrorAction -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::set_ErrorAction method. Sets the action to be taken for objects that cannot be converted in C++.' -type: docs -weight: 1900 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/set_erroraction/ ---- -## PdfAOptionsBase::set_ErrorAction method - - -Sets the action to be taken for objects that cannot be converted. - -```cpp -void Aspose::Pdf::Plugins::PdfAOptionsBase::set_ErrorAction(ConvertErrorAction value) -``` - -## Remarks - - -The action to be taken when an object in a document structure cannot be converted. The value of this property is a [ConvertErrorAction](../../../aspose.pdf/converterroraction/) enumeration. -## See Also - -* Enum [ConvertErrorAction](../../../aspose.pdf/converterroraction/) -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_excludefontsstrategy/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_excludefontsstrategy/_index.md deleted file mode 100644 index 419a7f9209..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_excludefontsstrategy/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::set_ExcludeFontsStrategy method -linktitle: set_ExcludeFontsStrategy -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::set_ExcludeFontsStrategy method. Sets the strategy for removing fonts to minimize the output file size during the PDF/A conversion process in C++.' -type: docs -weight: 2000 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/set_excludefontsstrategy/ ---- -## PdfAOptionsBase::set_ExcludeFontsStrategy method - - -Sets the strategy for removing fonts to minimize the output file size during the PDF/A conversion process. - -```cpp -void Aspose::Pdf::Plugins::PdfAOptionsBase::set_ExcludeFontsStrategy(PdfFormatConversionOptions::RemoveFontsStrategy value) -``` - -## Remarks - - -The strategy for removing fonts. This can be one of the values from the [PdfFormatConversionOptions::RemoveFontsStrategy](../../../aspose.pdf/pdfformatconversionoptions/removefontsstrategy/) enumeration. The default is the combination of [PdfFormatConversionOptions::RemoveFontsStrategy::SubsetFonts](../../../aspose.pdf/pdfformatconversionoptions/removefontsstrategy/) and [PdfFormatConversionOptions::RemoveFontsStrategy::RemoveDuplicatedFonts](../../../aspose.pdf/pdfformatconversionoptions/removefontsstrategy/). - -This property allows you to control how fonts are handled during the conversion process. You can choose to remove duplicated fonts, remove similar fonts with different widths, or subset fonts. -## See Also - -* Enum [RemoveFontsStrategy](../../../aspose.pdf/pdfformatconversionoptions/removefontsstrategy/) -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_iccprofilefilename/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_iccprofilefilename/_index.md deleted file mode 100644 index f59be358f4..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_iccprofilefilename/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::set_IccProfileFileName method -linktitle: set_IccProfileFileName -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::set_IccProfileFileName method. Sets the filename of the ICC (International Color Consortium) profile to be used for the PDF/A conversion in place of the default one in C++.' -type: docs -weight: 2100 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/set_iccprofilefilename/ ---- -## PdfAOptionsBase::set_IccProfileFileName method - - -Sets the filename of the ICC (International [Color](../../../aspose.pdf/color/) Consortium) profile to be used for the PDF/A conversion in place of the default one. - -```cpp -void Aspose::Pdf::Plugins::PdfAOptionsBase::set_IccProfileFileName(System::String value) -``` - -## Remarks - - -The filename of the ICC profile. -## See Also - -* Class [String](../../../system/string/) -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_islowmemorymode/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_islowmemorymode/_index.md deleted file mode 100644 index ce5ea865b4..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_islowmemorymode/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::set_IsLowMemoryMode method -linktitle: set_IsLowMemoryMode -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::set_IsLowMemoryMode method. Sets a value indicating whether the low memory mode is enabled during the PDF/A conversion process in C++.' -type: docs -weight: 2200 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/set_islowmemorymode/ ---- -## PdfAOptionsBase::set_IsLowMemoryMode method - - -Sets a value indicating whether the low memory mode is enabled during the PDF/A conversion process. - -```cpp -void Aspose::Pdf::Plugins::PdfAOptionsBase::set_IsLowMemoryMode(bool value) -``` - -## Remarks - - -**true** - -if low memory mode is enabled; otherwise, **false** - -. -## See Also - -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_logoutputsource/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_logoutputsource/_index.md deleted file mode 100644 index e908418002..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_logoutputsource/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::set_LogOutputSource method -linktitle: set_LogOutputSource -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::set_LogOutputSource method. Sets the data source for the log output in C++.' -type: docs -weight: 2300 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/set_logoutputsource/ ---- -## PdfAOptionsBase::set_LogOutputSource method - - -Sets the data source for the log output. - -```cpp -void Aspose::Pdf::Plugins::PdfAOptionsBase::set_LogOutputSource(System::SharedPtr value) -``` - -## Remarks - - -The data source for the log output. -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [IDataSource](../../idatasource/) -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_optimizefilesize/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_optimizefilesize/_index.md deleted file mode 100644 index aa5004c5c9..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_optimizefilesize/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::set_OptimizeFileSize method -linktitle: set_OptimizeFileSize -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::set_OptimizeFileSize method. Sets a value indicating whether to try to reduce the file size during the PDF/A conversion process in C++.' -type: docs -weight: 2400 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/set_optimizefilesize/ ---- -## PdfAOptionsBase::set_OptimizeFileSize method - - -Sets a value indicating whether to try to reduce the file size during the PDF/A conversion process. - -```cpp -void Aspose::Pdf::Plugins::PdfAOptionsBase::set_OptimizeFileSize(bool value) -``` - -## Remarks - - -**true** - -if the file size should be reduced as much as possible; otherwise, **false** - -. - -When set to **true** - -, the conversion process will attempt to minimize the resulting file size. This might affect the conversion process performance. -## See Also - -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_pdfaversion/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_pdfaversion/_index.md deleted file mode 100644 index eb22c0cf4a..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_pdfaversion/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::set_PdfAVersion method -linktitle: set_PdfAVersion -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::set_PdfAVersion method. Sets the version of the PDF/A standard to be used for validation or conversion in C++.' -type: docs -weight: 2500 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/set_pdfaversion/ ---- -## PdfAOptionsBase::set_PdfAVersion method - - -Sets the version of the PDF/A standard to be used for validation or conversion. - -```cpp -void Aspose::Pdf::Plugins::PdfAOptionsBase::set_PdfAVersion(PdfAStandardVersion value) -``` - -## Remarks - - -The version of the PDF/A standard. This can be one of the values from the [PdfAStandardVersion](../../pdfastandardversion/) enumeration. - -The PDF/A standard version is used to determine the compliance level for PDF/A validation and conversion. If the version is set to [PdfAStandardVersion::Auto](../../pdfastandardversion/), the system will automatically determine the appropriate PDF/A standard version for validation based on the document metadata. For the PDF/A conversion process the [PdfAStandardVersion::Auto](../../pdfastandardversion/) defaults to the PDF/A-1b standard version. -## See Also - -* Enum [PdfAStandardVersion](../../pdfastandardversion/) -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_puasymbolsprocessingstrategy/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_puasymbolsprocessingstrategy/_index.md deleted file mode 100644 index 75f49ca150..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_puasymbolsprocessingstrategy/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::set_PuaSymbolsProcessingStrategy method -linktitle: set_PuaSymbolsProcessingStrategy -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::set_PuaSymbolsProcessingStrategy method. Sets the strategy for processing Private Use Area (PUA) symbols in the PDF document in C++.' -type: docs -weight: 2600 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/set_puasymbolsprocessingstrategy/ ---- -## PdfAOptionsBase::set_PuaSymbolsProcessingStrategy method - - -Sets the strategy for processing Private Use Area (PUA) symbols in the PDF document. - -```cpp -void Aspose::Pdf::Plugins::PdfAOptionsBase::set_PuaSymbolsProcessingStrategy(PdfFormatConversionOptions::PuaProcessingStrategy value) -``` - -## Remarks - - -The strategy for processing PUA symbols. The default is [PdfFormatConversionOptions::PuaProcessingStrategy::None](../../../aspose.pdf/pdfformatconversionoptions/puaprocessingstrategy/) for the Level B conformance documents, and [PdfFormatConversionOptions::PuaProcessingStrategy::SurroundPuaTextWithEmptyActualText](../../../aspose.pdf/pdfformatconversionoptions/puaprocessingstrategy/) for the Level A conformance ones. -## See Also - -* Enum [PuaProcessingStrategy](../../../aspose.pdf/pdfformatconversionoptions/puaprocessingstrategy/) -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_softmaskaction/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_softmaskaction/_index.md deleted file mode 100644 index dd360092db..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_softmaskaction/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::set_SoftMaskAction method -linktitle: set_SoftMaskAction -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::set_SoftMaskAction method. Sets the action to be taken during the conversion of images with soft masks in C++.' -type: docs -weight: 2700 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/set_softmaskaction/ ---- -## PdfAOptionsBase::set_SoftMaskAction method - - -Sets the action to be taken during the conversion of images with soft masks. - -```cpp -void Aspose::Pdf::Plugins::PdfAOptionsBase::set_SoftMaskAction(ConvertSoftMaskAction value) -``` - -## Remarks - - -The action for converting images with soft masks. The value of this property is a [ConvertSoftMaskAction](../../../aspose.pdf/convertsoftmaskaction/) enumeration. -## See Also - -* Enum [ConvertSoftMaskAction](../../../aspose.pdf/convertsoftmaskaction/) -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_symbolicfontencodingstrategy/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_symbolicfontencodingstrategy/_index.md deleted file mode 100644 index 551eb628e4..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_symbolicfontencodingstrategy/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::set_SymbolicFontEncodingStrategy method -linktitle: set_SymbolicFontEncodingStrategy -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::set_SymbolicFontEncodingStrategy method. Sets the strategy for encoding symbolic fonts when converting to PDF/A format in C++.' -type: docs -weight: 2800 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/set_symbolicfontencodingstrategy/ ---- -## PdfAOptionsBase::set_SymbolicFontEncodingStrategy method - - -Sets the strategy for encoding symbolic fonts when converting to PDF/A format. - -```cpp -void Aspose::Pdf::Plugins::PdfAOptionsBase::set_SymbolicFontEncodingStrategy(System::SharedPtr value) -``` - -## Remarks - - -The symbolic font encoding strategy. - -This property allows you to control what CMap subtable would be copied into the result document in cases when the original TrueType symbolic font in the source document contains multiple CMap subtables. -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [PdfASymbolicFontEncodingStrategy](../../../aspose.pdf/pdfasymbolicfontencodingstrategy/) -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_unicodeprocessingrules/_index.md b/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_unicodeprocessingrules/_index.md deleted file mode 100644 index bc01bffb11..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfaoptionsbase/set_unicodeprocessingrules/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAOptionsBase::set_UnicodeProcessingRules method -linktitle: set_UnicodeProcessingRules -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAOptionsBase::set_UnicodeProcessingRules method. Sets the rules for processing ToUnicode CMap tables and not linked to Unicode symbols during the PDF/A conversion process in C++.' -type: docs -weight: 2900 -url: /cpp/aspose.pdf.plugins/pdfaoptionsbase/set_unicodeprocessingrules/ ---- -## PdfAOptionsBase::set_UnicodeProcessingRules method - - -Sets the rules for processing ToUnicode CMap tables and not linked to Unicode symbols during the PDF/A conversion process. - -```cpp -void Aspose::Pdf::Plugins::PdfAOptionsBase::set_UnicodeProcessingRules(System::SharedPtr value) -``` - -## Remarks - - -An instance of [ToUnicodeProcessingRules](../../../aspose.pdf/tounicodeprocessingrules/) that defines the rules for handling the problematic cases with Unicode characters. -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [ToUnicodeProcessingRules](../../../aspose.pdf/tounicodeprocessingrules/) -* Class [PdfAOptionsBase](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfastandardversion/_index.md b/english/cpp/aspose.pdf.plugins/pdfastandardversion/_index.md deleted file mode 100644 index 779173bbf2..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfastandardversion/_index.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAStandardVersion enum -linktitle: PdfAStandardVersion -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAStandardVersion enum. Specifies the PDF/A standard version for a PDF document in C++.' -type: docs -weight: 9500 -url: /cpp/aspose.pdf.plugins/pdfastandardversion/ ---- -## PdfAStandardVersion enum - - -Specifies the PDF/A standard version for a PDF document. - -```cpp -enum class PdfAStandardVersion -``` - -### Values - -| Name | Value | Description | -| --- | --- | --- | -| Auto | 0 | The PDF/A standard version is determined automatically. | -| PDF_A_1A | 1 | Specifies the PDF/A-1a standard version. | -| PDF_A_1B | 2 | Specifies the PDF/A-1b standard version. | -| PDF_A_2A | 3 | Specifies the PDF/A-2a standard version. | -| PDF_A_2B | 4 | Specifies the PDF/A-2b standard version. | -| PDF_A_2U | 5 | Specifies the PDF/A-2u standard version. | -| PDF_A_3A | 6 | Specifies the PDF/A-3a standard version. | -| PDF_A_3B | 7 | Specifies the PDF/A-3b standard version. | -| PDF_A_3U | 8 | Specifies the PDF/A-3u standard version. | -| PDF_A_4 | 9 | Specifies the PDF/A-4 standard version. | -| PDF_A_4E | 10 | Specifies the PDF/A-4e standard version. | -| PDF_A_4F | 11 | Specifies the PDF/A-4f standard version. | - -## See Also - -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfavalidateoptions/_index.md b/english/cpp/aspose.pdf.plugins/pdfavalidateoptions/_index.md deleted file mode 100644 index 4760cd7c0b..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfavalidateoptions/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAValidateOptions class -linktitle: PdfAValidateOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAValidateOptions class. Represents options for validating PDF/A compliance of PDF documents with the PdfAConverter plugin in C++.' -type: docs -weight: 5600 -url: /cpp/aspose.pdf.plugins/pdfavalidateoptions/ ---- -## PdfAValidateOptions class - - -Represents options for validating PDF/A compliance of PDF documents with the [PdfAConverter](../pdfaconverter/) plugin. - -```cpp -class PdfAValidateOptions : public Aspose::Pdf::Plugins::PdfAOptionsBase -``` - -## See Also - -* Class [PdfAOptionsBase](../pdfaoptionsbase/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfavalidationresult/_index.md b/english/cpp/aspose.pdf.plugins/pdfavalidationresult/_index.md deleted file mode 100644 index 876c553870..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfavalidationresult/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfAValidationResult class -linktitle: PdfAValidationResult -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfAValidationResult class. Represents the result of a PDF/A validation process in C++.' -type: docs -weight: 5700 -url: /cpp/aspose.pdf.plugins/pdfavalidationresult/ ---- -## PdfAValidationResult class - - -Represents the result of a PDF/A validation process. - -```cpp -class PdfAValidationResult : public System::Object -``` - -## See Also - -* Class [Object](../../system/object/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfconverteroptions/_index.md b/english/cpp/aspose.pdf.plugins/pdfconverteroptions/_index.md deleted file mode 100644 index 9cc81324c8..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfconverteroptions/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfConverterOptions class -linktitle: PdfConverterOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfConverterOptions class. Represents options for Pdf converter plugins in C++.' -type: docs -weight: 5800 -url: /cpp/aspose.pdf.plugins/pdfconverteroptions/ ---- -## PdfConverterOptions class - - -Represents options for [Pdf](../../aspose.pdf/) converter plugins. - -```cpp -class PdfConverterOptions : public Aspose::Pdf::Plugins::IPluginOptions, - public Aspose::Pdf::Plugins::IDataContainer, - public Aspose::Pdf::Plugins::ISaveInstruction -``` - -## Methods - -| Method | Description | -| --- | --- | -| [AddInput](./addinput/)(System::SharedPtr\) override | Adds new data source to the PdfConverter plugin data collection. | -| [AddOutput](./addoutput/)(System::SharedPtr\) override | Adds new data source to the PdfToXLSXConverterOptions plugin data collection. | -| [get_Inputs](./get_inputs/)() override | Returns [PdfConverterOptions](./) plugin data collection. | -| virtual [get_OperationName](./get_operationname/)() | Returns operation name. | -| [get_Outputs](./get_outputs/)() override | Gets collection of added targets for saving operation results. | -## See Also - -* Class [IPluginOptions](../ipluginoptions/) -* Class [IDataContainer](../idatacontainer/) -* Class [ISaveInstruction](../isaveinstruction/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfconverteroptions/addinput/_index.md b/english/cpp/aspose.pdf.plugins/pdfconverteroptions/addinput/_index.md deleted file mode 100644 index 4666be6d47..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfconverteroptions/addinput/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfConverterOptions::AddInput method -linktitle: AddInput -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfConverterOptions::AddInput method. Adds new data source to the PdfConverter plugin data collection in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/pdfconverteroptions/addinput/ ---- -## PdfConverterOptions::AddInput method - - -Adds new data source to the PdfConverter plugin data collection. - -```cpp -void Aspose::Pdf::Plugins::PdfConverterOptions::AddInput(System::SharedPtr dataSource) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| dataSource | System::SharedPtr\ | Data source to add. | - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [IDataSource](../../idatasource/) -* Class [PdfConverterOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfconverteroptions/addoutput/_index.md b/english/cpp/aspose.pdf.plugins/pdfconverteroptions/addoutput/_index.md deleted file mode 100644 index 151d0a1438..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfconverteroptions/addoutput/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfConverterOptions::AddOutput method -linktitle: AddOutput -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfConverterOptions::AddOutput method. Adds new data source to the PdfToXLSXConverterOptions plugin data collection in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/pdfconverteroptions/addoutput/ ---- -## PdfConverterOptions::AddOutput method - - -Adds new data source to the PdfToXLSXConverterOptions plugin data collection. - -```cpp -void Aspose::Pdf::Plugins::PdfConverterOptions::AddOutput(System::SharedPtr saveDataSource) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| saveDataSource | System::SharedPtr\ | Data source (file or stream) for saving operation results. | - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [IDataSource](../../idatasource/) -* Class [PdfConverterOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfconverteroptions/get_inputs/_index.md b/english/cpp/aspose.pdf.plugins/pdfconverteroptions/get_inputs/_index.md deleted file mode 100644 index 519c5d80a2..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfconverteroptions/get_inputs/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfConverterOptions::get_Inputs method -linktitle: get_Inputs -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfConverterOptions::get_Inputs method. Returns PdfConverterOptions plugin data collection in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/pdfconverteroptions/get_inputs/ ---- -## PdfConverterOptions::get_Inputs method - - -Returns [PdfConverterOptions](../) plugin data collection. - -```cpp -System::SharedPtr>> Aspose::Pdf::Plugins::PdfConverterOptions::get_Inputs() override -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [List](../../../system.collections.generic/list/) -* Class [IDataSource](../../idatasource/) -* Class [PdfConverterOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfconverteroptions/get_operationname/_index.md b/english/cpp/aspose.pdf.plugins/pdfconverteroptions/get_operationname/_index.md deleted file mode 100644 index d7ded503f4..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfconverteroptions/get_operationname/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfConverterOptions::get_OperationName method -linktitle: get_OperationName -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfConverterOptions::get_OperationName method. Returns operation name in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/pdfconverteroptions/get_operationname/ ---- -## PdfConverterOptions::get_OperationName method - - -Returns operation name. - -```cpp -virtual System::String Aspose::Pdf::Plugins::PdfConverterOptions::get_OperationName()=0 -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [PdfConverterOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfconverteroptions/get_outputs/_index.md b/english/cpp/aspose.pdf.plugins/pdfconverteroptions/get_outputs/_index.md deleted file mode 100644 index 43f868370d..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfconverteroptions/get_outputs/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfConverterOptions::get_Outputs method -linktitle: get_Outputs -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfConverterOptions::get_Outputs method. Gets collection of added targets for saving operation results in C++.' -type: docs -weight: 500 -url: /cpp/aspose.pdf.plugins/pdfconverteroptions/get_outputs/ ---- -## PdfConverterOptions::get_Outputs method - - -Gets collection of added targets for saving operation results. - -```cpp -System::SharedPtr>> Aspose::Pdf::Plugins::PdfConverterOptions::get_Outputs() override -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [List](../../../system.collections.generic/list/) -* Class [IDataSource](../../idatasource/) -* Class [PdfConverterOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfextractor/_index.md b/english/cpp/aspose.pdf.plugins/pdfextractor/_index.md deleted file mode 100644 index e1e24918ad..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfextractor/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfExtractor class -linktitle: PdfExtractor -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfExtractor class. Represents base functionality to extract text, images, and other types of content that may occur on the pages of PDF documents in C++.' -type: docs -weight: 5900 -url: /cpp/aspose.pdf.plugins/pdfextractor/ ---- -## PdfExtractor class - - -Represents base functionality to extract text, images, and other types of content that may occur on the pages of PDF documents. - -```cpp -class PdfExtractor : public Aspose::Pdf::Plugins::IPlugin, - public System::IDisposable -``` - -## Methods - -| Method | Description | -| --- | --- | -| [Dispose](./dispose/)() override | Implementation of IDisposable. Actually, it is not necessary for [PdfExtractor](./). | -| [Process](./process/)(System::SharedPtr\) override | Starts [PdfExtractor](./) processing with the specified parameters. | -## Remarks - - -The [TextExtractor](../textextractor/) object is used to extract text, or [ImageExtractor](../imageextractor/) to extract images. -## See Also - -* Class [IPlugin](../iplugin/) -* Class [IDisposable](../../system/idisposable/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfextractor/dispose/_index.md b/english/cpp/aspose.pdf.plugins/pdfextractor/dispose/_index.md deleted file mode 100644 index db111fc548..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfextractor/dispose/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfExtractor::Dispose method -linktitle: Dispose -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfExtractor::Dispose method. Implementation of IDisposable. Actually, it is not necessary for PdfExtractor in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/pdfextractor/dispose/ ---- -## PdfExtractor::Dispose method - - -Implementation of IDisposable. Actually, it is not necessary for [PdfExtractor](../). - -```cpp -void Aspose::Pdf::Plugins::PdfExtractor::Dispose() override -``` - -## See Also - -* Class [PdfExtractor](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfextractor/process/_index.md b/english/cpp/aspose.pdf.plugins/pdfextractor/process/_index.md deleted file mode 100644 index 36c16aca14..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfextractor/process/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfExtractor::Process method -linktitle: Process -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfExtractor::Process method. Starts PdfExtractor processing with the specified parameters in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/pdfextractor/process/ ---- -## PdfExtractor::Process method - - -Starts [PdfExtractor](../) processing with the specified parameters. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::PdfExtractor::Process(System::SharedPtr pdfExtractorOptions) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| pdfExtractorOptions | System::SharedPtr\ | An options object containing instructions for the [PdfExtractor](../). | - -### ReturnValue - -A [ResultContainer](../../resultcontainer/) object containing the result of the extraction. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [ResultContainer](../../resultcontainer/) -* Class [IPluginOptions](../../ipluginoptions/) -* Class [PdfExtractor](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfextractoroptions/_index.md b/english/cpp/aspose.pdf.plugins/pdfextractoroptions/_index.md deleted file mode 100644 index 7ba281ccaa..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfextractoroptions/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfExtractorOptions class -linktitle: PdfExtractorOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfExtractorOptions class. Represents options for the TextExtractor and ImageExtractor plugins in C++.' -type: docs -weight: 6000 -url: /cpp/aspose.pdf.plugins/pdfextractoroptions/ ---- -## PdfExtractorOptions class - - -Represents options for the [TextExtractor](../textextractor/) and [ImageExtractor](../imageextractor/) plugins. - -```cpp -class PdfExtractorOptions : public Aspose::Pdf::Plugins::IPluginOptions, - public Aspose::Pdf::Plugins::IDataContainer -``` - -## Methods - -| Method | Description | -| --- | --- | -| [AddInput](./addinput/)(System::SharedPtr\) override | Adds new data source to the [PdfExtractor](../pdfextractor/) plugin data collection. | -| [get_Inputs](./get_inputs/)() override | Returns [PdfExtractor](../pdfextractor/) plugin data collection. | -| virtual [get_OperationName](./get_operationname/)() | Returns operation name. | -## Remarks - - -The [PdfExtractorOptions](./) contains base functions to add data (files, streams) representing input PDF documents. Please create [TextExtractorOptions](../textextractoroptions/) or [ImageExtractorOptions](../imageextractoroptions/) instead of this. -## See Also - -* Class [IPluginOptions](../ipluginoptions/) -* Class [IDataContainer](../idatacontainer/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfextractoroptions/addinput/_index.md b/english/cpp/aspose.pdf.plugins/pdfextractoroptions/addinput/_index.md deleted file mode 100644 index c148eef85f..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfextractoroptions/addinput/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfExtractorOptions::AddInput method -linktitle: AddInput -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfExtractorOptions::AddInput method. Adds new data source to the PdfExtractor plugin data collection in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/pdfextractoroptions/addinput/ ---- -## PdfExtractorOptions::AddInput method - - -Adds new data source to the [PdfExtractor](../../pdfextractor/) plugin data collection. - -```cpp -void Aspose::Pdf::Plugins::PdfExtractorOptions::AddInput(System::SharedPtr dataSource) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| dataSource | System::SharedPtr\ | Data source to add. | - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [IDataSource](../../idatasource/) -* Class [PdfExtractorOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfextractoroptions/get_inputs/_index.md b/english/cpp/aspose.pdf.plugins/pdfextractoroptions/get_inputs/_index.md deleted file mode 100644 index 7efc86ba5a..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfextractoroptions/get_inputs/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfExtractorOptions::get_Inputs method -linktitle: get_Inputs -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfExtractorOptions::get_Inputs method. Returns PdfExtractor plugin data collection in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/pdfextractoroptions/get_inputs/ ---- -## PdfExtractorOptions::get_Inputs method - - -Returns [PdfExtractor](../../pdfextractor/) plugin data collection. - -```cpp -System::SharedPtr>> Aspose::Pdf::Plugins::PdfExtractorOptions::get_Inputs() override -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [List](../../../system.collections.generic/list/) -* Class [IDataSource](../../idatasource/) -* Class [PdfExtractorOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfextractoroptions/get_operationname/_index.md b/english/cpp/aspose.pdf.plugins/pdfextractoroptions/get_operationname/_index.md deleted file mode 100644 index ce9be26116..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfextractoroptions/get_operationname/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfExtractorOptions::get_OperationName method -linktitle: get_OperationName -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfExtractorOptions::get_OperationName method. Returns operation name in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/pdfextractoroptions/get_operationname/ ---- -## PdfExtractorOptions::get_OperationName method - - -Returns operation name. - -```cpp -virtual System::String Aspose::Pdf::Plugins::PdfExtractorOptions::get_OperationName() -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [PdfExtractorOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfgeneratoroptions/_index.md b/english/cpp/aspose.pdf.plugins/pdfgeneratoroptions/_index.md deleted file mode 100644 index 52319f4ccc..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfgeneratoroptions/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfGeneratorOptions class -linktitle: PdfGeneratorOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfGeneratorOptions class. Represents options for Generator plugins in C++.' -type: docs -weight: 6100 -url: /cpp/aspose.pdf.plugins/pdfgeneratoroptions/ ---- -## PdfGeneratorOptions class - - -Represents options for Generator plugins. - -```cpp -class PdfGeneratorOptions : public Aspose::Pdf::Plugins::IPluginOptions, - public Aspose::Pdf::Plugins::IDataContainer, - public Aspose::Pdf::Plugins::ISaveInstruction -``` - -## Methods - -| Method | Description | -| --- | --- | -| [AddInput](./addinput/)(System::SharedPtr\) override | Adds new data source to the PdfGenerator plugin data collection. | -| [AddOutput](./addoutput/)(System::SharedPtr\) override | Adds new data source to the PdfGenerator plugin data collection. | -| [get_Inputs](./get_inputs/)() override | Returns PdfGenerator plugin data collection. | -| [get_Outputs](./get_outputs/)() override | Gets collection of added targets for saving operation results. | -## See Also - -* Class [IPluginOptions](../ipluginoptions/) -* Class [IDataContainer](../idatacontainer/) -* Class [ISaveInstruction](../isaveinstruction/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfgeneratoroptions/addinput/_index.md b/english/cpp/aspose.pdf.plugins/pdfgeneratoroptions/addinput/_index.md deleted file mode 100644 index db876662af..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfgeneratoroptions/addinput/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfGeneratorOptions::AddInput method -linktitle: AddInput -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfGeneratorOptions::AddInput method. Adds new data source to the PdfGenerator plugin data collection in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/pdfgeneratoroptions/addinput/ ---- -## PdfGeneratorOptions::AddInput method - - -Adds new data source to the PdfGenerator plugin data collection. - -```cpp -void Aspose::Pdf::Plugins::PdfGeneratorOptions::AddInput(System::SharedPtr dataSource) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| dataSource | System::SharedPtr\ | Data source to add. | - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [IDataSource](../../idatasource/) -* Class [PdfGeneratorOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfgeneratoroptions/addoutput/_index.md b/english/cpp/aspose.pdf.plugins/pdfgeneratoroptions/addoutput/_index.md deleted file mode 100644 index 48f6089127..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfgeneratoroptions/addoutput/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfGeneratorOptions::AddOutput method -linktitle: AddOutput -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfGeneratorOptions::AddOutput method. Adds new data source to the PdfGenerator plugin data collection in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/pdfgeneratoroptions/addoutput/ ---- -## PdfGeneratorOptions::AddOutput method - - -Adds new data source to the PdfGenerator plugin data collection. - -```cpp -void Aspose::Pdf::Plugins::PdfGeneratorOptions::AddOutput(System::SharedPtr saveDataSource) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| saveDataSource | System::SharedPtr\ | Data source (file or stream) for saving operation results. | - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [IDataSource](../../idatasource/) -* Class [PdfGeneratorOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfgeneratoroptions/get_inputs/_index.md b/english/cpp/aspose.pdf.plugins/pdfgeneratoroptions/get_inputs/_index.md deleted file mode 100644 index da86976299..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfgeneratoroptions/get_inputs/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfGeneratorOptions::get_Inputs method -linktitle: get_Inputs -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfGeneratorOptions::get_Inputs method. Returns PdfGenerator plugin data collection in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/pdfgeneratoroptions/get_inputs/ ---- -## PdfGeneratorOptions::get_Inputs method - - -Returns PdfGenerator plugin data collection. - -```cpp -System::SharedPtr>> Aspose::Pdf::Plugins::PdfGeneratorOptions::get_Inputs() override -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [List](../../../system.collections.generic/list/) -* Class [IDataSource](../../idatasource/) -* Class [PdfGeneratorOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdfgeneratoroptions/get_outputs/_index.md b/english/cpp/aspose.pdf.plugins/pdfgeneratoroptions/get_outputs/_index.md deleted file mode 100644 index 0b0f456cea..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdfgeneratoroptions/get_outputs/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfGeneratorOptions::get_Outputs method -linktitle: get_Outputs -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfGeneratorOptions::get_Outputs method. Gets collection of added targets for saving operation results in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/pdfgeneratoroptions/get_outputs/ ---- -## PdfGeneratorOptions::get_Outputs method - - -Gets collection of added targets for saving operation results. - -```cpp -System::SharedPtr>> Aspose::Pdf::Plugins::PdfGeneratorOptions::get_Outputs() override -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [List](../../../system.collections.generic/list/) -* Class [IDataSource](../../idatasource/) -* Class [PdfGeneratorOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftodocoptions/_index.md b/english/cpp/aspose.pdf.plugins/pdftodocoptions/_index.md deleted file mode 100644 index 90a188068f..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftodocoptions/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToDocOptions class -linktitle: PdfToDocOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToDocOptions class. Represents PDF to DOC converter options for DocConverter plugin in C++.' -type: docs -weight: 6200 -url: /cpp/aspose.pdf.plugins/pdftodocoptions/ ---- -## PdfToDocOptions class - - -Represents PDF to DOC converter options for [DocConverter](../docconverter/) plugin. - -```cpp -class PdfToDocOptions : public Aspose::Pdf::Plugins::PdfConverterOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [get_ConversionMode](./get_conversionmode/)() const | Allows to control how a PDF document is converted into a word processing document. | -| [get_OperationName](./get_operationname/)() override | Gets name of the operation. | -| [get_SaveFormat](./get_saveformat/)() const | Save format of the output document. | -| [PdfToDocOptions](./pdftodocoptions/)() | Initializes new instance of the [PdfToDocOptions](./) object with default options. | -| [PdfToDocOptions](./pdftodocoptions/)(Aspose::Pdf::Plugins::SaveFormat, Aspose::Pdf::Plugins::ConversionMode) | Initializes a new instance of the [PdfToDocOptions](./) object for the specified format and mode. | -| [set_ConversionMode](./set_conversionmode/)(Aspose::Pdf::Plugins::ConversionMode) | Allows to control how a PDF document is converted into a word processing document. | -| [set_SaveFormat](./set_saveformat/)(Aspose::Pdf::Plugins::SaveFormat) | Save format of the output document. | -## See Also - -* Class [PdfConverterOptions](../pdfconverteroptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftodocoptions/get_conversionmode/_index.md b/english/cpp/aspose.pdf.plugins/pdftodocoptions/get_conversionmode/_index.md deleted file mode 100644 index 565d7f0045..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftodocoptions/get_conversionmode/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToDocOptions::get_ConversionMode method -linktitle: get_ConversionMode -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToDocOptions::get_ConversionMode method. Allows to control how a PDF document is converted into a word processing document in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/pdftodocoptions/get_conversionmode/ ---- -## PdfToDocOptions::get_ConversionMode method - - -Allows to control how a PDF document is converted into a word processing document. - -```cpp -Aspose::Pdf::Plugins::ConversionMode Aspose::Pdf::Plugins::PdfToDocOptions::get_ConversionMode() const -``` - -## Remarks - - -Use the [ConversionMode::TextBox](../../conversionmode/) mode when the resulting document is not going to be heavily edited further. Textboxes are easy to modify when there is not a lot to do. - -Use the [ConversionMode::Flow](../../conversionmode/) mode when the output document needs further editing. [Paragraphs](../../../aspose.pdf/paragraphs/) and text lines in the flow mode allow easy modification of text, but unsupported formatting objects will look worse than in the [ConversionMode::TextBox](../../conversionmode/) mode. -## See Also - -* Enum [ConversionMode](../../conversionmode/) -* Class [PdfToDocOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftodocoptions/get_operationname/_index.md b/english/cpp/aspose.pdf.plugins/pdftodocoptions/get_operationname/_index.md deleted file mode 100644 index 08fc4cb094..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftodocoptions/get_operationname/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToDocOptions::get_OperationName method -linktitle: get_OperationName -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToDocOptions::get_OperationName method. Gets name of the operation in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/pdftodocoptions/get_operationname/ ---- -## PdfToDocOptions::get_OperationName method - - -Gets name of the operation. - -```cpp -System::String Aspose::Pdf::Plugins::PdfToDocOptions::get_OperationName() override -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [PdfToDocOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftodocoptions/get_saveformat/_index.md b/english/cpp/aspose.pdf.plugins/pdftodocoptions/get_saveformat/_index.md deleted file mode 100644 index a5378cfd1e..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftodocoptions/get_saveformat/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToDocOptions::get_SaveFormat method -linktitle: get_SaveFormat -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToDocOptions::get_SaveFormat method. Save format of the output document in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/pdftodocoptions/get_saveformat/ ---- -## PdfToDocOptions::get_SaveFormat method - - -Save format of the output document. - -```cpp -Aspose::Pdf::Plugins::SaveFormat Aspose::Pdf::Plugins::PdfToDocOptions::get_SaveFormat() const -``` - -## See Also - -* Enum [SaveFormat](../../saveformat/) -* Class [PdfToDocOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftodocoptions/pdftodocoptions/_index.md b/english/cpp/aspose.pdf.plugins/pdftodocoptions/pdftodocoptions/_index.md deleted file mode 100644 index 72d2ab7893..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftodocoptions/pdftodocoptions/_index.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToDocOptions::PdfToDocOptions constructor -linktitle: PdfToDocOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToDocOptions::PdfToDocOptions constructor. Initializes new instance of the PdfToDocOptions object with default options in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/pdftodocoptions/pdftodocoptions/ ---- -## PdfToDocOptions::PdfToDocOptions() constructor - - -Initializes new instance of the [PdfToDocOptions](../) object with default options. - -```cpp -Aspose::Pdf::Plugins::PdfToDocOptions::PdfToDocOptions() -``` - -## See Also - -* Class [PdfToDocOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) -## PdfToDocOptions::PdfToDocOptions(Aspose::Pdf::Plugins::SaveFormat, Aspose::Pdf::Plugins::ConversionMode) constructor - - -Initializes a new instance of the [PdfToDocOptions](../) object for the specified format and mode. - -```cpp -Aspose::Pdf::Plugins::PdfToDocOptions::PdfToDocOptions(Aspose::Pdf::Plugins::SaveFormat format, Aspose::Pdf::Plugins::ConversionMode mode) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| format | Aspose::Pdf::Plugins::SaveFormat | Save format of the [SaveFormat](../../saveformat/) output document. | -| mode | Aspose::Pdf::Plugins::ConversionMode | Conversion mode of the [ConversionMode](../../conversionmode/) output document. | - -## See Also - -* Enum [SaveFormat](../../saveformat/) -* Enum [ConversionMode](../../conversionmode/) -* Class [PdfToDocOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftodocoptions/set_conversionmode/_index.md b/english/cpp/aspose.pdf.plugins/pdftodocoptions/set_conversionmode/_index.md deleted file mode 100644 index 83e98c2e4b..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftodocoptions/set_conversionmode/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToDocOptions::set_ConversionMode method -linktitle: set_ConversionMode -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToDocOptions::set_ConversionMode method. Allows to control how a PDF document is converted into a word processing document in C++.' -type: docs -weight: 500 -url: /cpp/aspose.pdf.plugins/pdftodocoptions/set_conversionmode/ ---- -## PdfToDocOptions::set_ConversionMode method - - -Allows to control how a PDF document is converted into a word processing document. - -```cpp -void Aspose::Pdf::Plugins::PdfToDocOptions::set_ConversionMode(Aspose::Pdf::Plugins::ConversionMode value) -``` - -## Remarks - - -Use the [ConversionMode::TextBox](../../conversionmode/) mode when the resulting document is not going to be heavily edited further. Textboxes are easy to modify when there is not a lot to do. - -Use the [ConversionMode::Flow](../../conversionmode/) mode when the output document needs further editing. [Paragraphs](../../../aspose.pdf/paragraphs/) and text lines in the flow mode allow easy modification of text, but unsupported formatting objects will look worse than in the [ConversionMode::TextBox](../../conversionmode/) mode. -## See Also - -* Enum [ConversionMode](../../conversionmode/) -* Class [PdfToDocOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftodocoptions/set_saveformat/_index.md b/english/cpp/aspose.pdf.plugins/pdftodocoptions/set_saveformat/_index.md deleted file mode 100644 index aff06fae50..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftodocoptions/set_saveformat/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToDocOptions::set_SaveFormat method -linktitle: set_SaveFormat -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToDocOptions::set_SaveFormat method. Save format of the output document in C++.' -type: docs -weight: 600 -url: /cpp/aspose.pdf.plugins/pdftodocoptions/set_saveformat/ ---- -## PdfToDocOptions::set_SaveFormat method - - -Save format of the output document. - -```cpp -void Aspose::Pdf::Plugins::PdfToDocOptions::set_SaveFormat(Aspose::Pdf::Plugins::SaveFormat value) -``` - -## See Also - -* Enum [SaveFormat](../../saveformat/) -* Class [PdfToDocOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftohtmloptions/_index.md b/english/cpp/aspose.pdf.plugins/pdftohtmloptions/_index.md deleted file mode 100644 index 235bcb6aea..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftohtmloptions/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToHtmlOptions class -linktitle: PdfToHtmlOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToHtmlOptions class. Represents PDF to HTML converter options for Html plugin in C++.' -type: docs -weight: 6300 -url: /cpp/aspose.pdf.plugins/pdftohtmloptions/ ---- -## PdfToHtmlOptions class - - -Represents PDF to HTML converter options for [Html](../html/) plugin. - -```cpp -class PdfToHtmlOptions : public Aspose::Pdf::Plugins::PdfConverterOptions -``` - -## Enums - -| Enum | Description | -| --- | --- | -| [SaveDataType](./savedatatype/) | Defines output type of HTML file. | -## Methods - -| Method | Description | -| --- | --- | -| [get_OperationName](./get_operationname/)() override | Gets name of the operation. | -| [get_OutputDataType](./get_outputdatatype/)() const | Gets output data type. | -| [PdfToHtmlOptions](./pdftohtmloptions/)() | Initializes new instance of the [PdfToHtmlOptions](./) object with default options. | -| [PdfToHtmlOptions](./pdftohtmloptions/)(PdfToHtmlOptions::SaveDataType) | Initializes a new instance of the [PdfToHtmlOptions](./) object for the specified output data type. | -## See Also - -* Class [PdfConverterOptions](../pdfconverteroptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftohtmloptions/get_operationname/_index.md b/english/cpp/aspose.pdf.plugins/pdftohtmloptions/get_operationname/_index.md deleted file mode 100644 index 328564a115..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftohtmloptions/get_operationname/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToHtmlOptions::get_OperationName method -linktitle: get_OperationName -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToHtmlOptions::get_OperationName method. Gets name of the operation in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/pdftohtmloptions/get_operationname/ ---- -## PdfToHtmlOptions::get_OperationName method - - -Gets name of the operation. - -```cpp -System::String Aspose::Pdf::Plugins::PdfToHtmlOptions::get_OperationName() override -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [PdfToHtmlOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftohtmloptions/get_outputdatatype/_index.md b/english/cpp/aspose.pdf.plugins/pdftohtmloptions/get_outputdatatype/_index.md deleted file mode 100644 index fb34829330..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftohtmloptions/get_outputdatatype/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToHtmlOptions::get_OutputDataType method -linktitle: get_OutputDataType -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToHtmlOptions::get_OutputDataType method. Gets output data type in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/pdftohtmloptions/get_outputdatatype/ ---- -## PdfToHtmlOptions::get_OutputDataType method - - -Gets output data type. - -```cpp -PdfToHtmlOptions::SaveDataType Aspose::Pdf::Plugins::PdfToHtmlOptions::get_OutputDataType() const -``` - -## See Also - -* Enum [SaveDataType](../savedatatype/) -* Class [PdfToHtmlOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftohtmloptions/pdftohtmloptions/_index.md b/english/cpp/aspose.pdf.plugins/pdftohtmloptions/pdftohtmloptions/_index.md deleted file mode 100644 index 3991b400d5..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftohtmloptions/pdftohtmloptions/_index.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToHtmlOptions::PdfToHtmlOptions constructor -linktitle: PdfToHtmlOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToHtmlOptions::PdfToHtmlOptions constructor. Initializes new instance of the PdfToHtmlOptions object with default options in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/pdftohtmloptions/pdftohtmloptions/ ---- -## PdfToHtmlOptions::PdfToHtmlOptions() constructor - - -Initializes new instance of the [PdfToHtmlOptions](../) object with default options. - -```cpp -Aspose::Pdf::Plugins::PdfToHtmlOptions::PdfToHtmlOptions() -``` - -## See Also - -* Class [PdfToHtmlOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) -## PdfToHtmlOptions::PdfToHtmlOptions(PdfToHtmlOptions::SaveDataType) constructor - - -Initializes a new instance of the [PdfToHtmlOptions](../) object for the specified output data type. - -```cpp -Aspose::Pdf::Plugins::PdfToHtmlOptions::PdfToHtmlOptions(PdfToHtmlOptions::SaveDataType outputDataType) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| outputDataType | PdfToHtmlOptions::SaveDataType | Output data type. | - -## See Also - -* Enum [SaveDataType](../savedatatype/) -* Class [PdfToHtmlOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftohtmloptions/savedatatype/_index.md b/english/cpp/aspose.pdf.plugins/pdftohtmloptions/savedatatype/_index.md deleted file mode 100644 index fa51b2cdf1..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftohtmloptions/savedatatype/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToHtmlOptions::SaveDataType enum -linktitle: SaveDataType -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToHtmlOptions::SaveDataType enum. Defines output type of HTML file in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/pdftohtmloptions/savedatatype/ ---- -## SaveDataType enum - - -Defines output type of HTML file. - -```cpp -enum class SaveDataType -``` - -### Values - -| Name | Value | Description | -| --- | --- | --- | -| FileWithExternalResources | 0 | Save HTMl to file with external resources. | -| FileWithEmbeddedResources | 1 | Save HTMl to file with embedded resources. | -| StreamWithEmbeddedResources | 2 | Save HTMl to file stream with embedded resources. | - -## See Also - -* Class [PdfToHtmlOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftoimage/_index.md b/english/cpp/aspose.pdf.plugins/pdftoimage/_index.md deleted file mode 100644 index e0a5dccf70..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftoimage/_index.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToImage class -linktitle: PdfToImage -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToImage class. Represents PDF to image plugin in C++.' -type: docs -weight: 6400 -url: /cpp/aspose.pdf.plugins/pdftoimage/ ---- -## PdfToImage class - - -Represents PDF to image plugin. - -```cpp -class PdfToImage : public Aspose::Pdf::Plugins::IPlugin, - public System::IDisposable -``` - -## Methods - -| Method | Description | -| --- | --- | -| [Dispose](./dispose/)() override | Implementation of -IDisposable - - -. Actually, it is not necessary for -[PdfToImage](./) - - -. | -| [Process](./process/)(System::SharedPtr\) override | Starts -[PdfToImage](./) - - -processing with the specified parameters. | -## Remarks - - -The [PdfToImage](./) class is used to convert PDF document to images -## See Also - -* Class [IPlugin](../iplugin/) -* Class [IDisposable](../../system/idisposable/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftoimage/dispose/_index.md b/english/cpp/aspose.pdf.plugins/pdftoimage/dispose/_index.md deleted file mode 100644 index aa9b392b60..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftoimage/dispose/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToImage::Dispose method -linktitle: Dispose -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToImage::Dispose method. Implementation of IDisposable. Actually, it is not necessary for PdfToImage in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/pdftoimage/dispose/ ---- -## PdfToImage::Dispose method - - -Implementation of -IDisposable - - -. Actually, it is not necessary for -[PdfToImage](../) - - -. - -```cpp -void Aspose::Pdf::Plugins::PdfToImage::Dispose() override -``` - -## See Also - -* Class [PdfToImage](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftoimage/process/_index.md b/english/cpp/aspose.pdf.plugins/pdftoimage/process/_index.md deleted file mode 100644 index 15340e1bf6..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftoimage/process/_index.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToImage::Process method -linktitle: Process -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToImage::Process method. Starts PdfToImageprocessing with the specified parameters in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/pdftoimage/process/ ---- -## PdfToImage::Process method - - -Starts -[PdfToImage](../) - - -processing with the specified parameters. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::PdfToImage::Process(System::SharedPtr pdfImageOptions) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| pdfImageOptions | System::SharedPtr\ | An options object containing instructions for the PdfImage. | - -### ReturnValue - -A [ResultContainer](../../resultcontainer/) object containing the result of the conversion. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [ResultContainer](../../resultcontainer/) -* Class [IPluginOptions](../../ipluginoptions/) -* Class [PdfToImage](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftoimageoptions/_index.md b/english/cpp/aspose.pdf.plugins/pdftoimageoptions/_index.md deleted file mode 100644 index f54e86f856..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftoimageoptions/_index.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToImageOptions class -linktitle: PdfToImageOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToImageOptions class. Represents options for the PdfToImage plugin in C++.' -type: docs -weight: 6500 -url: /cpp/aspose.pdf.plugins/pdftoimageoptions/ ---- -## PdfToImageOptions class - - -Represents options for the [PdfToImage](../pdftoimage/) plugin. - -```cpp -class PdfToImageOptions : public Aspose::Pdf::Plugins::IPluginOptions, - public Aspose::Pdf::Plugins::IDataContainer, - public Aspose::Pdf::Plugins::ISaveInstruction -``` - -## Enums - -| Enum | Description | -| --- | --- | -| [ImageConversionMode](./imageconversionmode/) | Defines different modes which can be used while converting from PDF document to [Jpeg](../jpeg/) image. See [JpegOptions](../jpegoptions/) class. | -## Methods - -| Method | Description | -| --- | --- | -| [AddInput](./addinput/)(System::SharedPtr\) override | Adds new data source to the [PdfToImage](../pdftoimage/) plugin data collection. | -| [AddOutput](./addoutput/)(System::SharedPtr\) override | Sets new save data source. Can only be a -[FileDataSource](../filedatasource/) - - -. If you want save images into memory streams, pass null as parameter. | -| [get_ConversionMode](./get_conversionmode/)() | Gets image conversion mode. | -| [get_Inputs](./get_inputs/)() override | Returns [PdfToImage](../pdftoimage/) plugin data collection. | -| virtual [get_OperationName](./get_operationname/)() | Returns operation name. | -| [get_OutputResolution](./get_outputresolution/)() const | Gets the resolution value of the resulting images. | -| [get_Outputs](./get_outputs/)() override | Gets the collection of added targets (file or stream data sources) for saving operation results. | -| [get_PageList](./get_pagelist/)() const | Gets a list of pages for the process. | -| [set_OutputResolution](./set_outputresolution/)(int32_t) | Sets the resolution value of the resulting images. | -| [set_PageList](./set_pagelist/)(System::SharedPtr\\>) | Sets a list of pages for the process. | -## Remarks - - -The PdfImageOptions class contains base functions to add data (files, streams) representing input PDF documents. -## See Also - -* Class [IPluginOptions](../ipluginoptions/) -* Class [IDataContainer](../idatacontainer/) -* Class [ISaveInstruction](../isaveinstruction/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftoimageoptions/addinput/_index.md b/english/cpp/aspose.pdf.plugins/pdftoimageoptions/addinput/_index.md deleted file mode 100644 index 248bca7258..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftoimageoptions/addinput/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToImageOptions::AddInput method -linktitle: AddInput -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToImageOptions::AddInput method. Adds new data source to the PdfToImage plugin data collection in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/pdftoimageoptions/addinput/ ---- -## PdfToImageOptions::AddInput method - - -Adds new data source to the [PdfToImage](../../pdftoimage/) plugin data collection. - -```cpp -void Aspose::Pdf::Plugins::PdfToImageOptions::AddInput(System::SharedPtr dataSource) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| dataSource | System::SharedPtr\ | Data source to add. | - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [IDataSource](../../idatasource/) -* Class [PdfToImageOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftoimageoptions/addoutput/_index.md b/english/cpp/aspose.pdf.plugins/pdftoimageoptions/addoutput/_index.md deleted file mode 100644 index 85015d55ee..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftoimageoptions/addoutput/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToImageOptions::AddOutput method -linktitle: AddOutput -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToImageOptions::AddOutput method. Sets new save data source. Can only be a FileDataSource. If you want save images into memory streams, pass null as parameter in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/pdftoimageoptions/addoutput/ ---- -## PdfToImageOptions::AddOutput method - - -Sets new save data source. Can only be a -[FileDataSource](../../filedatasource/) - - -. If you want save images into memory streams, pass null as parameter. - -```cpp -void Aspose::Pdf::Plugins::PdfToImageOptions::AddOutput(System::SharedPtr saveDataSource) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| saveDataSource | System::SharedPtr\ | Save data source. | - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [IDataSource](../../idatasource/) -* Class [PdfToImageOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftoimageoptions/get_conversionmode/_index.md b/english/cpp/aspose.pdf.plugins/pdftoimageoptions/get_conversionmode/_index.md deleted file mode 100644 index 19266e519d..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftoimageoptions/get_conversionmode/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToImageOptions::get_ConversionMode method -linktitle: get_ConversionMode -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToImageOptions::get_ConversionMode method. Gets image conversion mode in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/pdftoimageoptions/get_conversionmode/ ---- -## PdfToImageOptions::get_ConversionMode method - - -Gets image conversion mode. - -```cpp -PdfToImageOptions::ImageConversionMode Aspose::Pdf::Plugins::PdfToImageOptions::get_ConversionMode() -``` - -## See Also - -* Enum [ImageConversionMode](../imageconversionmode/) -* Class [PdfToImageOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftoimageoptions/get_inputs/_index.md b/english/cpp/aspose.pdf.plugins/pdftoimageoptions/get_inputs/_index.md deleted file mode 100644 index cabc5ef3a4..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftoimageoptions/get_inputs/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToImageOptions::get_Inputs method -linktitle: get_Inputs -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToImageOptions::get_Inputs method. Returns PdfToImage plugin data collection in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/pdftoimageoptions/get_inputs/ ---- -## PdfToImageOptions::get_Inputs method - - -Returns [PdfToImage](../../pdftoimage/) plugin data collection. - -```cpp -System::SharedPtr>> Aspose::Pdf::Plugins::PdfToImageOptions::get_Inputs() override -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [List](../../../system.collections.generic/list/) -* Class [IDataSource](../../idatasource/) -* Class [PdfToImageOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftoimageoptions/get_operationname/_index.md b/english/cpp/aspose.pdf.plugins/pdftoimageoptions/get_operationname/_index.md deleted file mode 100644 index e54545c87f..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftoimageoptions/get_operationname/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToImageOptions::get_OperationName method -linktitle: get_OperationName -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToImageOptions::get_OperationName method. Returns operation name in C++.' -type: docs -weight: 500 -url: /cpp/aspose.pdf.plugins/pdftoimageoptions/get_operationname/ ---- -## PdfToImageOptions::get_OperationName method - - -Returns operation name. - -```cpp -virtual System::String Aspose::Pdf::Plugins::PdfToImageOptions::get_OperationName() -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [PdfToImageOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftoimageoptions/get_outputresolution/_index.md b/english/cpp/aspose.pdf.plugins/pdftoimageoptions/get_outputresolution/_index.md deleted file mode 100644 index 4ee2baff4e..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftoimageoptions/get_outputresolution/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToImageOptions::get_OutputResolution method -linktitle: get_OutputResolution -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToImageOptions::get_OutputResolution method. Gets the resolution value of the resulting images in C++.' -type: docs -weight: 600 -url: /cpp/aspose.pdf.plugins/pdftoimageoptions/get_outputresolution/ ---- -## PdfToImageOptions::get_OutputResolution method - - -Gets the resolution value of the resulting images. - -```cpp -int32_t Aspose::Pdf::Plugins::PdfToImageOptions::get_OutputResolution() const -``` - -## See Also - -* Class [PdfToImageOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftoimageoptions/get_outputs/_index.md b/english/cpp/aspose.pdf.plugins/pdftoimageoptions/get_outputs/_index.md deleted file mode 100644 index 316aa10462..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftoimageoptions/get_outputs/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToImageOptions::get_Outputs method -linktitle: get_Outputs -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToImageOptions::get_Outputs method. Gets the collection of added targets (file or stream data sources) for saving operation results in C++.' -type: docs -weight: 700 -url: /cpp/aspose.pdf.plugins/pdftoimageoptions/get_outputs/ ---- -## PdfToImageOptions::get_Outputs method - - -Gets the collection of added targets (file or stream data sources) for saving operation results. - -```cpp -System::SharedPtr>> Aspose::Pdf::Plugins::PdfToImageOptions::get_Outputs() override -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [List](../../../system.collections.generic/list/) -* Class [IDataSource](../../idatasource/) -* Class [PdfToImageOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftoimageoptions/get_pagelist/_index.md b/english/cpp/aspose.pdf.plugins/pdftoimageoptions/get_pagelist/_index.md deleted file mode 100644 index 6cc0f53a7f..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftoimageoptions/get_pagelist/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToImageOptions::get_PageList method -linktitle: get_PageList -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToImageOptions::get_PageList method. Gets a list of pages for the process in C++.' -type: docs -weight: 800 -url: /cpp/aspose.pdf.plugins/pdftoimageoptions/get_pagelist/ ---- -## PdfToImageOptions::get_PageList method - - -Gets a list of pages for the process. - -```cpp -const System::SharedPtr> & Aspose::Pdf::Plugins::PdfToImageOptions::get_PageList() const -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [List](../../../system.collections.generic/list/) -* Class [PdfToImageOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftoimageoptions/imageconversionmode/_index.md b/english/cpp/aspose.pdf.plugins/pdftoimageoptions/imageconversionmode/_index.md deleted file mode 100644 index 8b84e9c405..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftoimageoptions/imageconversionmode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToImageOptions::ImageConversionMode enum -linktitle: ImageConversionMode -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToImageOptions::ImageConversionMode enum. Defines different modes which can be used while converting from PDF document to Jpeg image. See JpegOptions class in C++.' -type: docs -weight: 1100 -url: /cpp/aspose.pdf.plugins/pdftoimageoptions/imageconversionmode/ ---- -## ImageConversionMode enum - - -Defines different modes which can be used while converting from PDF document to [Jpeg](../../jpeg/) image. See [JpegOptions](../../jpegoptions/) class. - -```cpp -enum class ImageConversionMode -``` - -### Values - -| Name | Value | Description | -| --- | --- | --- | -| None | 0 | Default mode. | - -## See Also - -* Class [PdfToImageOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftoimageoptions/set_outputresolution/_index.md b/english/cpp/aspose.pdf.plugins/pdftoimageoptions/set_outputresolution/_index.md deleted file mode 100644 index c29a9d2654..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftoimageoptions/set_outputresolution/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToImageOptions::set_OutputResolution method -linktitle: set_OutputResolution -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToImageOptions::set_OutputResolution method. Sets the resolution value of the resulting images in C++.' -type: docs -weight: 900 -url: /cpp/aspose.pdf.plugins/pdftoimageoptions/set_outputresolution/ ---- -## PdfToImageOptions::set_OutputResolution method - - -Sets the resolution value of the resulting images. - -```cpp -void Aspose::Pdf::Plugins::PdfToImageOptions::set_OutputResolution(int32_t value) -``` - -## See Also - -* Class [PdfToImageOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftoimageoptions/set_pagelist/_index.md b/english/cpp/aspose.pdf.plugins/pdftoimageoptions/set_pagelist/_index.md deleted file mode 100644 index 6fd9729cc9..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftoimageoptions/set_pagelist/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToImageOptions::set_PageList method -linktitle: set_PageList -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToImageOptions::set_PageList method. Sets a list of pages for the process in C++.' -type: docs -weight: 1000 -url: /cpp/aspose.pdf.plugins/pdftoimageoptions/set_pagelist/ ---- -## PdfToImageOptions::set_PageList method - - -Sets a list of pages for the process. - -```cpp -void Aspose::Pdf::Plugins::PdfToImageOptions::set_PageList(System::SharedPtr> value) -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [List](../../../system.collections.generic/list/) -* Class [PdfToImageOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/_index.md b/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/_index.md deleted file mode 100644 index 284631dc05..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/_index.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToXlsOptions class -linktitle: PdfToXlsOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToXlsOptions class. Represents PDF to XLSX converter options for XlsConverter plugin in C++.' -type: docs -weight: 6600 -url: /cpp/aspose.pdf.plugins/pdftoxlsoptions/ ---- -## PdfToXlsOptions class - - -Represents PDF to XLSX converter options for [XlsConverter](../xlsconverter/) plugin. - -```cpp -class PdfToXlsOptions : public Aspose::Pdf::Plugins::PdfConverterOptions -``` - -## Enums - -| Enum | Description | -| --- | --- | -| [ExcelFormat](./excelformat/) | Allows to specify .xlsx, .xls/xml or csv file format. Default value is XLSX. | -## Methods - -| Method | Description | -| --- | --- | -| [get_Format](./get_format/)() const | Output format. | -| [get_InsertBlankColumnAtFirst](./get_insertblankcolumnatfirst/)() const | Set true if you need inserting of blank column as the first column of worksheet. Default value is false; it means that blank column will not be inserted. | -| [get_MinimizeTheNumberOfWorksheets](./get_minimizethenumberofworksheets/)() const | Set true if you need to minimize the number of worksheets in resultant workbook. Default value is false; it means save of each PDF page as separated worksheet. | -| [get_OperationName](./get_operationname/)() override | Gets name of the operation. | -| [PdfToXlsOptions](./pdftoxlsoptions/)() | Initializes new instance of the [PdfToXlsOptions](./) object with default options. | -| [set_Format](./set_format/)(PdfToXlsOptions::ExcelFormat) | Output format. | -| [set_InsertBlankColumnAtFirst](./set_insertblankcolumnatfirst/)(bool) | Set true if you need inserting of blank column as the first column of worksheet. Default value is false; it means that blank column will not be inserted. | -| [set_MinimizeTheNumberOfWorksheets](./set_minimizethenumberofworksheets/)(bool) | Set true if you need to minimize the number of worksheets in resultant workbook. Default value is false; it means save of each PDF page as separated worksheet. | -## See Also - -* Class [PdfConverterOptions](../pdfconverteroptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/excelformat/_index.md b/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/excelformat/_index.md deleted file mode 100644 index 149702c398..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/excelformat/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToXlsOptions::ExcelFormat enum -linktitle: ExcelFormat -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToXlsOptions::ExcelFormat enum. Allows to specify .xlsx, .xls/xml or csv file format. Default value is XLSX in C++.' -type: docs -weight: 900 -url: /cpp/aspose.pdf.plugins/pdftoxlsoptions/excelformat/ ---- -## ExcelFormat enum - - -Allows to specify .xlsx, .xls/xml or csv file format. Default value is XLSX. - -```cpp -enum class ExcelFormat -``` - -### Values - -| Name | Value | Description | -| --- | --- | --- | -| XMLSpreadSheet2003 | 0 | Excel 2003 XML Format. | -| XLSX | 1 | Office Open XML (.xlsx) File Format. | -| CSV | 2 | A comma-separated values (CSV) File Format. | -| XLSM | 3 | A macro-enabled Office Open XML (.xlsm) File Format. | -| ODS | 4 | OpenDocument Spreadsheet. | - -## See Also - -* Class [PdfToXlsOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/get_format/_index.md b/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/get_format/_index.md deleted file mode 100644 index c04a2ad05e..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/get_format/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToXlsOptions::get_Format method -linktitle: get_Format -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToXlsOptions::get_Format method. Output format in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/pdftoxlsoptions/get_format/ ---- -## PdfToXlsOptions::get_Format method - - -Output format. - -```cpp -PdfToXlsOptions::ExcelFormat Aspose::Pdf::Plugins::PdfToXlsOptions::get_Format() const -``` - -## See Also - -* Enum [ExcelFormat](../excelformat/) -* Class [PdfToXlsOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/get_insertblankcolumnatfirst/_index.md b/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/get_insertblankcolumnatfirst/_index.md deleted file mode 100644 index a033f1b843..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/get_insertblankcolumnatfirst/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToXlsOptions::get_InsertBlankColumnAtFirst method -linktitle: get_InsertBlankColumnAtFirst -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToXlsOptions::get_InsertBlankColumnAtFirst method. Set true if you need inserting of blank column as the first column of worksheet. Default value is false; it means that blank column will not be inserted in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/pdftoxlsoptions/get_insertblankcolumnatfirst/ ---- -## PdfToXlsOptions::get_InsertBlankColumnAtFirst method - - -Set true if you need inserting of blank column as the first column of worksheet. Default value is false; it means that blank column will not be inserted. - -```cpp -bool Aspose::Pdf::Plugins::PdfToXlsOptions::get_InsertBlankColumnAtFirst() const -``` - -## See Also - -* Class [PdfToXlsOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/get_minimizethenumberofworksheets/_index.md b/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/get_minimizethenumberofworksheets/_index.md deleted file mode 100644 index 99f52ef6c5..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/get_minimizethenumberofworksheets/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToXlsOptions::get_MinimizeTheNumberOfWorksheets method -linktitle: get_MinimizeTheNumberOfWorksheets -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToXlsOptions::get_MinimizeTheNumberOfWorksheets method. Set true if you need to minimize the number of worksheets in resultant workbook. Default value is false; it means save of each PDF page as separated worksheet in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/pdftoxlsoptions/get_minimizethenumberofworksheets/ ---- -## PdfToXlsOptions::get_MinimizeTheNumberOfWorksheets method - - -Set true if you need to minimize the number of worksheets in resultant workbook. Default value is false; it means save of each PDF page as separated worksheet. - -```cpp -bool Aspose::Pdf::Plugins::PdfToXlsOptions::get_MinimizeTheNumberOfWorksheets() const -``` - -## See Also - -* Class [PdfToXlsOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/get_operationname/_index.md b/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/get_operationname/_index.md deleted file mode 100644 index a69cfc0d50..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/get_operationname/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToXlsOptions::get_OperationName method -linktitle: get_OperationName -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToXlsOptions::get_OperationName method. Gets name of the operation in C++.' -type: docs -weight: 500 -url: /cpp/aspose.pdf.plugins/pdftoxlsoptions/get_operationname/ ---- -## PdfToXlsOptions::get_OperationName method - - -Gets name of the operation. - -```cpp -System::String Aspose::Pdf::Plugins::PdfToXlsOptions::get_OperationName() override -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [PdfToXlsOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/pdftoxlsoptions/_index.md b/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/pdftoxlsoptions/_index.md deleted file mode 100644 index f70eaf8dea..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/pdftoxlsoptions/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToXlsOptions::PdfToXlsOptions constructor -linktitle: PdfToXlsOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToXlsOptions::PdfToXlsOptions constructor. Initializes new instance of the PdfToXlsOptions object with default options in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/pdftoxlsoptions/pdftoxlsoptions/ ---- -## PdfToXlsOptions::PdfToXlsOptions constructor - - -Initializes new instance of the [PdfToXlsOptions](../) object with default options. - -```cpp -Aspose::Pdf::Plugins::PdfToXlsOptions::PdfToXlsOptions() -``` - -## See Also - -* Class [PdfToXlsOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/set_format/_index.md b/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/set_format/_index.md deleted file mode 100644 index ae0b5aab6c..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/set_format/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToXlsOptions::set_Format method -linktitle: set_Format -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToXlsOptions::set_Format method. Output format in C++.' -type: docs -weight: 600 -url: /cpp/aspose.pdf.plugins/pdftoxlsoptions/set_format/ ---- -## PdfToXlsOptions::set_Format method - - -Output format. - -```cpp -void Aspose::Pdf::Plugins::PdfToXlsOptions::set_Format(PdfToXlsOptions::ExcelFormat value) -``` - -## See Also - -* Enum [ExcelFormat](../excelformat/) -* Class [PdfToXlsOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/set_insertblankcolumnatfirst/_index.md b/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/set_insertblankcolumnatfirst/_index.md deleted file mode 100644 index 209461ff9b..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/set_insertblankcolumnatfirst/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToXlsOptions::set_InsertBlankColumnAtFirst method -linktitle: set_InsertBlankColumnAtFirst -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToXlsOptions::set_InsertBlankColumnAtFirst method. Set true if you need inserting of blank column as the first column of worksheet. Default value is false; it means that blank column will not be inserted in C++.' -type: docs -weight: 700 -url: /cpp/aspose.pdf.plugins/pdftoxlsoptions/set_insertblankcolumnatfirst/ ---- -## PdfToXlsOptions::set_InsertBlankColumnAtFirst method - - -Set true if you need inserting of blank column as the first column of worksheet. Default value is false; it means that blank column will not be inserted. - -```cpp -void Aspose::Pdf::Plugins::PdfToXlsOptions::set_InsertBlankColumnAtFirst(bool value) -``` - -## See Also - -* Class [PdfToXlsOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/set_minimizethenumberofworksheets/_index.md b/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/set_minimizethenumberofworksheets/_index.md deleted file mode 100644 index dfffc417ab..0000000000 --- a/english/cpp/aspose.pdf.plugins/pdftoxlsoptions/set_minimizethenumberofworksheets/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PdfToXlsOptions::set_MinimizeTheNumberOfWorksheets method -linktitle: set_MinimizeTheNumberOfWorksheets -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PdfToXlsOptions::set_MinimizeTheNumberOfWorksheets method. Set true if you need to minimize the number of worksheets in resultant workbook. Default value is false; it means save of each PDF page as separated worksheet in C++.' -type: docs -weight: 800 -url: /cpp/aspose.pdf.plugins/pdftoxlsoptions/set_minimizethenumberofworksheets/ ---- -## PdfToXlsOptions::set_MinimizeTheNumberOfWorksheets method - - -Set true if you need to minimize the number of worksheets in resultant workbook. Default value is false; it means save of each PDF page as separated worksheet. - -```cpp -void Aspose::Pdf::Plugins::PdfToXlsOptions::set_MinimizeTheNumberOfWorksheets(bool value) -``` - -## See Also - -* Class [PdfToXlsOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/png/_index.md b/english/cpp/aspose.pdf.plugins/png/_index.md deleted file mode 100644 index 76e30d81b2..0000000000 --- a/english/cpp/aspose.pdf.plugins/png/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::Png class -linktitle: Png -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::Png class. Represents Pdf to Png plugin in C++.' -type: docs -weight: 6700 -url: /cpp/aspose.pdf.plugins/png/ ---- -## Png class - - -Represents [Pdf](../../aspose.pdf/) to [Png](./) plugin. - -```cpp -class Png : public Aspose::Pdf::Plugins::PdfToImage -``` - -## Methods - -| Method | Description | -| --- | --- | -| [Png](./png/)() | Creates a new instance of -[Png](./) - - -class. | -## See Also - -* Class [PdfToImage](../pdftoimage/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/png/png/_index.md b/english/cpp/aspose.pdf.plugins/png/png/_index.md deleted file mode 100644 index d8ce467c5b..0000000000 --- a/english/cpp/aspose.pdf.plugins/png/png/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::Png::Png constructor -linktitle: Png -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::Png::Png constructor. Creates a new instance of Pngclass in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/png/png/ ---- -## Png::Png constructor - - -Creates a new instance of -[Png](../) - - -class. - -```cpp -Aspose::Pdf::Plugins::Png::Png() -``` - -## See Also - -* Class [Png](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pngoptions/_index.md b/english/cpp/aspose.pdf.plugins/pngoptions/_index.md deleted file mode 100644 index 69dab3cc43..0000000000 --- a/english/cpp/aspose.pdf.plugins/pngoptions/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PngOptions class -linktitle: PngOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PngOptions class. Represents Pdf to Png converter options for the Png plugin in C++.' -type: docs -weight: 6800 -url: /cpp/aspose.pdf.plugins/pngoptions/ ---- -## PngOptions class - - -Represents [Pdf](../../aspose.pdf/) to [Png](../png/) converter options for the [Png](../png/) plugin. - -```cpp -class PngOptions : public Aspose::Pdf::Plugins::PdfToImageOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [get_OperationName](./get_operationname/)() override | Returns name of the operation. | -| [PngOptions](./pngoptions/)() | Initializes a new instance of the [PngOptions](./) object. | -## See Also - -* Class [PdfToImageOptions](../pdftoimageoptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/pngoptions/get_operationname/_index.md b/english/cpp/aspose.pdf.plugins/pngoptions/get_operationname/_index.md deleted file mode 100644 index 3b59f5a29f..0000000000 --- a/english/cpp/aspose.pdf.plugins/pngoptions/get_operationname/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PngOptions::get_OperationName method -linktitle: get_OperationName -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PngOptions::get_OperationName method. Returns name of the operation in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/pngoptions/get_operationname/ ---- -## PngOptions::get_OperationName method - - -Returns name of the operation. - -```cpp -System::String Aspose::Pdf::Plugins::PngOptions::get_OperationName() override -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [PngOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/pngoptions/pngoptions/_index.md b/english/cpp/aspose.pdf.plugins/pngoptions/pngoptions/_index.md deleted file mode 100644 index a91d75b510..0000000000 --- a/english/cpp/aspose.pdf.plugins/pngoptions/pngoptions/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::PngOptions::PngOptions constructor -linktitle: PngOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::PngOptions::PngOptions constructor. Initializes a new instance of the PngOptions object in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/pngoptions/pngoptions/ ---- -## PngOptions::PngOptions constructor - - -Initializes a new instance of the [PngOptions](../) object. - -```cpp -Aspose::Pdf::Plugins::PngOptions::PngOptions() -``` - -## See Also - -* Class [PngOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/resizeoptions/_index.md b/english/cpp/aspose.pdf.plugins/resizeoptions/_index.md deleted file mode 100644 index 657a0ff128..0000000000 --- a/english/cpp/aspose.pdf.plugins/resizeoptions/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ResizeOptions class -linktitle: ResizeOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ResizeOptions class. Represents Resize options for Optimizer plugin in C++.' -type: docs -weight: 6900 -url: /cpp/aspose.pdf.plugins/resizeoptions/ ---- -## ResizeOptions class - - -Represents Resize options for [Optimizer](../optimizer/) plugin. - -```cpp -class ResizeOptions : public Aspose::Pdf::Plugins::OrganizerBaseOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [get_PageSize](./get_pagesize/)() const | Gets new page size. | -| [ResizeOptions](./resizeoptions/)() | Initializes new instance of the [ResizeOptions](./) object with default options. | -| [set_PageSize](./set_pagesize/)(System::SharedPtr\) | Sets new page size. | -## See Also - -* Class [OrganizerBaseOptions](../organizerbaseoptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/resizeoptions/get_pagesize/_index.md b/english/cpp/aspose.pdf.plugins/resizeoptions/get_pagesize/_index.md deleted file mode 100644 index 7609ed669d..0000000000 --- a/english/cpp/aspose.pdf.plugins/resizeoptions/get_pagesize/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ResizeOptions::get_PageSize method -linktitle: get_PageSize -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ResizeOptions::get_PageSize method. Gets new page size in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/resizeoptions/get_pagesize/ ---- -## ResizeOptions::get_PageSize method - - -Gets new page size. - -```cpp -const System::SharedPtr & Aspose::Pdf::Plugins::ResizeOptions::get_PageSize() const -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [PageSize](../../../aspose.pdf/pagesize/) -* Class [ResizeOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/resizeoptions/resizeoptions/_index.md b/english/cpp/aspose.pdf.plugins/resizeoptions/resizeoptions/_index.md deleted file mode 100644 index aad2f99d72..0000000000 --- a/english/cpp/aspose.pdf.plugins/resizeoptions/resizeoptions/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ResizeOptions::ResizeOptions constructor -linktitle: ResizeOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ResizeOptions::ResizeOptions constructor. Initializes new instance of the ResizeOptions object with default options in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/resizeoptions/resizeoptions/ ---- -## ResizeOptions::ResizeOptions constructor - - -Initializes new instance of the [ResizeOptions](../) object with default options. - -```cpp -Aspose::Pdf::Plugins::ResizeOptions::ResizeOptions() -``` - -## See Also - -* Class [ResizeOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/resizeoptions/set_pagesize/_index.md b/english/cpp/aspose.pdf.plugins/resizeoptions/set_pagesize/_index.md deleted file mode 100644 index c5e838aa9f..0000000000 --- a/english/cpp/aspose.pdf.plugins/resizeoptions/set_pagesize/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ResizeOptions::set_PageSize method -linktitle: set_PageSize -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ResizeOptions::set_PageSize method. Sets new page size in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/resizeoptions/set_pagesize/ ---- -## ResizeOptions::set_PageSize method - - -Sets new page size. - -```cpp -void Aspose::Pdf::Plugins::ResizeOptions::set_PageSize(System::SharedPtr value) -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [PageSize](../../../aspose.pdf/pagesize/) -* Class [ResizeOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/resultcontainer/_index.md b/english/cpp/aspose.pdf.plugins/resultcontainer/_index.md deleted file mode 100644 index c782e23362..0000000000 --- a/english/cpp/aspose.pdf.plugins/resultcontainer/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ResultContainer class -linktitle: ResultContainer -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ResultContainer class. Represents container that contains the result collection of processing the plugin in C++.' -type: docs -weight: 7000 -url: /cpp/aspose.pdf.plugins/resultcontainer/ ---- -## ResultContainer class - - -Represents container that contains the result collection of processing the plugin. - -```cpp -class ResultContainer : public System::Object -``` - -## Methods - -| Method | Description | -| --- | --- | -| [get_ResultCollection](./get_resultcollection/)() const | Gets collection of the operation results. | -## See Also - -* Class [Object](../../system/object/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/resultcontainer/get_resultcollection/_index.md b/english/cpp/aspose.pdf.plugins/resultcontainer/get_resultcollection/_index.md deleted file mode 100644 index 64599c457e..0000000000 --- a/english/cpp/aspose.pdf.plugins/resultcontainer/get_resultcollection/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::ResultContainer::get_ResultCollection method -linktitle: get_ResultCollection -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::ResultContainer::get_ResultCollection method. Gets collection of the operation results in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/resultcontainer/get_resultcollection/ ---- -## ResultContainer::get_ResultCollection method - - -Gets collection of the operation results. - -```cpp -System::SharedPtr>> Aspose::Pdf::Plugins::ResultContainer::get_ResultCollection() const -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [List](../../../system.collections.generic/list/) -* Class [IOperationResult](../../ioperationresult/) -* Class [ResultContainer](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/rotateoptions/_index.md b/english/cpp/aspose.pdf.plugins/rotateoptions/_index.md deleted file mode 100644 index c5e83ec32a..0000000000 --- a/english/cpp/aspose.pdf.plugins/rotateoptions/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::RotateOptions class -linktitle: RotateOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::RotateOptions class. Represents Rotate options for Optimizer plugin in C++.' -type: docs -weight: 7100 -url: /cpp/aspose.pdf.plugins/rotateoptions/ ---- -## RotateOptions class - - -Represents Rotate options for [Optimizer](../optimizer/) plugin. - -```cpp -class RotateOptions : public Aspose::Pdf::Plugins::OrganizerBaseOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [get_Rotation](./get_rotation/)() const | Gets new pages rotation. | -| [RotateOptions](./rotateoptions/)() | Initializes new instance of the [RotateOptions](./) object with default options. | -| [set_Rotation](./set_rotation/)(Aspose::Pdf::Rotation) | Sets new pages rotation. | -## See Also - -* Class [OrganizerBaseOptions](../organizerbaseoptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/rotateoptions/get_rotation/_index.md b/english/cpp/aspose.pdf.plugins/rotateoptions/get_rotation/_index.md deleted file mode 100644 index 17a6f79592..0000000000 --- a/english/cpp/aspose.pdf.plugins/rotateoptions/get_rotation/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::RotateOptions::get_Rotation method -linktitle: get_Rotation -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::RotateOptions::get_Rotation method. Gets new pages rotation in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/rotateoptions/get_rotation/ ---- -## RotateOptions::get_Rotation method - - -Gets new pages rotation. - -```cpp -Aspose::Pdf::Rotation Aspose::Pdf::Plugins::RotateOptions::get_Rotation() const -``` - -## See Also - -* Enum [Rotation](../../../aspose.pdf/rotation/) -* Class [RotateOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/rotateoptions/rotateoptions/_index.md b/english/cpp/aspose.pdf.plugins/rotateoptions/rotateoptions/_index.md deleted file mode 100644 index d05998533f..0000000000 --- a/english/cpp/aspose.pdf.plugins/rotateoptions/rotateoptions/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::RotateOptions::RotateOptions constructor -linktitle: RotateOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::RotateOptions::RotateOptions constructor. Initializes new instance of the RotateOptions object with default options in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/rotateoptions/rotateoptions/ ---- -## RotateOptions::RotateOptions constructor - - -Initializes new instance of the [RotateOptions](../) object with default options. - -```cpp -Aspose::Pdf::Plugins::RotateOptions::RotateOptions() -``` - -## See Also - -* Class [RotateOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/rotateoptions/set_rotation/_index.md b/english/cpp/aspose.pdf.plugins/rotateoptions/set_rotation/_index.md deleted file mode 100644 index 1cc7b56f70..0000000000 --- a/english/cpp/aspose.pdf.plugins/rotateoptions/set_rotation/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::RotateOptions::set_Rotation method -linktitle: set_Rotation -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::RotateOptions::set_Rotation method. Sets new pages rotation in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/rotateoptions/set_rotation/ ---- -## RotateOptions::set_Rotation method - - -Sets new pages rotation. - -```cpp -void Aspose::Pdf::Plugins::RotateOptions::set_Rotation(Aspose::Pdf::Rotation value) -``` - -## See Also - -* Enum [Rotation](../../../aspose.pdf/rotation/) -* Class [RotateOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/saveformat/_index.md b/english/cpp/aspose.pdf.plugins/saveformat/_index.md deleted file mode 100644 index e2e4b0a95d..0000000000 --- a/english/cpp/aspose.pdf.plugins/saveformat/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::SaveFormat enum -linktitle: SaveFormat -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::SaveFormat enum. Allows to specify .doc or .docx file format in C++.' -type: docs -weight: 9600 -url: /cpp/aspose.pdf.plugins/saveformat/ ---- -## SaveFormat enum - - -Allows to specify .doc or .docx file format. - -```cpp -enum class SaveFormat -``` - -### Values - -| Name | Value | Description | -| --- | --- | --- | -| Doc | 0 | ****[MS-DOC]: Word (.doc) Binary File Format | -| DocX | 1 | Office Open XML (.docx) File Format. | - -## See Also - -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/security/_index.md b/english/cpp/aspose.pdf.plugins/security/_index.md deleted file mode 100644 index bf836a7cca..0000000000 --- a/english/cpp/aspose.pdf.plugins/security/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::Security class -linktitle: Security -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::Security class. Represents Security plugin in C++.' -type: docs -weight: 7200 -url: /cpp/aspose.pdf.plugins/security/ ---- -## Security class - - -Represents [Security](./) plugin. - -```cpp -class Security : public Aspose::Pdf::Plugins::IPlugin -``` - -## Methods - -| Method | Description | -| --- | --- | -| [Process](./process/)(System::SharedPtr\) override | Starts the [Security](./) processing with the specified parameters. | -## See Also - -* Class [IPlugin](../iplugin/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/security/process/_index.md b/english/cpp/aspose.pdf.plugins/security/process/_index.md deleted file mode 100644 index 8b81588868..0000000000 --- a/english/cpp/aspose.pdf.plugins/security/process/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::Security::Process method -linktitle: Process -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::Security::Process method. Starts the Security processing with the specified parameters in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/security/process/ ---- -## Security::Process method - - -Starts the [Security](../) processing with the specified parameters. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::Security::Process(System::SharedPtr options) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| options | System::SharedPtr\ | An options object containg instructions for the [Security](../). | - -### ReturnValue - -A [ResultContainer](../../resultcontainer/) object containg the result of the operation. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [ResultContainer](../../resultcontainer/) -* Class [IPluginOptions](../../ipluginoptions/) -* Class [Security](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/selectfield/_index.md b/english/cpp/aspose.pdf.plugins/selectfield/_index.md deleted file mode 100644 index f421edfa18..0000000000 --- a/english/cpp/aspose.pdf.plugins/selectfield/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::SelectField typedef -linktitle: SelectField -second_title: Aspose.PDF for C++ API Reference -description: 'How to use Aspose::Pdf::Plugins::SelectField typedef in C++.' -type: docs -weight: 9700 -url: /cpp/aspose.pdf.plugins/selectfield/ ---- -## SelectField typedef - - - - -```cpp -using Aspose::Pdf::Plugins::SelectField = System::MulticastDelegate)> -``` - -## See Also - -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/signature/_index.md b/english/cpp/aspose.pdf.plugins/signature/_index.md deleted file mode 100644 index 51d4c776cf..0000000000 --- a/english/cpp/aspose.pdf.plugins/signature/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::Signature class -linktitle: Signature -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::Signature class. Represents Signature plugin in C++.' -type: docs -weight: 7300 -url: /cpp/aspose.pdf.plugins/signature/ ---- -## Signature class - - -Represents [Signature](./) plugin. - -```cpp -class Signature : public Aspose::Pdf::Plugins::IPlugin -``` - -## Methods - -| Method | Description | -| --- | --- | -| [Process](./process/)(System::SharedPtr\) override | Starts the [Signature](./) processing with the specified parameters. | -## See Also - -* Class [IPlugin](../iplugin/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/signature/process/_index.md b/english/cpp/aspose.pdf.plugins/signature/process/_index.md deleted file mode 100644 index 842911d176..0000000000 --- a/english/cpp/aspose.pdf.plugins/signature/process/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::Signature::Process method -linktitle: Process -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::Signature::Process method. Starts the Signature processing with the specified parameters in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/signature/process/ ---- -## Signature::Process method - - -Starts the [Signature](../) processing with the specified parameters. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::Signature::Process(System::SharedPtr options) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| options | System::SharedPtr\ | An options object containg instructions for the [Signature](../). | - -### ReturnValue - -An [ResultContainer](../../resultcontainer/) object containg the result of the operation. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [ResultContainer](../../resultcontainer/) -* Class [IPluginOptions](../../ipluginoptions/) -* Class [Signature](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/signoptions/_index.md b/english/cpp/aspose.pdf.plugins/signoptions/_index.md deleted file mode 100644 index afade6f188..0000000000 --- a/english/cpp/aspose.pdf.plugins/signoptions/_index.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::SignOptions class -linktitle: SignOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::SignOptions class. Represents Sign Options for Signature plugin in C++.' -type: docs -weight: 7400 -url: /cpp/aspose.pdf.plugins/signoptions/ ---- -## SignOptions class - - -Represents Sign Options for [Signature](../signature/) plugin. - -```cpp -class SignOptions : public Aspose::Pdf::Plugins::OrganizerBaseOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [get_Contact](./get_contact/)() const | The contact of signature. | -| [get_Location](./get_location/)() const | The location of signature. | -| [get_Name](./get_name/)() const | The name of existing signature field. Null to create a new field. | -| [get_PageNumber](./get_pagenumber/)() const | The page number on which signature is made. | -| [get_Reason](./get_reason/)() const | The reason of signature. | -| [get_Rectangle](./get_rectangle/)() const | The rect of signature. | -| [get_Visible](./get_visible/)() const | The visiblity of signature. | -| [set_Contact](./set_contact/)(System::String) | The contact of signature. | -| [set_Location](./set_location/)(System::String) | The location of signature. | -| [set_Name](./set_name/)(System::String) | The name of existing signature field. Null to create a new field. | -| [set_PageNumber](./set_pagenumber/)(int32_t) | The page number on which signature is made. | -| [set_Reason](./set_reason/)(System::String) | The reason of signature. | -| [set_Rectangle](./set_rectangle/)(System::SharedPtr\) | The rect of signature. | -| [set_Visible](./set_visible/)(bool) | The visiblity of signature. | -| [SignOptions](./signoptions/)(System::String, System::String) | Initializes new instance of the [SignOptions](./) object with default options. | -| [SignOptions](./signoptions/)(System::SharedPtr\, System::String) | Initializes new instance of the [SignOptions](./) object with default options. | -## See Also - -* Class [OrganizerBaseOptions](../organizerbaseoptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/signoptions/get_contact/_index.md b/english/cpp/aspose.pdf.plugins/signoptions/get_contact/_index.md deleted file mode 100644 index 58ee699c50..0000000000 --- a/english/cpp/aspose.pdf.plugins/signoptions/get_contact/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::SignOptions::get_Contact method -linktitle: get_Contact -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::SignOptions::get_Contact method. The contact of signature in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/signoptions/get_contact/ ---- -## SignOptions::get_Contact method - - -The contact of signature. - -```cpp -System::String Aspose::Pdf::Plugins::SignOptions::get_Contact() const -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [SignOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/signoptions/get_location/_index.md b/english/cpp/aspose.pdf.plugins/signoptions/get_location/_index.md deleted file mode 100644 index 691f56dc98..0000000000 --- a/english/cpp/aspose.pdf.plugins/signoptions/get_location/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::SignOptions::get_Location method -linktitle: get_Location -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::SignOptions::get_Location method. The location of signature in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/signoptions/get_location/ ---- -## SignOptions::get_Location method - - -The location of signature. - -```cpp -System::String Aspose::Pdf::Plugins::SignOptions::get_Location() const -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [SignOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/signoptions/get_name/_index.md b/english/cpp/aspose.pdf.plugins/signoptions/get_name/_index.md deleted file mode 100644 index 6557f25b60..0000000000 --- a/english/cpp/aspose.pdf.plugins/signoptions/get_name/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::SignOptions::get_Name method -linktitle: get_Name -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::SignOptions::get_Name method. The name of existing signature field. Null to create a new field in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/signoptions/get_name/ ---- -## SignOptions::get_Name method - - -The name of existing signature field. Null to create a new field. - -```cpp -System::String Aspose::Pdf::Plugins::SignOptions::get_Name() const -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [SignOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/signoptions/get_pagenumber/_index.md b/english/cpp/aspose.pdf.plugins/signoptions/get_pagenumber/_index.md deleted file mode 100644 index 29a2a55744..0000000000 --- a/english/cpp/aspose.pdf.plugins/signoptions/get_pagenumber/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::SignOptions::get_PageNumber method -linktitle: get_PageNumber -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::SignOptions::get_PageNumber method. The page number on which signature is made in C++.' -type: docs -weight: 500 -url: /cpp/aspose.pdf.plugins/signoptions/get_pagenumber/ ---- -## SignOptions::get_PageNumber method - - -The page number on which signature is made. - -```cpp -int32_t Aspose::Pdf::Plugins::SignOptions::get_PageNumber() const -``` - -## See Also - -* Class [SignOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/signoptions/get_reason/_index.md b/english/cpp/aspose.pdf.plugins/signoptions/get_reason/_index.md deleted file mode 100644 index 35704e2443..0000000000 --- a/english/cpp/aspose.pdf.plugins/signoptions/get_reason/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::SignOptions::get_Reason method -linktitle: get_Reason -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::SignOptions::get_Reason method. The reason of signature in C++.' -type: docs -weight: 600 -url: /cpp/aspose.pdf.plugins/signoptions/get_reason/ ---- -## SignOptions::get_Reason method - - -The reason of signature. - -```cpp -System::String Aspose::Pdf::Plugins::SignOptions::get_Reason() const -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [SignOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/signoptions/get_rectangle/_index.md b/english/cpp/aspose.pdf.plugins/signoptions/get_rectangle/_index.md deleted file mode 100644 index 1a8eae325d..0000000000 --- a/english/cpp/aspose.pdf.plugins/signoptions/get_rectangle/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::SignOptions::get_Rectangle method -linktitle: get_Rectangle -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::SignOptions::get_Rectangle method. The rect of signature in C++.' -type: docs -weight: 700 -url: /cpp/aspose.pdf.plugins/signoptions/get_rectangle/ ---- -## SignOptions::get_Rectangle method - - -The rect of signature. - -```cpp -const System::SharedPtr & Aspose::Pdf::Plugins::SignOptions::get_Rectangle() const -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [Rectangle](../../../aspose.pdf/rectangle/) -* Class [SignOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/signoptions/get_visible/_index.md b/english/cpp/aspose.pdf.plugins/signoptions/get_visible/_index.md deleted file mode 100644 index 9c4f33d0bc..0000000000 --- a/english/cpp/aspose.pdf.plugins/signoptions/get_visible/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::SignOptions::get_Visible method -linktitle: get_Visible -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::SignOptions::get_Visible method. The visiblity of signature in C++.' -type: docs -weight: 800 -url: /cpp/aspose.pdf.plugins/signoptions/get_visible/ ---- -## SignOptions::get_Visible method - - -The visiblity of signature. - -```cpp -bool Aspose::Pdf::Plugins::SignOptions::get_Visible() const -``` - -## See Also - -* Class [SignOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/signoptions/set_contact/_index.md b/english/cpp/aspose.pdf.plugins/signoptions/set_contact/_index.md deleted file mode 100644 index 1586207b3a..0000000000 --- a/english/cpp/aspose.pdf.plugins/signoptions/set_contact/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::SignOptions::set_Contact method -linktitle: set_Contact -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::SignOptions::set_Contact method. The contact of signature in C++.' -type: docs -weight: 900 -url: /cpp/aspose.pdf.plugins/signoptions/set_contact/ ---- -## SignOptions::set_Contact method - - -The contact of signature. - -```cpp -void Aspose::Pdf::Plugins::SignOptions::set_Contact(System::String value) -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [SignOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/signoptions/set_location/_index.md b/english/cpp/aspose.pdf.plugins/signoptions/set_location/_index.md deleted file mode 100644 index ac27e96f0d..0000000000 --- a/english/cpp/aspose.pdf.plugins/signoptions/set_location/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::SignOptions::set_Location method -linktitle: set_Location -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::SignOptions::set_Location method. The location of signature in C++.' -type: docs -weight: 1000 -url: /cpp/aspose.pdf.plugins/signoptions/set_location/ ---- -## SignOptions::set_Location method - - -The location of signature. - -```cpp -void Aspose::Pdf::Plugins::SignOptions::set_Location(System::String value) -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [SignOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/signoptions/set_name/_index.md b/english/cpp/aspose.pdf.plugins/signoptions/set_name/_index.md deleted file mode 100644 index 7646232da2..0000000000 --- a/english/cpp/aspose.pdf.plugins/signoptions/set_name/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::SignOptions::set_Name method -linktitle: set_Name -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::SignOptions::set_Name method. The name of existing signature field. Null to create a new field in C++.' -type: docs -weight: 1100 -url: /cpp/aspose.pdf.plugins/signoptions/set_name/ ---- -## SignOptions::set_Name method - - -The name of existing signature field. Null to create a new field. - -```cpp -void Aspose::Pdf::Plugins::SignOptions::set_Name(System::String value) -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [SignOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/signoptions/set_pagenumber/_index.md b/english/cpp/aspose.pdf.plugins/signoptions/set_pagenumber/_index.md deleted file mode 100644 index e088a2987f..0000000000 --- a/english/cpp/aspose.pdf.plugins/signoptions/set_pagenumber/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::SignOptions::set_PageNumber method -linktitle: set_PageNumber -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::SignOptions::set_PageNumber method. The page number on which signature is made in C++.' -type: docs -weight: 1200 -url: /cpp/aspose.pdf.plugins/signoptions/set_pagenumber/ ---- -## SignOptions::set_PageNumber method - - -The page number on which signature is made. - -```cpp -void Aspose::Pdf::Plugins::SignOptions::set_PageNumber(int32_t value) -``` - -## See Also - -* Class [SignOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/signoptions/set_reason/_index.md b/english/cpp/aspose.pdf.plugins/signoptions/set_reason/_index.md deleted file mode 100644 index be2d29a07b..0000000000 --- a/english/cpp/aspose.pdf.plugins/signoptions/set_reason/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::SignOptions::set_Reason method -linktitle: set_Reason -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::SignOptions::set_Reason method. The reason of signature in C++.' -type: docs -weight: 1300 -url: /cpp/aspose.pdf.plugins/signoptions/set_reason/ ---- -## SignOptions::set_Reason method - - -The reason of signature. - -```cpp -void Aspose::Pdf::Plugins::SignOptions::set_Reason(System::String value) -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [SignOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/signoptions/set_rectangle/_index.md b/english/cpp/aspose.pdf.plugins/signoptions/set_rectangle/_index.md deleted file mode 100644 index 63e18a9bf0..0000000000 --- a/english/cpp/aspose.pdf.plugins/signoptions/set_rectangle/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::SignOptions::set_Rectangle method -linktitle: set_Rectangle -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::SignOptions::set_Rectangle method. The rect of signature in C++.' -type: docs -weight: 1400 -url: /cpp/aspose.pdf.plugins/signoptions/set_rectangle/ ---- -## SignOptions::set_Rectangle method - - -The rect of signature. - -```cpp -void Aspose::Pdf::Plugins::SignOptions::set_Rectangle(System::SharedPtr value) -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [Rectangle](../../../aspose.pdf/rectangle/) -* Class [SignOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/signoptions/set_visible/_index.md b/english/cpp/aspose.pdf.plugins/signoptions/set_visible/_index.md deleted file mode 100644 index 91739db4c1..0000000000 --- a/english/cpp/aspose.pdf.plugins/signoptions/set_visible/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::SignOptions::set_Visible method -linktitle: set_Visible -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::SignOptions::set_Visible method. The visiblity of signature in C++.' -type: docs -weight: 1500 -url: /cpp/aspose.pdf.plugins/signoptions/set_visible/ ---- -## SignOptions::set_Visible method - - -The visiblity of signature. - -```cpp -void Aspose::Pdf::Plugins::SignOptions::set_Visible(bool value) -``` - -## See Also - -* Class [SignOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/signoptions/signoptions/_index.md b/english/cpp/aspose.pdf.plugins/signoptions/signoptions/_index.md deleted file mode 100644 index 10cd584ada..0000000000 --- a/english/cpp/aspose.pdf.plugins/signoptions/signoptions/_index.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::SignOptions::SignOptions constructor -linktitle: SignOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::SignOptions::SignOptions constructor. Initializes new instance of the SignOptions object with default options in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/signoptions/signoptions/ ---- -## SignOptions::SignOptions(System::SharedPtr\, System::String) constructor - - -Initializes new instance of the [SignOptions](../) object with default options. - -```cpp -Aspose::Pdf::Plugins::SignOptions::SignOptions(System::SharedPtr pfx, System::String password) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| pfx | System::SharedPtr\ | The stream with the pfx file. | -| password | System::String | The password to the pfx file. | - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [Stream](../../../system.io/stream/) -* Class [String](../../../system/string/) -* Class [SignOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) -## SignOptions::SignOptions(System::String, System::String) constructor - - -Initializes new instance of the [SignOptions](../) object with default options. - -```cpp -Aspose::Pdf::Plugins::SignOptions::SignOptions(System::String pfx, System::String password) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| pfx | System::String | The path to the pfx file. | -| password | System::String | The password to the pfx file. | - -## See Also - -* Class [String](../../../system/string/) -* Class [SignOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/splitoptions/_index.md b/english/cpp/aspose.pdf.plugins/splitoptions/_index.md deleted file mode 100644 index 5468157f9c..0000000000 --- a/english/cpp/aspose.pdf.plugins/splitoptions/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::SplitOptions class -linktitle: SplitOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::SplitOptions class. Represents Split options for Splitter plugin in C++.' -type: docs -weight: 7500 -url: /cpp/aspose.pdf.plugins/splitoptions/ ---- -## SplitOptions class - - -Represents Split options for [Splitter](../splitter/) plugin. - -```cpp -class SplitOptions : public Aspose::Pdf::Plugins::OrganizerBaseOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [SplitOptions](./splitoptions/)() | Initializes new instance of the [SplitOptions](./) object with default options. | -## See Also - -* Class [OrganizerBaseOptions](../organizerbaseoptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/splitoptions/splitoptions/_index.md b/english/cpp/aspose.pdf.plugins/splitoptions/splitoptions/_index.md deleted file mode 100644 index 9960211754..0000000000 --- a/english/cpp/aspose.pdf.plugins/splitoptions/splitoptions/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::SplitOptions::SplitOptions constructor -linktitle: SplitOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::SplitOptions::SplitOptions constructor. Initializes new instance of the SplitOptions object with default options in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/splitoptions/splitoptions/ ---- -## SplitOptions::SplitOptions constructor - - -Initializes new instance of the [SplitOptions](../) object with default options. - -```cpp -Aspose::Pdf::Plugins::SplitOptions::SplitOptions() -``` - -## See Also - -* Class [SplitOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/splitter/_index.md b/english/cpp/aspose.pdf.plugins/splitter/_index.md deleted file mode 100644 index 3a18fd0be9..0000000000 --- a/english/cpp/aspose.pdf.plugins/splitter/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::Splitter class -linktitle: Splitter -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::Splitter class. Represents Splitter plugin in C++.' -type: docs -weight: 7600 -url: /cpp/aspose.pdf.plugins/splitter/ ---- -## Splitter class - - -Represents [Splitter](./) plugin. - -```cpp -class Splitter : public Aspose::Pdf::Plugins::IPlugin -``` - -## Methods - -| Method | Description | -| --- | --- | -| [Process](./process/)(System::SharedPtr\) override | Starts the [Splitter](./) processing with the specified parameters. | -## See Also - -* Class [IPlugin](../iplugin/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/splitter/process/_index.md b/english/cpp/aspose.pdf.plugins/splitter/process/_index.md deleted file mode 100644 index 1800c9980c..0000000000 --- a/english/cpp/aspose.pdf.plugins/splitter/process/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::Splitter::Process method -linktitle: Process -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::Splitter::Process method. Starts the Splitter processing with the specified parameters in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/splitter/process/ ---- -## Splitter::Process method - - -Starts the [Splitter](../) processing with the specified parameters. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::Splitter::Process(System::SharedPtr options) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| options | System::SharedPtr\ | An options object containg instructions for the [Splitter](../). | - -### ReturnValue - -An [ResultContainer](../../resultcontainer/) object containg the result of the operation. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [ResultContainer](../../resultcontainer/) -* Class [IPluginOptions](../../ipluginoptions/) -* Class [Splitter](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/streamdatasource/_index.md b/english/cpp/aspose.pdf.plugins/streamdatasource/_index.md deleted file mode 100644 index 75dc2dbb85..0000000000 --- a/english/cpp/aspose.pdf.plugins/streamdatasource/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::StreamDataSource class -linktitle: StreamDataSource -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::StreamDataSource class. Represents stream data source for load and save operations of a plugin in C++.' -type: docs -weight: 7700 -url: /cpp/aspose.pdf.plugins/streamdatasource/ ---- -## StreamDataSource class - - -Represents stream data source for load and save operations of a plugin. - -```cpp -class StreamDataSource : public Aspose::Pdf::Plugins::IDataSource -``` - -## Methods - -| Method | Description | -| --- | --- | -| [get_Data](./get_data/)() const | Gets the stream object of the current data source. | -| [get_DataType](./get_datatype/)() override | Type of data source (stream). | -| [StreamDataSource](./streamdatasource/)(System::SharedPtr\) | Initializes new stream data source with the specified stream object. | -## See Also - -* Class [IDataSource](../idatasource/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/streamdatasource/get_data/_index.md b/english/cpp/aspose.pdf.plugins/streamdatasource/get_data/_index.md deleted file mode 100644 index 0a210fad67..0000000000 --- a/english/cpp/aspose.pdf.plugins/streamdatasource/get_data/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::StreamDataSource::get_Data method -linktitle: get_Data -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::StreamDataSource::get_Data method. Gets the stream object of the current data source in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/streamdatasource/get_data/ ---- -## StreamDataSource::get_Data method - - -Gets the stream object of the current data source. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::StreamDataSource::get_Data() const -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [Stream](../../../system.io/stream/) -* Class [StreamDataSource](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/streamdatasource/get_datatype/_index.md b/english/cpp/aspose.pdf.plugins/streamdatasource/get_datatype/_index.md deleted file mode 100644 index f2cae44735..0000000000 --- a/english/cpp/aspose.pdf.plugins/streamdatasource/get_datatype/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::StreamDataSource::get_DataType method -linktitle: get_DataType -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::StreamDataSource::get_DataType method. Type of data source (stream) in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/streamdatasource/get_datatype/ ---- -## StreamDataSource::get_DataType method - - -Type of data source (stream). - -```cpp -Aspose::Pdf::Plugins::DataType Aspose::Pdf::Plugins::StreamDataSource::get_DataType() override -``` - -## See Also - -* Enum [DataType](../../datatype/) -* Class [StreamDataSource](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/streamdatasource/streamdatasource/_index.md b/english/cpp/aspose.pdf.plugins/streamdatasource/streamdatasource/_index.md deleted file mode 100644 index 88a9a0d9f5..0000000000 --- a/english/cpp/aspose.pdf.plugins/streamdatasource/streamdatasource/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::StreamDataSource::StreamDataSource constructor -linktitle: StreamDataSource -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::StreamDataSource::StreamDataSource constructor. Initializes new stream data source with the specified stream object in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/streamdatasource/streamdatasource/ ---- -## StreamDataSource::StreamDataSource constructor - - -Initializes new stream data source with the specified stream object. - -```cpp -Aspose::Pdf::Plugins::StreamDataSource::StreamDataSource(System::SharedPtr data) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| data | System::SharedPtr\ | Stream object | - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [Stream](../../../system.io/stream/) -* Class [StreamDataSource](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/streamresult/_index.md b/english/cpp/aspose.pdf.plugins/streamresult/_index.md deleted file mode 100644 index ff62dcf85f..0000000000 --- a/english/cpp/aspose.pdf.plugins/streamresult/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::StreamResult class -linktitle: StreamResult -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::StreamResult class. Represents operation result in the form of Stream in C++.' -type: docs -weight: 7800 -url: /cpp/aspose.pdf.plugins/streamresult/ ---- -## StreamResult class - - -Represents operation result in the form of Stream. - -```cpp -class StreamResult : public Aspose::Pdf::Plugins::IOperationResult -``` - -## Methods - -| Method | Description | -| --- | --- | -| [get_Data](./get_data/)() override | Gets raw data. | -| [get_IsFile](./get_isfile/)() override | Indicates whether the result is a path to an output file. | -| [get_IsStream](./get_isstream/)() override | Indicates whether the result is a path to an output file. | -| [get_IsString](./get_isstring/)() override | Indicates whether the result is a string. | -| [ToFile](./tofile/)() override | Tries to convert the result to a file. | -| [ToStream](./tostream/)() override | Tries to convert the result to a stream object. | -## See Also - -* Class [IOperationResult](../ioperationresult/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/streamresult/get_data/_index.md b/english/cpp/aspose.pdf.plugins/streamresult/get_data/_index.md deleted file mode 100644 index 866177588e..0000000000 --- a/english/cpp/aspose.pdf.plugins/streamresult/get_data/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::StreamResult::get_Data method -linktitle: get_Data -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::StreamResult::get_Data method. Gets raw data in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/streamresult/get_data/ ---- -## StreamResult::get_Data method - - -Gets raw data. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::StreamResult::get_Data() override -``` - - -### ReturnValue - -An **object** representing output data. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [Object](../../../system/object/) -* Class [StreamResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/streamresult/get_isfile/_index.md b/english/cpp/aspose.pdf.plugins/streamresult/get_isfile/_index.md deleted file mode 100644 index 1772b2c6cc..0000000000 --- a/english/cpp/aspose.pdf.plugins/streamresult/get_isfile/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::StreamResult::get_IsFile method -linktitle: get_IsFile -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::StreamResult::get_IsFile method. Indicates whether the result is a path to an output file in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/streamresult/get_isfile/ ---- -## StreamResult::get_IsFile method - - -Indicates whether the result is a path to an output file. - -```cpp -bool Aspose::Pdf::Plugins::StreamResult::get_IsFile() override -``` - - -### ReturnValue - -**true** if the result is a file; otherwise **false**. - -## See Also - -* Class [StreamResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/streamresult/get_isstream/_index.md b/english/cpp/aspose.pdf.plugins/streamresult/get_isstream/_index.md deleted file mode 100644 index d30e938cf5..0000000000 --- a/english/cpp/aspose.pdf.plugins/streamresult/get_isstream/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::StreamResult::get_IsStream method -linktitle: get_IsStream -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::StreamResult::get_IsStream method. Indicates whether the result is a path to an output file in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/streamresult/get_isstream/ ---- -## StreamResult::get_IsStream method - - -Indicates whether the result is a path to an output file. - -```cpp -bool Aspose::Pdf::Plugins::StreamResult::get_IsStream() override -``` - - -### ReturnValue - -**true** if the result is a stream object; otherwise **false**. - -## See Also - -* Class [StreamResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/streamresult/get_isstring/_index.md b/english/cpp/aspose.pdf.plugins/streamresult/get_isstring/_index.md deleted file mode 100644 index 84e7c53c01..0000000000 --- a/english/cpp/aspose.pdf.plugins/streamresult/get_isstring/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::StreamResult::get_IsString method -linktitle: get_IsString -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::StreamResult::get_IsString method. Indicates whether the result is a string in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/streamresult/get_isstring/ ---- -## StreamResult::get_IsString method - - -Indicates whether the result is a string. - -```cpp -bool Aspose::Pdf::Plugins::StreamResult::get_IsString() override -``` - - -### ReturnValue - -**true** if the result is a string; otherwise **false**. - -## See Also - -* Class [StreamResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/streamresult/tofile/_index.md b/english/cpp/aspose.pdf.plugins/streamresult/tofile/_index.md deleted file mode 100644 index 9926487e4d..0000000000 --- a/english/cpp/aspose.pdf.plugins/streamresult/tofile/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::StreamResult::ToFile method -linktitle: ToFile -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::StreamResult::ToFile method. Tries to convert the result to a file in C++.' -type: docs -weight: 500 -url: /cpp/aspose.pdf.plugins/streamresult/tofile/ ---- -## StreamResult::ToFile method - - -Tries to convert the result to a file. - -```cpp -System::String Aspose::Pdf::Plugins::StreamResult::ToFile() override -``` - - -### ReturnValue - -A string representing the path to the output file if the result is file; otherwise **null**. - -## See Also - -* Class [String](../../../system/string/) -* Class [StreamResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/streamresult/tostream/_index.md b/english/cpp/aspose.pdf.plugins/streamresult/tostream/_index.md deleted file mode 100644 index 77fd88a408..0000000000 --- a/english/cpp/aspose.pdf.plugins/streamresult/tostream/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::StreamResult::ToStream method -linktitle: ToStream -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::StreamResult::ToStream method. Tries to convert the result to a stream object in C++.' -type: docs -weight: 600 -url: /cpp/aspose.pdf.plugins/streamresult/tostream/ ---- -## StreamResult::ToStream method - - -Tries to convert the result to a stream object. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::StreamResult::ToStream() override -``` - - -### ReturnValue - -A stream object representing the output data if the result is stream; otherwise **null**. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [Stream](../../../system.io/stream/) -* Class [StreamResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/streamsavetarget/_index.md b/english/cpp/aspose.pdf.plugins/streamsavetarget/_index.md deleted file mode 100644 index 517c6a7d3d..0000000000 --- a/english/cpp/aspose.pdf.plugins/streamsavetarget/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::StreamSaveTarget class -linktitle: StreamSaveTarget -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::StreamSaveTarget class. Represents stream save target for a plugin in C++.' -type: docs -weight: 7900 -url: /cpp/aspose.pdf.plugins/streamsavetarget/ ---- -## StreamSaveTarget class - - -Represents stream save target for a plugin. - -```cpp -class StreamSaveTarget : public Aspose::Pdf::Plugins::ISaveTarget -``` - -## Methods - -| Method | Description | -| --- | --- | -| [get_Data](./get_data/)() const | Gets the stream of current save target. | -| [get_SaveTarget](./get_savetarget/)() override | Type of the save target (stream). | -| [StreamSaveTarget](./streamsavetarget/)(System::SharedPtr\) | Initializes new stream save target. | -## See Also - -* Class [ISaveTarget](../isavetarget/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/streamsavetarget/get_data/_index.md b/english/cpp/aspose.pdf.plugins/streamsavetarget/get_data/_index.md deleted file mode 100644 index dd39956c0a..0000000000 --- a/english/cpp/aspose.pdf.plugins/streamsavetarget/get_data/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::StreamSaveTarget::get_Data method -linktitle: get_Data -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::StreamSaveTarget::get_Data method. Gets the stream of current save target in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/streamsavetarget/get_data/ ---- -## StreamSaveTarget::get_Data method - - -Gets the stream of current save target. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::StreamSaveTarget::get_Data() const -``` - - -### ReturnValue - -A stream object representing output data. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [Stream](../../../system.io/stream/) -* Class [StreamSaveTarget](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/streamsavetarget/get_savetarget/_index.md b/english/cpp/aspose.pdf.plugins/streamsavetarget/get_savetarget/_index.md deleted file mode 100644 index 0b4cdbc31d..0000000000 --- a/english/cpp/aspose.pdf.plugins/streamsavetarget/get_savetarget/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::StreamSaveTarget::get_SaveTarget method -linktitle: get_SaveTarget -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::StreamSaveTarget::get_SaveTarget method. Type of the save target (stream) in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/streamsavetarget/get_savetarget/ ---- -## StreamSaveTarget::get_SaveTarget method - - -Type of the save target (stream). - -```cpp -DataType Aspose::Pdf::Plugins::StreamSaveTarget::get_SaveTarget() override -``` - - -### ReturnValue - -A [DataType](../../datatype/) object representing output data. - -## See Also - -* Enum [DataType](../../datatype/) -* Class [StreamSaveTarget](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/streamsavetarget/streamsavetarget/_index.md b/english/cpp/aspose.pdf.plugins/streamsavetarget/streamsavetarget/_index.md deleted file mode 100644 index 20d9c2da3a..0000000000 --- a/english/cpp/aspose.pdf.plugins/streamsavetarget/streamsavetarget/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::StreamSaveTarget::StreamSaveTarget constructor -linktitle: StreamSaveTarget -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::StreamSaveTarget::StreamSaveTarget constructor. Initializes new stream save target in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/streamsavetarget/streamsavetarget/ ---- -## StreamSaveTarget::StreamSaveTarget constructor - - -Initializes new stream save target. - -```cpp -Aspose::Pdf::Plugins::StreamSaveTarget::StreamSaveTarget(System::SharedPtr stream) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| stream | System::SharedPtr\ | Stream for save target. | - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [Stream](../../../system.io/stream/) -* Class [StreamSaveTarget](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/stringresult/_index.md b/english/cpp/aspose.pdf.plugins/stringresult/_index.md deleted file mode 100644 index 07c26694c9..0000000000 --- a/english/cpp/aspose.pdf.plugins/stringresult/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::StringResult class -linktitle: StringResult -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::StringResult class. Represents operation result in the form of string in C++.' -type: docs -weight: 8000 -url: /cpp/aspose.pdf.plugins/stringresult/ ---- -## StringResult class - - -Represents operation result in the form of string. - -```cpp -class StringResult : public Aspose::Pdf::Plugins::IOperationResult -``` - -## Methods - -| Method | Description | -| --- | --- | -| [get_Data](./get_data/)() override | Gets raw data. | -| [get_IsFile](./get_isfile/)() override | Indicates whether the result is a path to an output file. | -| [get_IsStream](./get_isstream/)() override | Indicates whether the result is a path to an output file. | -| [get_IsString](./get_isstring/)() override | Indicates whether the result is a string. | -| [get_Text](./get_text/)() | Returns string representation of the result. | -| [ToFile](./tofile/)() override | Tries to convert the result to a file. | -| [ToStream](./tostream/)() override | Tries to convert the result to a stream object. | -| [ToString](./tostring/)() const override | Tries to convert the result to a string. | -## See Also - -* Class [IOperationResult](../ioperationresult/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/stringresult/get_data/_index.md b/english/cpp/aspose.pdf.plugins/stringresult/get_data/_index.md deleted file mode 100644 index 7fe7d9bd5e..0000000000 --- a/english/cpp/aspose.pdf.plugins/stringresult/get_data/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::StringResult::get_Data method -linktitle: get_Data -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::StringResult::get_Data method. Gets raw data in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/stringresult/get_data/ ---- -## StringResult::get_Data method - - -Gets raw data. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::StringResult::get_Data() override -``` - - -### ReturnValue - -An **object** representing output data. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [Object](../../../system/object/) -* Class [StringResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/stringresult/get_isfile/_index.md b/english/cpp/aspose.pdf.plugins/stringresult/get_isfile/_index.md deleted file mode 100644 index a2dba9589c..0000000000 --- a/english/cpp/aspose.pdf.plugins/stringresult/get_isfile/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::StringResult::get_IsFile method -linktitle: get_IsFile -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::StringResult::get_IsFile method. Indicates whether the result is a path to an output file in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/stringresult/get_isfile/ ---- -## StringResult::get_IsFile method - - -Indicates whether the result is a path to an output file. - -```cpp -bool Aspose::Pdf::Plugins::StringResult::get_IsFile() override -``` - - -### ReturnValue - -**true** if the result is a file; otherwise **false**. - -## See Also - -* Class [StringResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/stringresult/get_isstream/_index.md b/english/cpp/aspose.pdf.plugins/stringresult/get_isstream/_index.md deleted file mode 100644 index 8440343a93..0000000000 --- a/english/cpp/aspose.pdf.plugins/stringresult/get_isstream/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::StringResult::get_IsStream method -linktitle: get_IsStream -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::StringResult::get_IsStream method. Indicates whether the result is a path to an output file in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/stringresult/get_isstream/ ---- -## StringResult::get_IsStream method - - -Indicates whether the result is a path to an output file. - -```cpp -bool Aspose::Pdf::Plugins::StringResult::get_IsStream() override -``` - - -### ReturnValue - -**true** if the result is a stream object; otherwise **false**. - -## See Also - -* Class [StringResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/stringresult/get_isstring/_index.md b/english/cpp/aspose.pdf.plugins/stringresult/get_isstring/_index.md deleted file mode 100644 index 4565b50e3b..0000000000 --- a/english/cpp/aspose.pdf.plugins/stringresult/get_isstring/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::StringResult::get_IsString method -linktitle: get_IsString -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::StringResult::get_IsString method. Indicates whether the result is a string in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/stringresult/get_isstring/ ---- -## StringResult::get_IsString method - - -Indicates whether the result is a string. - -```cpp -bool Aspose::Pdf::Plugins::StringResult::get_IsString() override -``` - - -### ReturnValue - -**true** if the result is a string; otherwise **false**. - -## See Also - -* Class [StringResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/stringresult/get_text/_index.md b/english/cpp/aspose.pdf.plugins/stringresult/get_text/_index.md deleted file mode 100644 index f649e9f3e2..0000000000 --- a/english/cpp/aspose.pdf.plugins/stringresult/get_text/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::StringResult::get_Text method -linktitle: get_Text -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::StringResult::get_Text method. Returns string representation of the result in C++.' -type: docs -weight: 500 -url: /cpp/aspose.pdf.plugins/stringresult/get_text/ ---- -## StringResult::get_Text method - - -Returns string representation of the result. - -```cpp -System::String Aspose::Pdf::Plugins::StringResult::get_Text() -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [StringResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/stringresult/tofile/_index.md b/english/cpp/aspose.pdf.plugins/stringresult/tofile/_index.md deleted file mode 100644 index 5f3704d5c2..0000000000 --- a/english/cpp/aspose.pdf.plugins/stringresult/tofile/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::StringResult::ToFile method -linktitle: ToFile -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::StringResult::ToFile method. Tries to convert the result to a file in C++.' -type: docs -weight: 600 -url: /cpp/aspose.pdf.plugins/stringresult/tofile/ ---- -## StringResult::ToFile method - - -Tries to convert the result to a file. - -```cpp -System::String Aspose::Pdf::Plugins::StringResult::ToFile() override -``` - - -### ReturnValue - -A string representing the path to the output file if the result is file; otherwise **null**. - -## See Also - -* Class [String](../../../system/string/) -* Class [StringResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/stringresult/tostream/_index.md b/english/cpp/aspose.pdf.plugins/stringresult/tostream/_index.md deleted file mode 100644 index 797bf80f19..0000000000 --- a/english/cpp/aspose.pdf.plugins/stringresult/tostream/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::StringResult::ToStream method -linktitle: ToStream -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::StringResult::ToStream method. Tries to convert the result to a stream object in C++.' -type: docs -weight: 700 -url: /cpp/aspose.pdf.plugins/stringresult/tostream/ ---- -## StringResult::ToStream method - - -Tries to convert the result to a stream object. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::StringResult::ToStream() override -``` - - -### ReturnValue - -A stream object representing the output data if the result is stream; otherwise **null**. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [Stream](../../../system.io/stream/) -* Class [StringResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/stringresult/tostring/_index.md b/english/cpp/aspose.pdf.plugins/stringresult/tostring/_index.md deleted file mode 100644 index 8a7216030f..0000000000 --- a/english/cpp/aspose.pdf.plugins/stringresult/tostring/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::StringResult::ToString method -linktitle: ToString -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::StringResult::ToString method. Tries to convert the result to a string in C++.' -type: docs -weight: 800 -url: /cpp/aspose.pdf.plugins/stringresult/tostring/ ---- -## StringResult::ToString method - - -Tries to convert the result to a string. - -```cpp -System::String Aspose::Pdf::Plugins::StringResult::ToString() const override -``` - - -### ReturnValue - -A string representing the text content if the result is string; otherwise returns base.ToString(). - -## See Also - -* Class [String](../../../system/string/) -* Class [StringResult](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tablebuilder/_index.md b/english/cpp/aspose.pdf.plugins/tablebuilder/_index.md deleted file mode 100644 index f21e50c10c..0000000000 --- a/english/cpp/aspose.pdf.plugins/tablebuilder/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TableBuilder class -linktitle: TableBuilder -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TableBuilder class. Class represents builder for table in pdf page in C++.' -type: docs -weight: 8100 -url: /cpp/aspose.pdf.plugins/tablebuilder/ ---- -## TableBuilder class - - -Class represents builder for table in pdf page. - -```cpp -class TableBuilder : public System::Object -``` - -## Methods - -| Method | Description | -| --- | --- | -| virtual [AddRow](./addrow/)() | Add new row to table. | -| [AddTable](./addtable/)() | Add new table to document. | -| [InsertPageAfter](./insertpageafter/)(int32_t) | Insert page after specified page. | -| [InsertPageBefore](./insertpagebefore/)(int32_t) | Insert page before specified page. | -| static [to_TableOptions](./to_tableoptions/)(System::SharedPtr\) | Converts builder [TableBuilder](./) to options [TableOptions](../tableoptions/) | -## See Also - -* Class [Object](../../system/object/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/tablebuilder/addrow/_index.md b/english/cpp/aspose.pdf.plugins/tablebuilder/addrow/_index.md deleted file mode 100644 index a4e848e9f1..0000000000 --- a/english/cpp/aspose.pdf.plugins/tablebuilder/addrow/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TableBuilder::AddRow method -linktitle: AddRow -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TableBuilder::AddRow method. Add new row to table in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/tablebuilder/addrow/ ---- -## TableBuilder::AddRow method - - -Add new row to table. - -```cpp -virtual System::SharedPtr Aspose::Pdf::Plugins::TableBuilder::AddRow() -``` - - -### ReturnValue - -Instance of current [TableRowBuilder](../../tablerowbuilder/). - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [TableRowBuilder](../../tablerowbuilder/) -* Class [TableBuilder](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tablebuilder/addtable/_index.md b/english/cpp/aspose.pdf.plugins/tablebuilder/addtable/_index.md deleted file mode 100644 index 967ed1f8da..0000000000 --- a/english/cpp/aspose.pdf.plugins/tablebuilder/addtable/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TableBuilder::AddTable method -linktitle: AddTable -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TableBuilder::AddTable method. Add new table to document in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/tablebuilder/addtable/ ---- -## TableBuilder::AddTable method - - -Add new table to document. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::TableBuilder::AddTable() -``` - - -### ReturnValue - -Instance of current [TableBuilder](../). - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [TableBuilder](../) -* Class [TableBuilder](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tablebuilder/insertpageafter/_index.md b/english/cpp/aspose.pdf.plugins/tablebuilder/insertpageafter/_index.md deleted file mode 100644 index 1ae0f4c8db..0000000000 --- a/english/cpp/aspose.pdf.plugins/tablebuilder/insertpageafter/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TableBuilder::InsertPageAfter method -linktitle: InsertPageAfter -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TableBuilder::InsertPageAfter method. Insert page after specified page in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/tablebuilder/insertpageafter/ ---- -## TableBuilder::InsertPageAfter method - - -Insert page after specified page. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::TableBuilder::InsertPageAfter(int32_t page) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| page | int32_t | [Page](../../../aspose.pdf/page/) number to insert table after. | - -### ReturnValue - -Instance of current [TableOptions](../../tableoptions/). - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [TableOptions](../../tableoptions/) -* Class [TableBuilder](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tablebuilder/insertpagebefore/_index.md b/english/cpp/aspose.pdf.plugins/tablebuilder/insertpagebefore/_index.md deleted file mode 100644 index 2f81301f95..0000000000 --- a/english/cpp/aspose.pdf.plugins/tablebuilder/insertpagebefore/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TableBuilder::InsertPageBefore method -linktitle: InsertPageBefore -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TableBuilder::InsertPageBefore method. Insert page before specified page in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/tablebuilder/insertpagebefore/ ---- -## TableBuilder::InsertPageBefore method - - -Insert page before specified page. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::TableBuilder::InsertPageBefore(int32_t page) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| page | int32_t | [Page](../../../aspose.pdf/page/) number to insert table after. | - -### ReturnValue - -Instance of current [TableOptions](../../tableoptions/). - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [TableOptions](../../tableoptions/) -* Class [TableBuilder](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tablebuilder/to_tableoptions/_index.md b/english/cpp/aspose.pdf.plugins/tablebuilder/to_tableoptions/_index.md deleted file mode 100644 index 3cc6338cab..0000000000 --- a/english/cpp/aspose.pdf.plugins/tablebuilder/to_tableoptions/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TableBuilder::to_TableOptions method -linktitle: to_TableOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TableBuilder::to_TableOptions method. Converts builder TableBuilder to options TableOptions in C++.' -type: docs -weight: 500 -url: /cpp/aspose.pdf.plugins/tablebuilder/to_tableoptions/ ---- -## TableBuilder::to_TableOptions method - - -Converts builder [TableBuilder](../) to options [TableOptions](../../tableoptions/) - -```cpp -static System::SharedPtr Aspose::Pdf::Plugins::TableBuilder::to_TableOptions(System::SharedPtr builder) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| builder | System::SharedPtr\ | Instance of current [TableBuilder](../). | - -### ReturnValue - -Result of conversion to PdfGeneratorTableOptions. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [TableOptions](../../tableoptions/) -* Class [TableBuilder](../) -* Class [TableBuilder](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tablecellbuilder/_index.md b/english/cpp/aspose.pdf.plugins/tablecellbuilder/_index.md deleted file mode 100644 index b78f349795..0000000000 --- a/english/cpp/aspose.pdf.plugins/tablecellbuilder/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TableCellBuilder class -linktitle: TableCellBuilder -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TableCellBuilder class. Class represents builder for table cell in C++.' -type: docs -weight: 8200 -url: /cpp/aspose.pdf.plugins/tablecellbuilder/ ---- -## TableCellBuilder class - - -Class represents builder for table cell. - -```cpp -class TableCellBuilder : public Aspose::Pdf::Plugins::TableRowBuilder -``` - -## Methods - -| Method | Description | -| --- | --- | -| [AddCell](./addcell/)() override | Add cell to table. | -| [AddParagraph](./addparagraph/)(const System::ArrayPtr\\>\&) | Add paragraphs to table cell. | -## See Also - -* Class [TableRowBuilder](../tablerowbuilder/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/tablecellbuilder/addcell/_index.md b/english/cpp/aspose.pdf.plugins/tablecellbuilder/addcell/_index.md deleted file mode 100644 index e5ce6da755..0000000000 --- a/english/cpp/aspose.pdf.plugins/tablecellbuilder/addcell/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TableCellBuilder::AddCell method -linktitle: AddCell -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TableCellBuilder::AddCell method. Add cell to table in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/tablecellbuilder/addcell/ ---- -## TableCellBuilder::AddCell method - - -Add cell to table. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::TableCellBuilder::AddCell() override -``` - - -### ReturnValue - -Instance of current [TableCellBuilder](../). - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [TableCellBuilder](../) -* Class [TableCellBuilder](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tablecellbuilder/addparagraph/_index.md b/english/cpp/aspose.pdf.plugins/tablecellbuilder/addparagraph/_index.md deleted file mode 100644 index 8645fedcf2..0000000000 --- a/english/cpp/aspose.pdf.plugins/tablecellbuilder/addparagraph/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TableCellBuilder::AddParagraph method -linktitle: AddParagraph -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TableCellBuilder::AddParagraph method. Add paragraphs to table cell in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/tablecellbuilder/addparagraph/ ---- -## TableCellBuilder::AddParagraph method - - -Add paragraphs to table cell. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::TableCellBuilder::AddParagraph(const System::ArrayPtr> ¶graph) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| paragraph | const System::ArrayPtr\\>\& | | - -### ReturnValue - -Instance of current [TableCellBuilder](../). - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [TableCellBuilder](../) -* Typedef [ArrayPtr](../../../system/arrayptr/) -* Class [BaseParagraph](../../../aspose.pdf/baseparagraph/) -* Class [TableCellBuilder](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tablegenerator/_index.md b/english/cpp/aspose.pdf.plugins/tablegenerator/_index.md deleted file mode 100644 index 73f8a1f4fd..0000000000 --- a/english/cpp/aspose.pdf.plugins/tablegenerator/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TableGenerator class -linktitle: TableGenerator -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TableGenerator class. Represents Aspose.PDF TableGenerator plugin in C++.' -type: docs -weight: 8300 -url: /cpp/aspose.pdf.plugins/tablegenerator/ ---- -## TableGenerator class - - -Represents Aspose.PDF [TableGenerator](./) plugin. - -```cpp -class TableGenerator : public Aspose::Pdf::Plugins::IPlugin, - public System::IDisposable -``` - -## Methods - -| Method | Description | -| --- | --- | -| [Dispose](./dispose/)() override | Implementation of IDisposable. In fact, it is not necessary for [TableGenerator](./). | -| [Process](./process/)(System::SharedPtr\) override | Starts the PdfGenerator processing with the specified parameters. | -## See Also - -* Class [IPlugin](../iplugin/) -* Class [IDisposable](../../system/idisposable/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/tablegenerator/dispose/_index.md b/english/cpp/aspose.pdf.plugins/tablegenerator/dispose/_index.md deleted file mode 100644 index 6f1c95a8f3..0000000000 --- a/english/cpp/aspose.pdf.plugins/tablegenerator/dispose/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TableGenerator::Dispose method -linktitle: Dispose -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TableGenerator::Dispose method. Implementation of IDisposable. In fact, it is not necessary for TableGenerator in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/tablegenerator/dispose/ ---- -## TableGenerator::Dispose method - - -Implementation of IDisposable. In fact, it is not necessary for [TableGenerator](../). - -```cpp -void Aspose::Pdf::Plugins::TableGenerator::Dispose() override -``` - -## See Also - -* Class [TableGenerator](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tablegenerator/process/_index.md b/english/cpp/aspose.pdf.plugins/tablegenerator/process/_index.md deleted file mode 100644 index e3cef98c9e..0000000000 --- a/english/cpp/aspose.pdf.plugins/tablegenerator/process/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TableGenerator::Process method -linktitle: Process -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TableGenerator::Process method. Starts the PdfGenerator processing with the specified parameters in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/tablegenerator/process/ ---- -## TableGenerator::Process method - - -Starts the PdfGenerator processing with the specified parameters. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::TableGenerator::Process(System::SharedPtr options) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| options | System::SharedPtr\ | An options object contains instructions for the PdfGenerator. | - -### ReturnValue - -An [ResultContainer](../../resultcontainer/) object contains the result of the operation. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [ResultContainer](../../resultcontainer/) -* Class [IPluginOptions](../../ipluginoptions/) -* Class [TableGenerator](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tableoptions/_index.md b/english/cpp/aspose.pdf.plugins/tableoptions/_index.md deleted file mode 100644 index af65b52eda..0000000000 --- a/english/cpp/aspose.pdf.plugins/tableoptions/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TableOptions class -linktitle: TableOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TableOptions class. Represents options for add table to document by TableGenerator plugin in C++.' -type: docs -weight: 8400 -url: /cpp/aspose.pdf.plugins/tableoptions/ ---- -## TableOptions class - - -Represents options for add table to document by [TableGenerator](../tablegenerator/) plugin. - -```cpp -class TableOptions : public Aspose::Pdf::Plugins::PdfGeneratorOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [AddTable](./addtable/)() | Adding table to document. | -| static [Create](./create/)() | Create instance of [TableOptions](./). | -| [InsertPageAfter](./insertpageafter/)(int32_t) | Insert page after specified page. | -| [InsertPageBefore](./insertpagebefore/)(int32_t) | Insert page before specified page. | -| [TableOptions](./tableoptions/)() | Initializes new instance of the [TableOptions](./) object with default options. | -## See Also - -* Class [PdfGeneratorOptions](../pdfgeneratoroptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/tableoptions/addtable/_index.md b/english/cpp/aspose.pdf.plugins/tableoptions/addtable/_index.md deleted file mode 100644 index f9321d73d8..0000000000 --- a/english/cpp/aspose.pdf.plugins/tableoptions/addtable/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TableOptions::AddTable method -linktitle: AddTable -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TableOptions::AddTable method. Adding table to document in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/tableoptions/addtable/ ---- -## TableOptions::AddTable method - - -Adding table to document. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::TableOptions::AddTable() -``` - - -### ReturnValue - -New instance of [TableBuilder](../../tablebuilder/). - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [TableBuilder](../../tablebuilder/) -* Class [TableOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tableoptions/create/_index.md b/english/cpp/aspose.pdf.plugins/tableoptions/create/_index.md deleted file mode 100644 index 4b0bddba71..0000000000 --- a/english/cpp/aspose.pdf.plugins/tableoptions/create/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TableOptions::Create method -linktitle: Create -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TableOptions::Create method. Create instance of TableOptions in C++.' -type: docs -weight: 500 -url: /cpp/aspose.pdf.plugins/tableoptions/create/ ---- -## TableOptions::Create method - - -Create instance of [TableOptions](../). - -```cpp -static System::SharedPtr Aspose::Pdf::Plugins::TableOptions::Create() -``` - - -### ReturnValue - -New instance of [TableOptions](../). - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [TableOptions](../) -* Class [TableOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tableoptions/insertpageafter/_index.md b/english/cpp/aspose.pdf.plugins/tableoptions/insertpageafter/_index.md deleted file mode 100644 index 2f424399ef..0000000000 --- a/english/cpp/aspose.pdf.plugins/tableoptions/insertpageafter/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TableOptions::InsertPageAfter method -linktitle: InsertPageAfter -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TableOptions::InsertPageAfter method. Insert page after specified page in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/tableoptions/insertpageafter/ ---- -## TableOptions::InsertPageAfter method - - -Insert page after specified page. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::TableOptions::InsertPageAfter(int32_t page) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| page | int32_t | [Page](../../../aspose.pdf/page/) number to insert table after. | - -### ReturnValue - -Instance of current [TableOptions](../). - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [TableOptions](../) -* Class [TableOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tableoptions/insertpagebefore/_index.md b/english/cpp/aspose.pdf.plugins/tableoptions/insertpagebefore/_index.md deleted file mode 100644 index baada8e0c5..0000000000 --- a/english/cpp/aspose.pdf.plugins/tableoptions/insertpagebefore/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TableOptions::InsertPageBefore method -linktitle: InsertPageBefore -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TableOptions::InsertPageBefore method. Insert page before specified page in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/tableoptions/insertpagebefore/ ---- -## TableOptions::InsertPageBefore method - - -Insert page before specified page. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::TableOptions::InsertPageBefore(int32_t page) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| page | int32_t | [Page](../../../aspose.pdf/page/) number to insert table after. | - -### ReturnValue - -Instance of current [TableOptions](../). - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [TableOptions](../) -* Class [TableOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tableoptions/tableoptions/_index.md b/english/cpp/aspose.pdf.plugins/tableoptions/tableoptions/_index.md deleted file mode 100644 index 84eb200d43..0000000000 --- a/english/cpp/aspose.pdf.plugins/tableoptions/tableoptions/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TableOptions::TableOptions constructor -linktitle: TableOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TableOptions::TableOptions constructor. Initializes new instance of the TableOptions object with default options in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/tableoptions/tableoptions/ ---- -## TableOptions::TableOptions constructor - - -Initializes new instance of the [TableOptions](../) object with default options. - -```cpp -Aspose::Pdf::Plugins::TableOptions::TableOptions() -``` - -## See Also - -* Class [TableOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tablerowbuilder/_index.md b/english/cpp/aspose.pdf.plugins/tablerowbuilder/_index.md deleted file mode 100644 index e879713864..0000000000 --- a/english/cpp/aspose.pdf.plugins/tablerowbuilder/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TableRowBuilder class -linktitle: TableRowBuilder -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TableRowBuilder class. Class represents builder for table row in C++.' -type: docs -weight: 8500 -url: /cpp/aspose.pdf.plugins/tablerowbuilder/ ---- -## TableRowBuilder class - - -Class represents builder for table row. - -```cpp -class TableRowBuilder : public Aspose::Pdf::Plugins::TableBuilder -``` - -## Methods - -| Method | Description | -| --- | --- | -| virtual [AddCell](./addcell/)() | Add cell to table row. | -| [AddRow](./addrow/)() override | Overriding AddRow. | -## See Also - -* Class [TableBuilder](../tablebuilder/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/tablerowbuilder/addcell/_index.md b/english/cpp/aspose.pdf.plugins/tablerowbuilder/addcell/_index.md deleted file mode 100644 index 08c6f345e5..0000000000 --- a/english/cpp/aspose.pdf.plugins/tablerowbuilder/addcell/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TableRowBuilder::AddCell method -linktitle: AddCell -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TableRowBuilder::AddCell method. Add cell to table row in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/tablerowbuilder/addcell/ ---- -## TableRowBuilder::AddCell method - - -Add cell to table row. - -```cpp -virtual System::SharedPtr Aspose::Pdf::Plugins::TableRowBuilder::AddCell() -``` - - -### ReturnValue - -Instance of created [TableCellBuilder](../../tablecellbuilder/). - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [TableCellBuilder](../../tablecellbuilder/) -* Class [TableRowBuilder](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tablerowbuilder/addrow/_index.md b/english/cpp/aspose.pdf.plugins/tablerowbuilder/addrow/_index.md deleted file mode 100644 index b4238a74bd..0000000000 --- a/english/cpp/aspose.pdf.plugins/tablerowbuilder/addrow/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TableRowBuilder::AddRow method -linktitle: AddRow -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TableRowBuilder::AddRow method. Overriding AddRow in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/tablerowbuilder/addrow/ ---- -## TableRowBuilder::AddRow method - - -Overriding AddRow. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::TableRowBuilder::AddRow() override -``` - - -### ReturnValue - -Instance of current [TableRowBuilder](../). - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [TableRowBuilder](../) -* Class [TableRowBuilder](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/textextractor/_index.md b/english/cpp/aspose.pdf.plugins/textextractor/_index.md deleted file mode 100644 index 8454a1ee94..0000000000 --- a/english/cpp/aspose.pdf.plugins/textextractor/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TextExtractor class -linktitle: TextExtractor -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TextExtractor class. Represents TextExtractor plugin in C++.' -type: docs -weight: 8600 -url: /cpp/aspose.pdf.plugins/textextractor/ ---- -## TextExtractor class - - -Represents [TextExtractor](./) plugin. - -```cpp -class TextExtractor : public Aspose::Pdf::Plugins::PdfExtractor -``` - -## Remarks - - -The [TextExtractor](./) object is used to extract text in PDF documents. -## See Also - -* Class [PdfExtractor](../pdfextractor/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/textextractoroptions/_index.md b/english/cpp/aspose.pdf.plugins/textextractoroptions/_index.md deleted file mode 100644 index 39571a1963..0000000000 --- a/english/cpp/aspose.pdf.plugins/textextractoroptions/_index.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TextExtractorOptions class -linktitle: TextExtractorOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TextExtractorOptions class. Represents text extraction options for the TextExtractor plugin in C++.' -type: docs -weight: 8700 -url: /cpp/aspose.pdf.plugins/textextractoroptions/ ---- -## TextExtractorOptions class - - -Represents text extraction options for the [TextExtractor](../textextractor/) plugin. - -```cpp -class TextExtractorOptions : public Aspose::Pdf::Plugins::PdfExtractorOptions -``` - -## Enums - -| Enum | Description | -| --- | --- | -| [TextFormattingMode](./textformattingmode/) | Defines different modes which can be used while converting a PDF document into text. See [TextExtractorOptions](./) class. | -## Methods - -| Method | Description | -| --- | --- | -| [get_FormattingMode](./get_formattingmode/)() const | Gets formatting mode. | -| [get_OperationName](./get_operationname/)() override | Returns name of the operation. | -| [TextExtractorOptions](./textextractoroptions/)(TextExtractorOptions::TextFormattingMode) | Initializes a new instance of the [TextExtractorOptions](./) object for the specified text formatting mode. | -| [TextExtractorOptions](./textextractoroptions/)() | Initializes a new instance of the [TextExtractorOptions ](./) object with 'Raw' (default) text formatting mode. | -## Remarks - - -The [TextExtractorOptions](./) object is used to set [TextFormattingMode](./textformattingmode/) and another options for the text extraction operation. Also, it inherits functions to add data (files, streams) representing input PDF documents. -## See Also - -* Class [PdfExtractorOptions](../pdfextractoroptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/textextractoroptions/get_formattingmode/_index.md b/english/cpp/aspose.pdf.plugins/textextractoroptions/get_formattingmode/_index.md deleted file mode 100644 index d373d29dd2..0000000000 --- a/english/cpp/aspose.pdf.plugins/textextractoroptions/get_formattingmode/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TextExtractorOptions::get_FormattingMode method -linktitle: get_FormattingMode -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TextExtractorOptions::get_FormattingMode method. Gets formatting mode in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/textextractoroptions/get_formattingmode/ ---- -## TextExtractorOptions::get_FormattingMode method - - -Gets formatting mode. - -```cpp -TextExtractorOptions::TextFormattingMode Aspose::Pdf::Plugins::TextExtractorOptions::get_FormattingMode() const -``` - -## See Also - -* Enum [TextFormattingMode](../textformattingmode/) -* Class [TextExtractorOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/textextractoroptions/get_operationname/_index.md b/english/cpp/aspose.pdf.plugins/textextractoroptions/get_operationname/_index.md deleted file mode 100644 index d30652a420..0000000000 --- a/english/cpp/aspose.pdf.plugins/textextractoroptions/get_operationname/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TextExtractorOptions::get_OperationName method -linktitle: get_OperationName -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TextExtractorOptions::get_OperationName method. Returns name of the operation in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/textextractoroptions/get_operationname/ ---- -## TextExtractorOptions::get_OperationName method - - -Returns name of the operation. - -```cpp -System::String Aspose::Pdf::Plugins::TextExtractorOptions::get_OperationName() override -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [TextExtractorOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/textextractoroptions/textextractoroptions/_index.md b/english/cpp/aspose.pdf.plugins/textextractoroptions/textextractoroptions/_index.md deleted file mode 100644 index 757cbcb5ca..0000000000 --- a/english/cpp/aspose.pdf.plugins/textextractoroptions/textextractoroptions/_index.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TextExtractorOptions::TextExtractorOptions constructor -linktitle: TextExtractorOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TextExtractorOptions::TextExtractorOptions constructor. Initializes a new instance of the TextExtractorOptions object with ''Raw'' (default) text formatting mode in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/textextractoroptions/textextractoroptions/ ---- -## TextExtractorOptions::TextExtractorOptions() constructor - - -Initializes a new instance of the [TextExtractorOptions ](../) object with 'Raw' (default) text formatting mode. - -```cpp -Aspose::Pdf::Plugins::TextExtractorOptions::TextExtractorOptions() -``` - -## See Also - -* Class [TextExtractorOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) -## TextExtractorOptions::TextExtractorOptions(TextExtractorOptions::TextFormattingMode) constructor - - -Initializes a new instance of the [TextExtractorOptions](../) object for the specified text formatting mode. - -```cpp -Aspose::Pdf::Plugins::TextExtractorOptions::TextExtractorOptions(TextExtractorOptions::TextFormattingMode formattingMode) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| formattingMode | TextExtractorOptions::TextFormattingMode | [Text](../../../aspose.pdf.text/) formatting mode value. | - -## See Also - -* Enum [TextFormattingMode](../textformattingmode/) -* Class [TextExtractorOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/textextractoroptions/textformattingmode/_index.md b/english/cpp/aspose.pdf.plugins/textextractoroptions/textformattingmode/_index.md deleted file mode 100644 index 0ccf09c3c0..0000000000 --- a/english/cpp/aspose.pdf.plugins/textextractoroptions/textformattingmode/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TextExtractorOptions::TextFormattingMode enum -linktitle: TextFormattingMode -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TextExtractorOptions::TextFormattingMode enum. Defines different modes which can be used while converting a PDF document into text. See TextExtractorOptions class in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/textextractoroptions/textformattingmode/ ---- -## TextFormattingMode enum - - -Defines different modes which can be used while converting a PDF document into text. See [TextExtractorOptions](../) class. - -```cpp -enum class TextFormattingMode -``` - -### Values - -| Name | Value | Description | -| --- | --- | --- | -| Pure | 0 | Represents PDF text content with a few formatting routines. This includes taking into account relative positions and adding extra spaces to align text to the width of the page. | -| Raw | 1 | Represents PDF content as is, i.e. without formatting. | -| Plain | 2 | Represents PDF text content taking into account the relative positioning of text fragments but without adding extra spaces. | - -## See Also - -* Class [TextExtractorOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tiff/_index.md b/english/cpp/aspose.pdf.plugins/tiff/_index.md deleted file mode 100644 index 13e2667895..0000000000 --- a/english/cpp/aspose.pdf.plugins/tiff/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::Tiff class -linktitle: Tiff -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::Tiff class. Represents Pdf to Tiff plugin in C++.' -type: docs -weight: 8800 -url: /cpp/aspose.pdf.plugins/tiff/ ---- -## Tiff class - - -Represents [Pdf](../../aspose.pdf/) to [Tiff](./) plugin. - -```cpp -class Tiff : public Aspose::Pdf::Plugins::PdfToImage -``` - -## Methods - -| Method | Description | -| --- | --- | -| [Tiff](./tiff/)() | Creates a new instance of -[Tiff](./) - - -class. | -## See Also - -* Class [PdfToImage](../pdftoimage/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/tiff/tiff/_index.md b/english/cpp/aspose.pdf.plugins/tiff/tiff/_index.md deleted file mode 100644 index 41591e5e5d..0000000000 --- a/english/cpp/aspose.pdf.plugins/tiff/tiff/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::Tiff::Tiff constructor -linktitle: Tiff -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::Tiff::Tiff constructor. Creates a new instance of Tiffclass in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/tiff/tiff/ ---- -## Tiff::Tiff constructor - - -Creates a new instance of -[Tiff](../) - - -class. - -```cpp -Aspose::Pdf::Plugins::Tiff::Tiff() -``` - -## See Also - -* Class [Tiff](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tiffoptions/_index.md b/english/cpp/aspose.pdf.plugins/tiffoptions/_index.md deleted file mode 100644 index a7c3a4301b..0000000000 --- a/english/cpp/aspose.pdf.plugins/tiffoptions/_index.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TiffOptions class -linktitle: TiffOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TiffOptions class. Represents Pdf to Tiff converter options for the Tiff plugin in C++.' -type: docs -weight: 8900 -url: /cpp/aspose.pdf.plugins/tiffoptions/ ---- -## TiffOptions class - - -Represents [Pdf](../../aspose.pdf/) to [Tiff](../tiff/) converter options for the [Tiff](../tiff/) plugin. - -```cpp -class TiffOptions : public Aspose::Pdf::Plugins::PdfToImageOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [get_Brightness](./get_brightness/)() | Get or sets a value boundary of the transformation of colors in white and black. This parameter can be applied with EncoderValue.CompressionCCITT4, EncoderValue.CompressionCCITT3, EncoderValue.CompressionRle or ColorDepth.Format1bpp == 1. | -| [get_Compression](./get_compression/)() | Gets the type of the compression. | -| [get_CoordinateType](./get_coordinatetype/)() | Get or sets the page coordinate type (Media/Crop boxes). CropBox value is used by default. | -| [get_Depth](./get_depth/)() | Gets the color depth. | -| [get_OperationName](./get_operationname/)() override | Returns name of the operation. | -| [get_SaveAsMultiPageTiff](./get_saveasmultipagetiff/)() const | Gets and sets flag that allows to save all pages in one multi-page tiff. | -| [get_Shape](./get_shape/)() | Gets the type of the shape. | -| [get_SkipBlankPages](./get_skipblankpages/)() | Gets a value indicating whether to skip blank pages. | -| [set_Brightness](./set_brightness/)(float) | Get or sets a value boundary of the transformation of colors in white and black. This parameter can be applied with EncoderValue.CompressionCCITT4, EncoderValue.CompressionCCITT3, EncoderValue.CompressionRle or ColorDepth.Format1bpp == 1. | -| [set_Compression](./set_compression/)(Devices::CompressionType) | Sets the type of the compression. | -| [set_CoordinateType](./set_coordinatetype/)(PageCoordinateType) | Get or sets the page coordinate type (Media/Crop boxes). CropBox value is used by default. | -| [set_Depth](./set_depth/)(Devices::ColorDepth) | Sets the color depth. | -| [set_SaveAsMultiPageTiff](./set_saveasmultipagetiff/)(bool) | Gets and sets flag that allows to save all pages in one multi-page tiff. | -| [set_Shape](./set_shape/)(Devices::ShapeType) | Sets the type of the shape. | -| [set_SkipBlankPages](./set_skipblankpages/)(bool) | Sets a value indicating whether to skip blank pages. | -| [TiffOptions](./tiffoptions/)() | Initializes a new instance of the [TiffOptions](./) object. | -## See Also - -* Class [PdfToImageOptions](../pdftoimageoptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/tiffoptions/get_brightness/_index.md b/english/cpp/aspose.pdf.plugins/tiffoptions/get_brightness/_index.md deleted file mode 100644 index ac2eae9c48..0000000000 --- a/english/cpp/aspose.pdf.plugins/tiffoptions/get_brightness/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TiffOptions::get_Brightness method -linktitle: get_Brightness -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TiffOptions::get_Brightness method. Get or sets a value boundary of the transformation of colors in white and black. This parameter can be applied with EncoderValue.CompressionCCITT4, EncoderValue.CompressionCCITT3, EncoderValue.CompressionRle or ColorDepth.Format1bpp == 1 in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/tiffoptions/get_brightness/ ---- -## TiffOptions::get_Brightness method - - -Get or sets a value boundary of the transformation of colors in white and black. This parameter can be applied with EncoderValue.CompressionCCITT4, EncoderValue.CompressionCCITT3, EncoderValue.CompressionRle or ColorDepth.Format1bpp == 1. - -```cpp -float Aspose::Pdf::Plugins::TiffOptions::get_Brightness() -``` - -## Remarks - - -Value of brightness should be in the range from 0 to 1. By default value is equal to 0.33f -## See Also - -* Class [TiffOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tiffoptions/get_compression/_index.md b/english/cpp/aspose.pdf.plugins/tiffoptions/get_compression/_index.md deleted file mode 100644 index d5ed50f5a8..0000000000 --- a/english/cpp/aspose.pdf.plugins/tiffoptions/get_compression/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TiffOptions::get_Compression method -linktitle: get_Compression -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TiffOptions::get_Compression method. Gets the type of the compression in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.plugins/tiffoptions/get_compression/ ---- -## TiffOptions::get_Compression method - - -Gets the type of the compression. - -```cpp -Devices::CompressionType Aspose::Pdf::Plugins::TiffOptions::get_Compression() -``` - -## Remarks - - -Default value is CompressionType.LZW - -The type of the compression. -## See Also - -* Enum [CompressionType](../../../aspose.pdf.devices/compressiontype/) -* Class [TiffOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tiffoptions/get_coordinatetype/_index.md b/english/cpp/aspose.pdf.plugins/tiffoptions/get_coordinatetype/_index.md deleted file mode 100644 index 24df28dc22..0000000000 --- a/english/cpp/aspose.pdf.plugins/tiffoptions/get_coordinatetype/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TiffOptions::get_CoordinateType method -linktitle: get_CoordinateType -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TiffOptions::get_CoordinateType method. Get or sets the page coordinate type (Media/Crop boxes). CropBox value is used by default in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.plugins/tiffoptions/get_coordinatetype/ ---- -## TiffOptions::get_CoordinateType method - - -Get or sets the page coordinate type (Media/Crop boxes). CropBox value is used by default. - -```cpp -PageCoordinateType Aspose::Pdf::Plugins::TiffOptions::get_CoordinateType() -``` - -## See Also - -* Enum [PageCoordinateType](../../../aspose.pdf/pagecoordinatetype/) -* Class [TiffOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tiffoptions/get_depth/_index.md b/english/cpp/aspose.pdf.plugins/tiffoptions/get_depth/_index.md deleted file mode 100644 index 92f387451d..0000000000 --- a/english/cpp/aspose.pdf.plugins/tiffoptions/get_depth/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TiffOptions::get_Depth method -linktitle: get_Depth -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TiffOptions::get_Depth method. Gets the color depth in C++.' -type: docs -weight: 500 -url: /cpp/aspose.pdf.plugins/tiffoptions/get_depth/ ---- -## TiffOptions::get_Depth method - - -Gets the color depth. - -```cpp -Devices::ColorDepth Aspose::Pdf::Plugins::TiffOptions::get_Depth() -``` - -## Remarks - - -Default value is ColorDepth.Default - -The color depth. -## See Also - -* Enum [ColorDepth](../../../aspose.pdf.devices/colordepth/) -* Class [TiffOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tiffoptions/get_operationname/_index.md b/english/cpp/aspose.pdf.plugins/tiffoptions/get_operationname/_index.md deleted file mode 100644 index 6a1f55360c..0000000000 --- a/english/cpp/aspose.pdf.plugins/tiffoptions/get_operationname/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TiffOptions::get_OperationName method -linktitle: get_OperationName -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TiffOptions::get_OperationName method. Returns name of the operation in C++.' -type: docs -weight: 600 -url: /cpp/aspose.pdf.plugins/tiffoptions/get_operationname/ ---- -## TiffOptions::get_OperationName method - - -Returns name of the operation. - -```cpp -System::String Aspose::Pdf::Plugins::TiffOptions::get_OperationName() override -``` - -## See Also - -* Class [String](../../../system/string/) -* Class [TiffOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tiffoptions/get_saveasmultipagetiff/_index.md b/english/cpp/aspose.pdf.plugins/tiffoptions/get_saveasmultipagetiff/_index.md deleted file mode 100644 index b274eb0173..0000000000 --- a/english/cpp/aspose.pdf.plugins/tiffoptions/get_saveasmultipagetiff/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TiffOptions::get_SaveAsMultiPageTiff method -linktitle: get_SaveAsMultiPageTiff -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TiffOptions::get_SaveAsMultiPageTiff method. Gets and sets flag that allows to save all pages in one multi-page tiff in C++.' -type: docs -weight: 700 -url: /cpp/aspose.pdf.plugins/tiffoptions/get_saveasmultipagetiff/ ---- -## TiffOptions::get_SaveAsMultiPageTiff method - - -Gets and sets flag that allows to save all pages in one multi-page tiff. - -```cpp -bool Aspose::Pdf::Plugins::TiffOptions::get_SaveAsMultiPageTiff() const -``` - -## See Also - -* Class [TiffOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tiffoptions/get_shape/_index.md b/english/cpp/aspose.pdf.plugins/tiffoptions/get_shape/_index.md deleted file mode 100644 index 0e6f781aca..0000000000 --- a/english/cpp/aspose.pdf.plugins/tiffoptions/get_shape/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TiffOptions::get_Shape method -linktitle: get_Shape -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TiffOptions::get_Shape method. Gets the type of the shape in C++.' -type: docs -weight: 800 -url: /cpp/aspose.pdf.plugins/tiffoptions/get_shape/ ---- -## TiffOptions::get_Shape method - - -Gets the type of the shape. - -```cpp -Devices::ShapeType Aspose::Pdf::Plugins::TiffOptions::get_Shape() -``` - -## Remarks - - -Default value is ShapeType.None - -The type of the shape. -## See Also - -* Enum [ShapeType](../../../aspose.pdf.devices/shapetype/) -* Class [TiffOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tiffoptions/get_skipblankpages/_index.md b/english/cpp/aspose.pdf.plugins/tiffoptions/get_skipblankpages/_index.md deleted file mode 100644 index a34f358e97..0000000000 --- a/english/cpp/aspose.pdf.plugins/tiffoptions/get_skipblankpages/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TiffOptions::get_SkipBlankPages method -linktitle: get_SkipBlankPages -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TiffOptions::get_SkipBlankPages method. Gets a value indicating whether to skip blank pages in C++.' -type: docs -weight: 900 -url: /cpp/aspose.pdf.plugins/tiffoptions/get_skipblankpages/ ---- -## TiffOptions::get_SkipBlankPages method - - -Gets a value indicating whether to skip blank pages. - -```cpp -bool Aspose::Pdf::Plugins::TiffOptions::get_SkipBlankPages() -``` - -## Remarks - - -Default value is false - -**true** if need to skip blank pages; otherwise, **false**. -## See Also - -* Class [TiffOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tiffoptions/set_brightness/_index.md b/english/cpp/aspose.pdf.plugins/tiffoptions/set_brightness/_index.md deleted file mode 100644 index 634af6d882..0000000000 --- a/english/cpp/aspose.pdf.plugins/tiffoptions/set_brightness/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TiffOptions::set_Brightness method -linktitle: set_Brightness -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TiffOptions::set_Brightness method. Get or sets a value boundary of the transformation of colors in white and black. This parameter can be applied with EncoderValue.CompressionCCITT4, EncoderValue.CompressionCCITT3, EncoderValue.CompressionRle or ColorDepth.Format1bpp == 1 in C++.' -type: docs -weight: 1000 -url: /cpp/aspose.pdf.plugins/tiffoptions/set_brightness/ ---- -## TiffOptions::set_Brightness method - - -Get or sets a value boundary of the transformation of colors in white and black. This parameter can be applied with EncoderValue.CompressionCCITT4, EncoderValue.CompressionCCITT3, EncoderValue.CompressionRle or ColorDepth.Format1bpp == 1. - -```cpp -void Aspose::Pdf::Plugins::TiffOptions::set_Brightness(float value) -``` - -## Remarks - - -Value of brightness should be in the range from 0 to 1. By default value is equal to 0.33f -## See Also - -* Class [TiffOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tiffoptions/set_compression/_index.md b/english/cpp/aspose.pdf.plugins/tiffoptions/set_compression/_index.md deleted file mode 100644 index 7571bc7a31..0000000000 --- a/english/cpp/aspose.pdf.plugins/tiffoptions/set_compression/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TiffOptions::set_Compression method -linktitle: set_Compression -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TiffOptions::set_Compression method. Sets the type of the compression in C++.' -type: docs -weight: 1100 -url: /cpp/aspose.pdf.plugins/tiffoptions/set_compression/ ---- -## TiffOptions::set_Compression method - - -Sets the type of the compression. - -```cpp -void Aspose::Pdf::Plugins::TiffOptions::set_Compression(Devices::CompressionType value) -``` - -## Remarks - - -Default value is CompressionType.LZW - -The type of the compression. -## See Also - -* Enum [CompressionType](../../../aspose.pdf.devices/compressiontype/) -* Class [TiffOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tiffoptions/set_coordinatetype/_index.md b/english/cpp/aspose.pdf.plugins/tiffoptions/set_coordinatetype/_index.md deleted file mode 100644 index 1dd0dc15da..0000000000 --- a/english/cpp/aspose.pdf.plugins/tiffoptions/set_coordinatetype/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TiffOptions::set_CoordinateType method -linktitle: set_CoordinateType -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TiffOptions::set_CoordinateType method. Get or sets the page coordinate type (Media/Crop boxes). CropBox value is used by default in C++.' -type: docs -weight: 1200 -url: /cpp/aspose.pdf.plugins/tiffoptions/set_coordinatetype/ ---- -## TiffOptions::set_CoordinateType method - - -Get or sets the page coordinate type (Media/Crop boxes). CropBox value is used by default. - -```cpp -void Aspose::Pdf::Plugins::TiffOptions::set_CoordinateType(PageCoordinateType value) -``` - -## See Also - -* Enum [PageCoordinateType](../../../aspose.pdf/pagecoordinatetype/) -* Class [TiffOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tiffoptions/set_depth/_index.md b/english/cpp/aspose.pdf.plugins/tiffoptions/set_depth/_index.md deleted file mode 100644 index 40448b05b8..0000000000 --- a/english/cpp/aspose.pdf.plugins/tiffoptions/set_depth/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TiffOptions::set_Depth method -linktitle: set_Depth -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TiffOptions::set_Depth method. Sets the color depth in C++.' -type: docs -weight: 1300 -url: /cpp/aspose.pdf.plugins/tiffoptions/set_depth/ ---- -## TiffOptions::set_Depth method - - -Sets the color depth. - -```cpp -void Aspose::Pdf::Plugins::TiffOptions::set_Depth(Devices::ColorDepth value) -``` - -## Remarks - - -Default value is ColorDepth.Default - -The color depth. -## See Also - -* Enum [ColorDepth](../../../aspose.pdf.devices/colordepth/) -* Class [TiffOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tiffoptions/set_saveasmultipagetiff/_index.md b/english/cpp/aspose.pdf.plugins/tiffoptions/set_saveasmultipagetiff/_index.md deleted file mode 100644 index 0953b869a1..0000000000 --- a/english/cpp/aspose.pdf.plugins/tiffoptions/set_saveasmultipagetiff/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TiffOptions::set_SaveAsMultiPageTiff method -linktitle: set_SaveAsMultiPageTiff -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TiffOptions::set_SaveAsMultiPageTiff method. Gets and sets flag that allows to save all pages in one multi-page tiff in C++.' -type: docs -weight: 1400 -url: /cpp/aspose.pdf.plugins/tiffoptions/set_saveasmultipagetiff/ ---- -## TiffOptions::set_SaveAsMultiPageTiff method - - -Gets and sets flag that allows to save all pages in one multi-page tiff. - -```cpp -void Aspose::Pdf::Plugins::TiffOptions::set_SaveAsMultiPageTiff(bool value) -``` - -## See Also - -* Class [TiffOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tiffoptions/set_shape/_index.md b/english/cpp/aspose.pdf.plugins/tiffoptions/set_shape/_index.md deleted file mode 100644 index da7fe6d4c9..0000000000 --- a/english/cpp/aspose.pdf.plugins/tiffoptions/set_shape/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TiffOptions::set_Shape method -linktitle: set_Shape -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TiffOptions::set_Shape method. Sets the type of the shape in C++.' -type: docs -weight: 1500 -url: /cpp/aspose.pdf.plugins/tiffoptions/set_shape/ ---- -## TiffOptions::set_Shape method - - -Sets the type of the shape. - -```cpp -void Aspose::Pdf::Plugins::TiffOptions::set_Shape(Devices::ShapeType value) -``` - -## Remarks - - -Default value is ShapeType.None - -The type of the shape. -## See Also - -* Enum [ShapeType](../../../aspose.pdf.devices/shapetype/) -* Class [TiffOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tiffoptions/set_skipblankpages/_index.md b/english/cpp/aspose.pdf.plugins/tiffoptions/set_skipblankpages/_index.md deleted file mode 100644 index 44830a7c64..0000000000 --- a/english/cpp/aspose.pdf.plugins/tiffoptions/set_skipblankpages/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TiffOptions::set_SkipBlankPages method -linktitle: set_SkipBlankPages -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TiffOptions::set_SkipBlankPages method. Sets a value indicating whether to skip blank pages in C++.' -type: docs -weight: 1600 -url: /cpp/aspose.pdf.plugins/tiffoptions/set_skipblankpages/ ---- -## TiffOptions::set_SkipBlankPages method - - -Sets a value indicating whether to skip blank pages. - -```cpp -void Aspose::Pdf::Plugins::TiffOptions::set_SkipBlankPages(bool value) -``` - -## Remarks - - -Default value is false - -**true** if need to skip blank pages; otherwise, **false**. -## See Also - -* Class [TiffOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tiffoptions/tiffoptions/_index.md b/english/cpp/aspose.pdf.plugins/tiffoptions/tiffoptions/_index.md deleted file mode 100644 index b408934da2..0000000000 --- a/english/cpp/aspose.pdf.plugins/tiffoptions/tiffoptions/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TiffOptions::TiffOptions constructor -linktitle: TiffOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TiffOptions::TiffOptions constructor. Initializes a new instance of the TiffOptions object in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/tiffoptions/tiffoptions/ ---- -## TiffOptions::TiffOptions constructor - - -Initializes a new instance of the [TiffOptions](../) object. - -```cpp -Aspose::Pdf::Plugins::TiffOptions::TiffOptions() -``` - -## See Also - -* Class [TiffOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tocgenerator/_index.md b/english/cpp/aspose.pdf.plugins/tocgenerator/_index.md deleted file mode 100644 index 0b2573b56d..0000000000 --- a/english/cpp/aspose.pdf.plugins/tocgenerator/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TocGenerator class -linktitle: TocGenerator -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TocGenerator class. Represents Aspose.PDF TocGenerator plugin in C++.' -type: docs -weight: 9000 -url: /cpp/aspose.pdf.plugins/tocgenerator/ ---- -## TocGenerator class - - -Represents Aspose.PDF [TocGenerator](./) plugin. - -```cpp -class TocGenerator : public Aspose::Pdf::Plugins::IPlugin, - public System::IDisposable -``` - -## Methods - -| Method | Description | -| --- | --- | -| [Dispose](./dispose/)() override | Implementation of IDisposable. In fact, it is not necessary for [TocGenerator](./). | -| [Process](./process/)(System::SharedPtr\) override | Starts the PdfGenerator processing with the specified parameters. | -## See Also - -* Class [IPlugin](../iplugin/) -* Class [IDisposable](../../system/idisposable/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/tocgenerator/dispose/_index.md b/english/cpp/aspose.pdf.plugins/tocgenerator/dispose/_index.md deleted file mode 100644 index 48f3929dda..0000000000 --- a/english/cpp/aspose.pdf.plugins/tocgenerator/dispose/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TocGenerator::Dispose method -linktitle: Dispose -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TocGenerator::Dispose method. Implementation of IDisposable. In fact, it is not necessary for TocGenerator in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/tocgenerator/dispose/ ---- -## TocGenerator::Dispose method - - -Implementation of IDisposable. In fact, it is not necessary for [TocGenerator](../). - -```cpp -void Aspose::Pdf::Plugins::TocGenerator::Dispose() override -``` - -## See Also - -* Class [TocGenerator](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tocgenerator/process/_index.md b/english/cpp/aspose.pdf.plugins/tocgenerator/process/_index.md deleted file mode 100644 index b44e24ed32..0000000000 --- a/english/cpp/aspose.pdf.plugins/tocgenerator/process/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TocGenerator::Process method -linktitle: Process -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TocGenerator::Process method. Starts the PdfGenerator processing with the specified parameters in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/tocgenerator/process/ ---- -## TocGenerator::Process method - - -Starts the PdfGenerator processing with the specified parameters. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::TocGenerator::Process(System::SharedPtr options) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| options | System::SharedPtr\ | An options object contains instructions for the PdfGenerator. | - -### ReturnValue - -An [ResultContainer](../../resultcontainer/) object contains the result of the operation. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [ResultContainer](../../resultcontainer/) -* Class [IPluginOptions](../../ipluginoptions/) -* Class [TocGenerator](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/tocoptions/_index.md b/english/cpp/aspose.pdf.plugins/tocoptions/_index.md deleted file mode 100644 index 07195697f6..0000000000 --- a/english/cpp/aspose.pdf.plugins/tocoptions/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TocOptions class -linktitle: TocOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TocOptions class. Represents options for add table of contents to document by TocGenerator plugin in C++.' -type: docs -weight: 9100 -url: /cpp/aspose.pdf.plugins/tocoptions/ ---- -## TocOptions class - - -Represents options for add table of contents to document by [TocGenerator](../tocgenerator/) plugin. - -```cpp -class TocOptions : public Aspose::Pdf::Plugins::PdfGeneratorOptions -``` - -## Methods - -| Method | Description | -| --- | --- | -| [TocOptions](./tocoptions/)() | Initializes new instance of the [TocOptions](./) object with default options. | -## See Also - -* Class [PdfGeneratorOptions](../pdfgeneratoroptions/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/tocoptions/tocoptions/_index.md b/english/cpp/aspose.pdf.plugins/tocoptions/tocoptions/_index.md deleted file mode 100644 index 4212275820..0000000000 --- a/english/cpp/aspose.pdf.plugins/tocoptions/tocoptions/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::TocOptions::TocOptions constructor -linktitle: TocOptions -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::TocOptions::TocOptions constructor. Initializes new instance of the TocOptions object with default options in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/tocoptions/tocoptions/ ---- -## TocOptions::TocOptions constructor - - -Initializes new instance of the [TocOptions](../) object with default options. - -```cpp -Aspose::Pdf::Plugins::TocOptions::TocOptions() -``` - -## See Also - -* Class [TocOptions](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/xlsconverter/_index.md b/english/cpp/aspose.pdf.plugins/xlsconverter/_index.md deleted file mode 100644 index 6ab45e5ff7..0000000000 --- a/english/cpp/aspose.pdf.plugins/xlsconverter/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::XlsConverter class -linktitle: XlsConverter -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::XlsConverter class. Represents XlsConverter plugin in C++.' -type: docs -weight: 9200 -url: /cpp/aspose.pdf.plugins/xlsconverter/ ---- -## XlsConverter class - - -Represents [XlsConverter](./) plugin. - -```cpp -class XlsConverter : public Aspose::Pdf::Plugins::IPlugin, - public System::IDisposable -``` - -## Methods - -| Method | Description | -| --- | --- | -| [Dispose](./dispose/)() override | Implementation of IDisposable. | -| [Process](./process/)(System::SharedPtr\) override | Starts the PdfToExcel processing with the specified parameters. | -## See Also - -* Class [IPlugin](../iplugin/) -* Class [IDisposable](../../system/idisposable/) -* Namespace [Aspose::Pdf::Plugins](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf.plugins/xlsconverter/dispose/_index.md b/english/cpp/aspose.pdf.plugins/xlsconverter/dispose/_index.md deleted file mode 100644 index 9cc8975c75..0000000000 --- a/english/cpp/aspose.pdf.plugins/xlsconverter/dispose/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::XlsConverter::Dispose method -linktitle: Dispose -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::XlsConverter::Dispose method. Implementation of IDisposable in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.plugins/xlsconverter/dispose/ ---- -## XlsConverter::Dispose method - - -Implementation of IDisposable. - -```cpp -void Aspose::Pdf::Plugins::XlsConverter::Dispose() override -``` - -## See Also - -* Class [XlsConverter](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.plugins/xlsconverter/process/_index.md b/english/cpp/aspose.pdf.plugins/xlsconverter/process/_index.md deleted file mode 100644 index 5b56efd48a..0000000000 --- a/english/cpp/aspose.pdf.plugins/xlsconverter/process/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Aspose::Pdf::Plugins::XlsConverter::Process method -linktitle: Process -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Plugins::XlsConverter::Process method. Starts the PdfToExcel processing with the specified parameters in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.plugins/xlsconverter/process/ ---- -## XlsConverter::Process method - - -Starts the PdfToExcel processing with the specified parameters. - -```cpp -System::SharedPtr Aspose::Pdf::Plugins::XlsConverter::Process(System::SharedPtr options) override -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| options | System::SharedPtr\ | An options object containing instructions for the [XlsConverter](../). | - -### ReturnValue - -An [ResultContainer](../../resultcontainer/) object containing the result of the operation. - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [ResultContainer](../../resultcontainer/) -* Class [IPluginOptions](../../ipluginoptions/) -* Class [XlsConverter](../) -* Namespace [Aspose::Pdf::Plugins](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.sanitization/_index.md b/english/cpp/aspose.pdf.sanitization/_index.md index 8b2a600030..7d7d358ccc 100644 --- a/english/cpp/aspose.pdf.sanitization/_index.md +++ b/english/cpp/aspose.pdf.sanitization/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Pdf::Sanitization second_title: Aspose.PDF for C++ API Reference description: 'Aspose::Pdf::Sanitization namespace. The Aspose.Pdf.Sanitization is a namespace for sanitization operations in C++.' type: docs -weight: 1700 +weight: 1800 url: /cpp/aspose.pdf.sanitization/ --- diff --git a/english/cpp/aspose.pdf.security.impl/_index.md b/english/cpp/aspose.pdf.security.impl/_index.md index 8a379ee110..b2ff86efc4 100644 --- a/english/cpp/aspose.pdf.security.impl/_index.md +++ b/english/cpp/aspose.pdf.security.impl/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Pdf::Security::Impl second_title: Aspose.PDF for C++ API Reference description: 'How to use Aspose::Pdf::Security::Impl namespace in C++.' type: docs -weight: 1900 +weight: 2000 url: /cpp/aspose.pdf.security.impl/ --- diff --git a/english/cpp/aspose.pdf.security/_index.md b/english/cpp/aspose.pdf.security/_index.md index 89a7c39c8d..6f3b6c5e38 100644 --- a/english/cpp/aspose.pdf.security/_index.md +++ b/english/cpp/aspose.pdf.security/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Pdf::Security second_title: Aspose.PDF for C++ API Reference description: 'Aspose::Pdf::Security namespace. The Aspose.Pdf.Security namespace contains classes used for encryption and digital signing in C++.' type: docs -weight: 1800 +weight: 1900 url: /cpp/aspose.pdf.security/ --- diff --git a/english/cpp/aspose.pdf.signatures/_index.md b/english/cpp/aspose.pdf.signatures/_index.md index 72cfae3289..c55e38b60b 100644 --- a/english/cpp/aspose.pdf.signatures/_index.md +++ b/english/cpp/aspose.pdf.signatures/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Pdf::Signatures second_title: Aspose.PDF for C++ API Reference description: 'Aspose::Pdf::Signatures namespace. The Aspose.Pdf.Signatures namespace provides classes for signatures functionalities in C++.' type: docs -weight: 2000 +weight: 2100 url: /cpp/aspose.pdf.signatures/ --- diff --git a/english/cpp/aspose.pdf.structure/_index.md b/english/cpp/aspose.pdf.structure/_index.md index 658c0ae2b4..13e3b665b3 100644 --- a/english/cpp/aspose.pdf.structure/_index.md +++ b/english/cpp/aspose.pdf.structure/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Pdf::Structure second_title: Aspose.PDF for C++ API Reference description: 'Aspose::Pdf::Structure namespace. The Aspose.Pdf.Structure namespace provides classes which help to work with a logical structure of a document which presents the organization of the document into chapters and sections or the identification of special elements such as figures, tables, and footnotes in C++.' type: docs -weight: 2100 +weight: 2200 url: /cpp/aspose.pdf.structure/ --- diff --git a/english/cpp/aspose.pdf.tagged/_index.md b/english/cpp/aspose.pdf.tagged/_index.md index 616aa09a9a..2008b5daed 100644 --- a/english/cpp/aspose.pdf.tagged/_index.md +++ b/english/cpp/aspose.pdf.tagged/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Pdf::Tagged second_title: Aspose.PDF for C++ API Reference description: 'Aspose::Pdf::Tagged namespace. The Aspose.Pdf.Tagged is a namespace for classes for support of Tagged PDF documents in C++.' type: docs -weight: 2200 +weight: 2300 url: /cpp/aspose.pdf.tagged/ --- diff --git a/english/cpp/aspose.pdf.text/_index.md b/english/cpp/aspose.pdf.text/_index.md index 09ccab7408..8c6c183691 100644 --- a/english/cpp/aspose.pdf.text/_index.md +++ b/english/cpp/aspose.pdf.text/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Pdf::Text second_title: Aspose.PDF for C++ API Reference description: 'How to use Aspose::Pdf::Text namespace in C++.' type: docs -weight: 2300 +weight: 2400 url: /cpp/aspose.pdf.text/ --- diff --git a/english/cpp/aspose.pdf.text/onsegmentchangedeventargs/get_initialsegmenttextlength/_index.md b/english/cpp/aspose.pdf.text/onsegmentchangedeventargs/get_initialsegmenttextlength/_index.md deleted file mode 100644 index b177095bd1..0000000000 --- a/english/cpp/aspose.pdf.text/onsegmentchangedeventargs/get_initialsegmenttextlength/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Text::OnSegmentChangedEventArgs::get_InitialSegmentTextLength method -linktitle: get_InitialSegmentTextLength -second_title: Aspose.PDF for C++ API Reference -description: 'How to use get_InitialSegmentTextLength method of Aspose::Pdf::Text::OnSegmentChangedEventArgs class in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf.text/onsegmentchangedeventargs/get_initialsegmenttextlength/ ---- -## OnSegmentChangedEventArgs::get_InitialSegmentTextLength method - - - - -```cpp -int32_t Aspose::Pdf::Text::OnSegmentChangedEventArgs::get_InitialSegmentTextLength() const -``` - -## See Also - -* Class [OnSegmentChangedEventArgs](../) -* Namespace [Aspose::Pdf::Text](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.text/onsegmentchangedeventargs/get_segmentafter/_index.md b/english/cpp/aspose.pdf.text/onsegmentchangedeventargs/get_segmentafter/_index.md deleted file mode 100644 index bc8a624465..0000000000 --- a/english/cpp/aspose.pdf.text/onsegmentchangedeventargs/get_segmentafter/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Text::OnSegmentChangedEventArgs::get_SegmentAfter method -linktitle: get_SegmentAfter -second_title: Aspose.PDF for C++ API Reference -description: 'How to use get_SegmentAfter method of Aspose::Pdf::Text::OnSegmentChangedEventArgs class in C++.' -type: docs -weight: 300 -url: /cpp/aspose.pdf.text/onsegmentchangedeventargs/get_segmentafter/ ---- -## OnSegmentChangedEventArgs::get_SegmentAfter method - - - - -```cpp -System::SharedPtr Aspose::Pdf::Text::OnSegmentChangedEventArgs::get_SegmentAfter() const -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [OnSegmentChangedEventArgs](../) -* Namespace [Aspose::Pdf::Text](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.text/onsegmentchangedeventargs/get_segmentchanged/_index.md b/english/cpp/aspose.pdf.text/onsegmentchangedeventargs/get_segmentchanged/_index.md deleted file mode 100644 index 7f0f5e2b81..0000000000 --- a/english/cpp/aspose.pdf.text/onsegmentchangedeventargs/get_segmentchanged/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Text::OnSegmentChangedEventArgs::get_SegmentChanged method -linktitle: get_SegmentChanged -second_title: Aspose.PDF for C++ API Reference -description: 'How to use get_SegmentChanged method of Aspose::Pdf::Text::OnSegmentChangedEventArgs class in C++.' -type: docs -weight: 400 -url: /cpp/aspose.pdf.text/onsegmentchangedeventargs/get_segmentchanged/ ---- -## OnSegmentChangedEventArgs::get_SegmentChanged method - - - - -```cpp -System::SharedPtr Aspose::Pdf::Text::OnSegmentChangedEventArgs::get_SegmentChanged() const -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [OnSegmentChangedEventArgs](../) -* Namespace [Aspose::Pdf::Text](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.text/onsegmentchangedeventargs/onsegmentchangedeventargs/_index.md b/english/cpp/aspose.pdf.text/onsegmentchangedeventargs/onsegmentchangedeventargs/_index.md deleted file mode 100644 index bb9a3ed449..0000000000 --- a/english/cpp/aspose.pdf.text/onsegmentchangedeventargs/onsegmentchangedeventargs/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Pdf::Text::OnSegmentChangedEventArgs::OnSegmentChangedEventArgs constructor -linktitle: OnSegmentChangedEventArgs -second_title: Aspose.PDF for C++ API Reference -description: 'How to use OnSegmentChangedEventArgs constructor of Aspose::Pdf::Text::OnSegmentChangedEventArgs class in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf.text/onsegmentchangedeventargs/onsegmentchangedeventargs/ ---- -## OnSegmentChangedEventArgs::OnSegmentChangedEventArgs constructor - - - - -```cpp -Aspose::Pdf::Text::OnSegmentChangedEventArgs::OnSegmentChangedEventArgs(System::SharedPtr segmentChanged, System::SharedPtr segmentAfter, int32_t _initialSegmentTextLength) -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [OnSegmentChangedEventArgs](../) -* Namespace [Aspose::Pdf::Text](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf.vector/_index.md b/english/cpp/aspose.pdf.vector/_index.md index 0ef022628d..81a3dedd14 100644 --- a/english/cpp/aspose.pdf.vector/_index.md +++ b/english/cpp/aspose.pdf.vector/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Pdf::Vector second_title: Aspose.PDF for C++ API Reference description: 'Aspose::Pdf::Vector namespace. The Aspose.Pdf.Vector is a root namespace for graphics operations in C++.' type: docs -weight: 2400 +weight: 2500 url: /cpp/aspose.pdf.vector/ --- diff --git a/english/cpp/aspose.pdf.xfaconverter/_index.md b/english/cpp/aspose.pdf.xfaconverter/_index.md index 5e4bac16e0..23b42b07ee 100644 --- a/english/cpp/aspose.pdf.xfaconverter/_index.md +++ b/english/cpp/aspose.pdf.xfaconverter/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Pdf::XfaConverter second_title: Aspose.PDF for C++ API Reference description: 'How to use Aspose::Pdf::XfaConverter namespace in C++.' type: docs -weight: 2500 +weight: 2600 url: /cpp/aspose.pdf.xfaconverter/ --- diff --git a/english/cpp/aspose.pdf/docsaveoptions/recognitionmode/_index.md b/english/cpp/aspose.pdf/docsaveoptions/recognitionmode/_index.md index 1c0ce597a5..1ebb5519bf 100644 --- a/english/cpp/aspose.pdf/docsaveoptions/recognitionmode/_index.md +++ b/english/cpp/aspose.pdf/docsaveoptions/recognitionmode/_index.md @@ -22,7 +22,7 @@ enum class RecognitionMode | --- | --- | --- | | Textbox | 0 | This mode is fast and good for maximally preserving original look of the PDF file, but editability of the resulting document could be limited. | | Flow | 1 | Full recognition mode, the engine performs grouping and multi-level analysis to restore the original document author's intent and produce a maximally editable document. The downside is that the output document might look different from the original PDF file. | -| EnhancedFlow | 2 | An alternative Flow mode that supports the recognition of tables. | +| EnhancedFlow | 2 | An alternative [Flow](../../../aspose.pdf.flow/) mode that supports the recognition of tables. | ## Remarks diff --git a/english/cpp/aspose.pdf/document/mergeoptions/_index.md b/english/cpp/aspose.pdf/document/mergeoptions/_index.md index 34e7294143..82112e451a 100644 --- a/english/cpp/aspose.pdf/document/mergeoptions/_index.md +++ b/english/cpp/aspose.pdf/document/mergeoptions/_index.md @@ -20,11 +20,15 @@ class MergeOptions : public System::Object | Method | Description | | --- | --- | +| [get_ConcatenationPacketSize](./get_concatenationpacketsize/)() const | Number of documents concatenated before new incremental update was made during concatenation when UseDiskBuffer is set to true. The default value is 4. | | [get_IsNeedPageTreeBalance](./get_isneedpagetreebalance/)() const | Gets and sets the requirement for page tree balancing The entire page tree in the resulting document will be rebalanced. It creates balanced pages tree to speed up pages access. | | [get_MaximumNodesInLevel](./get_maximumnodesinlevel/)() const | Gets and sets the maximum nodes in pages tree level. Default is 10. | +| [get_UseDiskBuffer](./get_usediskbuffer/)() const | If this option used then destination document will be saved on disk periodically and further concatenation will appllied to it as incremental updates. The default value is **false**. | | [MergeOptions](./mergeoptions/)() | | +| [set_ConcatenationPacketSize](./set_concatenationpacketsize/)(int32_t) | Number of documents concatenated before new incremental update was made during concatenation when UseDiskBuffer is set to true. The default value is 4. | | [set_IsNeedPageTreeBalance](./set_isneedpagetreebalance/)(bool) | Gets and sets the requirement for page tree balancing The entire page tree in the resulting document will be rebalanced. It creates balanced pages tree to speed up pages access. | | [set_MaximumNodesInLevel](./set_maximumnodesinlevel/)(uint8_t) | Gets and sets the maximum nodes in pages tree level. Default is 10. | +| [set_UseDiskBuffer](./set_usediskbuffer/)(bool) | If this option used then destination document will be saved on disk periodically and further concatenation will appllied to it as incremental updates. The default value is **false**. | ## See Also * Class [Object](../../../system/object/) diff --git a/english/cpp/aspose.pdf/document/mergeoptions/get_concatenationpacketsize/_index.md b/english/cpp/aspose.pdf/document/mergeoptions/get_concatenationpacketsize/_index.md new file mode 100644 index 0000000000..91596857fb --- /dev/null +++ b/english/cpp/aspose.pdf/document/mergeoptions/get_concatenationpacketsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::Document::MergeOptions::get_ConcatenationPacketSize method +linktitle: get_ConcatenationPacketSize +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::Document::MergeOptions::get_ConcatenationPacketSize method. Number of documents concatenated before new incremental update was made during concatenation when UseDiskBuffer is set to true. The default value is 4 in C++.' +type: docs +weight: 200 +url: /cpp/aspose.pdf/document/mergeoptions/get_concatenationpacketsize/ +--- +## MergeOptions::get_ConcatenationPacketSize method + + +Number of documents concatenated before new incremental update was made during concatenation when UseDiskBuffer is set to true. The default value is 4. + +```cpp +int32_t Aspose::Pdf::Document::MergeOptions::get_ConcatenationPacketSize() const +``` + +## See Also + +* Class [MergeOptions](../) +* Class [Document](../../) +* Namespace [Aspose::Pdf](../../../) +* Library [Aspose.PDF for C++](../../../../) diff --git a/english/cpp/aspose.pdf/document/mergeoptions/get_isneedpagetreebalance/_index.md b/english/cpp/aspose.pdf/document/mergeoptions/get_isneedpagetreebalance/_index.md index 6fc59beeae..7e085853b1 100644 --- a/english/cpp/aspose.pdf/document/mergeoptions/get_isneedpagetreebalance/_index.md +++ b/english/cpp/aspose.pdf/document/mergeoptions/get_isneedpagetreebalance/_index.md @@ -4,7 +4,7 @@ linktitle: get_IsNeedPageTreeBalance second_title: Aspose.PDF for C++ API Reference description: 'Aspose::Pdf::Document::MergeOptions::get_IsNeedPageTreeBalance method. Gets and sets the requirement for page tree balancing The entire page tree in the resulting document will be rebalanced. It creates balanced pages tree to speed up pages access in C++.' type: docs -weight: 200 +weight: 300 url: /cpp/aspose.pdf/document/mergeoptions/get_isneedpagetreebalance/ --- ## MergeOptions::get_IsNeedPageTreeBalance method diff --git a/english/cpp/aspose.pdf/document/mergeoptions/get_maximumnodesinlevel/_index.md b/english/cpp/aspose.pdf/document/mergeoptions/get_maximumnodesinlevel/_index.md index 554ac8032c..b8835d1d54 100644 --- a/english/cpp/aspose.pdf/document/mergeoptions/get_maximumnodesinlevel/_index.md +++ b/english/cpp/aspose.pdf/document/mergeoptions/get_maximumnodesinlevel/_index.md @@ -4,7 +4,7 @@ linktitle: get_MaximumNodesInLevel second_title: Aspose.PDF for C++ API Reference description: 'Aspose::Pdf::Document::MergeOptions::get_MaximumNodesInLevel method. Gets and sets the maximum nodes in pages tree level. Default is 10 in C++.' type: docs -weight: 300 +weight: 400 url: /cpp/aspose.pdf/document/mergeoptions/get_maximumnodesinlevel/ --- ## MergeOptions::get_MaximumNodesInLevel method diff --git a/english/cpp/aspose.pdf/document/mergeoptions/get_usediskbuffer/_index.md b/english/cpp/aspose.pdf/document/mergeoptions/get_usediskbuffer/_index.md new file mode 100644 index 0000000000..1d1bdd78c8 --- /dev/null +++ b/english/cpp/aspose.pdf/document/mergeoptions/get_usediskbuffer/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::Document::MergeOptions::get_UseDiskBuffer method +linktitle: get_UseDiskBuffer +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::Document::MergeOptions::get_UseDiskBuffer method. If this option used then destination document will be saved on disk periodically and further concatenation will appllied to it as incremental updates. The default value is false in C++.' +type: docs +weight: 500 +url: /cpp/aspose.pdf/document/mergeoptions/get_usediskbuffer/ +--- +## MergeOptions::get_UseDiskBuffer method + + +If this option used then destination document will be saved on disk periodically and further concatenation will appllied to it as incremental updates. The default value is **false**. + +```cpp +bool Aspose::Pdf::Document::MergeOptions::get_UseDiskBuffer() const +``` + +## Remarks + + +**This option is ignored when calling a non-static merge method.** +## See Also + +* Class [MergeOptions](../) +* Class [Document](../../) +* Namespace [Aspose::Pdf](../../../) +* Library [Aspose.PDF for C++](../../../../) diff --git a/english/cpp/aspose.pdf/document/mergeoptions/set_concatenationpacketsize/_index.md b/english/cpp/aspose.pdf/document/mergeoptions/set_concatenationpacketsize/_index.md new file mode 100644 index 0000000000..2d288c8d1e --- /dev/null +++ b/english/cpp/aspose.pdf/document/mergeoptions/set_concatenationpacketsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Pdf::Document::MergeOptions::set_ConcatenationPacketSize method +linktitle: set_ConcatenationPacketSize +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::Document::MergeOptions::set_ConcatenationPacketSize method. Number of documents concatenated before new incremental update was made during concatenation when UseDiskBuffer is set to true. The default value is 4 in C++.' +type: docs +weight: 600 +url: /cpp/aspose.pdf/document/mergeoptions/set_concatenationpacketsize/ +--- +## MergeOptions::set_ConcatenationPacketSize method + + +Number of documents concatenated before new incremental update was made during concatenation when UseDiskBuffer is set to true. The default value is 4. + +```cpp +void Aspose::Pdf::Document::MergeOptions::set_ConcatenationPacketSize(int32_t value) +``` + +## See Also + +* Class [MergeOptions](../) +* Class [Document](../../) +* Namespace [Aspose::Pdf](../../../) +* Library [Aspose.PDF for C++](../../../../) diff --git a/english/cpp/aspose.pdf/document/mergeoptions/set_isneedpagetreebalance/_index.md b/english/cpp/aspose.pdf/document/mergeoptions/set_isneedpagetreebalance/_index.md index 9182e04764..409bf381b7 100644 --- a/english/cpp/aspose.pdf/document/mergeoptions/set_isneedpagetreebalance/_index.md +++ b/english/cpp/aspose.pdf/document/mergeoptions/set_isneedpagetreebalance/_index.md @@ -4,7 +4,7 @@ linktitle: set_IsNeedPageTreeBalance second_title: Aspose.PDF for C++ API Reference description: 'Aspose::Pdf::Document::MergeOptions::set_IsNeedPageTreeBalance method. Gets and sets the requirement for page tree balancing The entire page tree in the resulting document will be rebalanced. It creates balanced pages tree to speed up pages access in C++.' type: docs -weight: 400 +weight: 700 url: /cpp/aspose.pdf/document/mergeoptions/set_isneedpagetreebalance/ --- ## MergeOptions::set_IsNeedPageTreeBalance method diff --git a/english/cpp/aspose.pdf/document/mergeoptions/set_maximumnodesinlevel/_index.md b/english/cpp/aspose.pdf/document/mergeoptions/set_maximumnodesinlevel/_index.md index a3afd6d835..19bd7e0fa3 100644 --- a/english/cpp/aspose.pdf/document/mergeoptions/set_maximumnodesinlevel/_index.md +++ b/english/cpp/aspose.pdf/document/mergeoptions/set_maximumnodesinlevel/_index.md @@ -4,7 +4,7 @@ linktitle: set_MaximumNodesInLevel second_title: Aspose.PDF for C++ API Reference description: 'Aspose::Pdf::Document::MergeOptions::set_MaximumNodesInLevel method. Gets and sets the maximum nodes in pages tree level. Default is 10 in C++.' type: docs -weight: 500 +weight: 800 url: /cpp/aspose.pdf/document/mergeoptions/set_maximumnodesinlevel/ --- ## MergeOptions::set_MaximumNodesInLevel method diff --git a/english/cpp/aspose.pdf/document/mergeoptions/set_usediskbuffer/_index.md b/english/cpp/aspose.pdf/document/mergeoptions/set_usediskbuffer/_index.md new file mode 100644 index 0000000000..e28d0b3cc4 --- /dev/null +++ b/english/cpp/aspose.pdf/document/mergeoptions/set_usediskbuffer/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Pdf::Document::MergeOptions::set_UseDiskBuffer method +linktitle: set_UseDiskBuffer +second_title: Aspose.PDF for C++ API Reference +description: 'Aspose::Pdf::Document::MergeOptions::set_UseDiskBuffer method. If this option used then destination document will be saved on disk periodically and further concatenation will appllied to it as incremental updates. The default value is false in C++.' +type: docs +weight: 900 +url: /cpp/aspose.pdf/document/mergeoptions/set_usediskbuffer/ +--- +## MergeOptions::set_UseDiskBuffer method + + +If this option used then destination document will be saved on disk periodically and further concatenation will appllied to it as incremental updates. The default value is **false**. + +```cpp +void Aspose::Pdf::Document::MergeOptions::set_UseDiskBuffer(bool value) +``` + +## Remarks + + +**This option is ignored when calling a non-static merge method.** +## See Also + +* Class [MergeOptions](../) +* Class [Document](../../) +* Namespace [Aspose::Pdf](../../../) +* Library [Aspose.PDF for C++](../../../../) diff --git a/english/cpp/aspose.pdf/htmlsaveoptions/_index.md b/english/cpp/aspose.pdf/htmlsaveoptions/_index.md index 1a6d779200..a6efd4cd9d 100644 --- a/english/cpp/aspose.pdf/htmlsaveoptions/_index.md +++ b/english/cpp/aspose.pdf/htmlsaveoptions/_index.md @@ -49,7 +49,7 @@ class HtmlSaveOptions : public Aspose::Pdf::UnifiedSaveOptions, | [get_DocumentType](./get_documenttype/)() const | Gets the [HtmlDocumentType](../htmldocumenttype/). | | [get_ExplicitListOfSavedPages](./get_explicitlistofsavedpages/)() override | With this property You can explicitely define what pages of document should be converted. Pages in this list must have 1-based numbers. I.e. valid numbers of pages must be taken from range (1...[NumberOfPagesInConvertedDocument]) Order of appearing of pages in this list does not affect their order in result HTML page(s) - in result pages allways will go in order in which they are present in source PDF. If this list is null (as it is by default), all pages will be converted. If any page number of this list will go out of range of present pages(1-[amountOfPagesInDocument]) exception will be thrown. | | [get_FixedLayout](./get_fixedlayout/)() const | Gets a value indicating whether that HTML is created as fixed layout. | -| [get_FlowLayoutParagraphFullWidth](./get_flowlayoutparagraphfullwidth/)() const | This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. | +| [get_FlowLayoutParagraphFullWidth](./get_flowlayoutparagraphfullwidth/)() const | This attribute specifies full width paragraph text for [Flow](../../aspose.pdf.flow/) mode, FixedLayout = false. | | [get_FontSources](./get_fontsources/)() const | Font sources of pre-saved fonts. | | [get_IgnoredTextFontSize](./get_ignoredtextfontsize/)() const | [Text](../../aspose.pdf.text/) with the specified size or less will be ignored during conversion. We do not remove this text, we ignore it and do not transfer it to the output file. | | [get_IgnoreResourceFontErrors](./get_ignoreresourcefonterrors/)() const | Gets indication that errors related to absence of font will be ignored. true - means that errors of absence of font will be ignored. [Text](../../aspose.pdf.text/) segments that refer to incorrect resources will be skipped during processing. false by default. | @@ -76,7 +76,7 @@ class HtmlSaveOptions : public Aspose::Pdf::UnifiedSaveOptions, | [set_DocumentType](./set_documenttype/)(HtmlDocumentType) | Sets the [HtmlDocumentType](../htmldocumenttype/). | | [set_ExplicitListOfSavedPages](./set_explicitlistofsavedpages/)(System::ArrayPtr\) override | With this property You can explicitely define what pages of document should be converted. Pages in this list must have 1-based numbers. I.e. valid numbers of pages must be taken from range (1...[NumberOfPagesInConvertedDocument]) Order of appearing of pages in this list does not affect their order in result HTML page(s) - in result pages allways will go in order in which they are present in source PDF. If this list is null (as it is by default), all pages will be converted. If any page number of this list will go out of range of present pages(1-[amountOfPagesInDocument]) exception will be thrown. | | [set_FixedLayout](./set_fixedlayout/)(bool) | Sets a value indicating whether that HTML is created as fixed layout. | -| [set_FlowLayoutParagraphFullWidth](./set_flowlayoutparagraphfullwidth/)(bool) | This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. | +| [set_FlowLayoutParagraphFullWidth](./set_flowlayoutparagraphfullwidth/)(bool) | This attribute specifies full width paragraph text for [Flow](../../aspose.pdf.flow/) mode, FixedLayout = false. | | [set_IgnoredTextFontSize](./set_ignoredtextfontsize/)(System::Nullable\) | [Text](../../aspose.pdf.text/) with the specified size or less will be ignored during conversion. We do not remove this text, we ignore it and do not transfer it to the output file. | | [set_IgnoreResourceFontErrors](./set_ignoreresourcefonterrors/)(bool) | Sets indication that errors related to absence of font will be ignored. true - means that errors of absence of font will be ignored. [Text](../../aspose.pdf.text/) segments that refer to incorrect resources will be skipped during processing. false by default. | | [set_ImageResolution](./set_imageresolution/)(int32_t) | Sets resolution for image rendering. | diff --git a/english/cpp/aspose.pdf/htmlsaveoptions/get_flowlayoutparagraphfullwidth/_index.md b/english/cpp/aspose.pdf/htmlsaveoptions/get_flowlayoutparagraphfullwidth/_index.md index 7c66e3cfa2..14bdc96b0d 100644 --- a/english/cpp/aspose.pdf/htmlsaveoptions/get_flowlayoutparagraphfullwidth/_index.md +++ b/english/cpp/aspose.pdf/htmlsaveoptions/get_flowlayoutparagraphfullwidth/_index.md @@ -10,7 +10,7 @@ url: /cpp/aspose.pdf/htmlsaveoptions/get_flowlayoutparagraphfullwidth/ ## HtmlSaveOptions::get_FlowLayoutParagraphFullWidth method -This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. +This attribute specifies full width paragraph text for [Flow](../../../aspose.pdf.flow/) mode, FixedLayout = false. ```cpp bool Aspose::Pdf::HtmlSaveOptions::get_FlowLayoutParagraphFullWidth() const diff --git a/english/cpp/aspose.pdf/htmlsaveoptions/set_flowlayoutparagraphfullwidth/_index.md b/english/cpp/aspose.pdf/htmlsaveoptions/set_flowlayoutparagraphfullwidth/_index.md index c72dcf234d..0ed3bc8c2e 100644 --- a/english/cpp/aspose.pdf/htmlsaveoptions/set_flowlayoutparagraphfullwidth/_index.md +++ b/english/cpp/aspose.pdf/htmlsaveoptions/set_flowlayoutparagraphfullwidth/_index.md @@ -10,7 +10,7 @@ url: /cpp/aspose.pdf/htmlsaveoptions/set_flowlayoutparagraphfullwidth/ ## HtmlSaveOptions::set_FlowLayoutParagraphFullWidth method -This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. +This attribute specifies full width paragraph text for [Flow](../../../aspose.pdf.flow/) mode, FixedLayout = false. ```cpp void Aspose::Pdf::HtmlSaveOptions::set_FlowLayoutParagraphFullWidth(bool value) diff --git a/english/cpp/aspose.pdf/pagecollectionextension/_index.md b/english/cpp/aspose.pdf/pagecollectionextension/_index.md deleted file mode 100644 index de89dc1a43..0000000000 --- a/english/cpp/aspose.pdf/pagecollectionextension/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Pdf::PageCollectionExtension class -linktitle: PageCollectionExtension -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::PageCollectionExtension class. Represents the extension method for updating header and footer pagination in C++.' -type: docs -weight: 12900 -url: /cpp/aspose.pdf/pagecollectionextension/ ---- -## PageCollectionExtension class - - -Represents the extension method for updating header and footer pagination. - -```cpp -class PageCollectionExtension -``` - -## Methods - -| Method | Description | -| --- | --- | -| [PageCollectionExtension](./pagecollectionextension/)() | | -| static [UpdatePagination](./updatepagination/)(System::SharedPtr\) | Updates the header and footer page numbers and dates for all pages. This will work if the document has at least one pagination artifact with special settings data. All pages in the collection will be updated with the source artifact according to its settings. | -## See Also - -* Namespace [Aspose::Pdf](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/aspose.pdf/pagecollectionextension/pagecollectionextension/_index.md b/english/cpp/aspose.pdf/pagecollectionextension/pagecollectionextension/_index.md deleted file mode 100644 index aaf29b2bc2..0000000000 --- a/english/cpp/aspose.pdf/pagecollectionextension/pagecollectionextension/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::PageCollectionExtension::PageCollectionExtension constructor -linktitle: PageCollectionExtension -second_title: Aspose.PDF for C++ API Reference -description: 'How to use PageCollectionExtension constructor of Aspose::Pdf::PageCollectionExtension class in C++.' -type: docs -weight: 200 -url: /cpp/aspose.pdf/pagecollectionextension/pagecollectionextension/ ---- -## PageCollectionExtension::PageCollectionExtension constructor - - - - -```cpp -Aspose::Pdf::PageCollectionExtension::PageCollectionExtension()=delete -``` - -## See Also - -* Class [PageCollectionExtension](../) -* Namespace [Aspose::Pdf](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf/pagecollectionextension/updatepagination/_index.md b/english/cpp/aspose.pdf/pagecollectionextension/updatepagination/_index.md deleted file mode 100644 index b49ae4d8e9..0000000000 --- a/english/cpp/aspose.pdf/pagecollectionextension/updatepagination/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Aspose::Pdf::PageCollectionExtension::UpdatePagination method -linktitle: UpdatePagination -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::PageCollectionExtension::UpdatePagination method. Updates the header and footer page numbers and dates for all pages. This will work if the document has at least one pagination artifact with special settings data. All pages in the collection will be updated with the source artifact according to its settings in C++.' -type: docs -weight: 100 -url: /cpp/aspose.pdf/pagecollectionextension/updatepagination/ ---- -## PageCollectionExtension::UpdatePagination method - - -Updates the header and footer page numbers and dates for all pages. This will work if the document has at least one pagination artifact with special settings data. All pages in the collection will be updated with the source artifact according to its settings. - -```cpp -static void Aspose::Pdf::PageCollectionExtension::UpdatePagination(System::SharedPtr pageCollection) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| pageCollection | System::SharedPtr\ | The page collection. | - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [PageCollection](../../pagecollection/) -* Class [PageCollectionExtension](../) -* Namespace [Aspose::Pdf](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf/paragraphs/_anonymous_method_0/_index.md b/english/cpp/aspose.pdf/paragraphs/_anonymous_method_0/_index.md deleted file mode 100644 index 6f35f36c39..0000000000 --- a/english/cpp/aspose.pdf/paragraphs/_anonymous_method_0/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Aspose::Pdf::Paragraphs::_anonymous_method_0 method -linktitle: _anonymous_method_0 -second_title: Aspose.PDF for C++ API Reference -description: 'How to use _anonymous_method_0 method of Aspose::Pdf::Paragraphs class in C++.' -type: docs -weight: 2300 -url: /cpp/aspose.pdf/paragraphs/_anonymous_method_0/ ---- -## Paragraphs::_anonymous_method_0 method - - - - -```cpp -static int32_t Aspose::Pdf::Paragraphs::_anonymous_method_0(System::SharedPtr x, System::SharedPtr y) -``` - -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [BaseParagraph](../../baseparagraph/) -* Class [Paragraphs](../) -* Namespace [Aspose::Pdf](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/aspose.pdf/pdfformat/_index.md b/english/cpp/aspose.pdf/pdfformat/_index.md index 457d6f6d4d..87370bbd99 100644 --- a/english/cpp/aspose.pdf/pdfformat/_index.md +++ b/english/cpp/aspose.pdf/pdfformat/_index.md @@ -46,6 +46,7 @@ enum class PdfFormat | PDF_A_4E | 23 | PDF/A-4e format. | | PDF_A_4F | 24 | PDF/A-4f format. | | PDF_X_4 | 25 | PDF/X-4 format. | +| PDF_E_1 | 26 | PDF/E-1 (PDF 1.6) format. | ## See Also diff --git a/english/cpp/aspose.pdf/rectangle/empty/_index.md b/english/cpp/aspose.pdf/rectangle/empty/_index.md deleted file mode 100644 index 04783f640a..0000000000 --- a/english/cpp/aspose.pdf/rectangle/empty/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Aspose::Pdf::Rectangle::Empty field -linktitle: Empty -second_title: Aspose.PDF for C++ API Reference -description: 'Aspose::Pdf::Rectangle::Empty field. Empty rectangle in C++.' -type: docs -weight: 3300 -url: /cpp/aspose.pdf/rectangle/empty/ ---- -## Empty field - - -Empty rectangle. - -```cpp -static System::SharedPtr Aspose::Pdf::Rectangle::Empty -``` - -## See Also - -* Class [Rectangle](../) -* Namespace [Aspose::Pdf](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.collections.concurrent/_index.md b/english/cpp/system.collections.concurrent/_index.md index fefe5bae63..c5974a03b6 100644 --- a/english/cpp/system.collections.concurrent/_index.md +++ b/english/cpp/system.collections.concurrent/_index.md @@ -4,7 +4,7 @@ linktitle: System::Collections::Concurrent second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Collections::Concurrent namespace in C++.' type: docs -weight: 2800 +weight: 2900 url: /cpp/system.collections.concurrent/ --- diff --git a/english/cpp/system.collections.generic/_index.md b/english/cpp/system.collections.generic/_index.md index 0379e41290..314741306d 100644 --- a/english/cpp/system.collections.generic/_index.md +++ b/english/cpp/system.collections.generic/_index.md @@ -4,7 +4,7 @@ linktitle: System::Collections::Generic second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Collections::Generic namespace in C++.' type: docs -weight: 2900 +weight: 3000 url: /cpp/system.collections.generic/ --- diff --git a/english/cpp/system.collections.objectmodel/_index.md b/english/cpp/system.collections.objectmodel/_index.md index f84bfe5f36..cd7e2abad4 100644 --- a/english/cpp/system.collections.objectmodel/_index.md +++ b/english/cpp/system.collections.objectmodel/_index.md @@ -4,7 +4,7 @@ linktitle: System::Collections::ObjectModel second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Collections::ObjectModel namespace in C++.' type: docs -weight: 3000 +weight: 3100 url: /cpp/system.collections.objectmodel/ --- diff --git a/english/cpp/system.collections.specialized/_index.md b/english/cpp/system.collections.specialized/_index.md index 57c54ba994..1c10dcdf5f 100644 --- a/english/cpp/system.collections.specialized/_index.md +++ b/english/cpp/system.collections.specialized/_index.md @@ -4,7 +4,7 @@ linktitle: System::Collections::Specialized second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Collections::Specialized namespace in C++.' type: docs -weight: 3100 +weight: 3200 url: /cpp/system.collections.specialized/ --- diff --git a/english/cpp/system.collections/_index.md b/english/cpp/system.collections/_index.md index d60a3d8ddd..ef3312d992 100644 --- a/english/cpp/system.collections/_index.md +++ b/english/cpp/system.collections/_index.md @@ -4,7 +4,7 @@ linktitle: System::Collections second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Collections namespace in C++.' type: docs -weight: 2700 +weight: 2800 url: /cpp/system.collections/ --- diff --git a/english/cpp/system.componentmodel.design.serialization/_index.md b/english/cpp/system.componentmodel.design.serialization/_index.md index 6e00344e54..d311cc2b5b 100644 --- a/english/cpp/system.componentmodel.design.serialization/_index.md +++ b/english/cpp/system.componentmodel.design.serialization/_index.md @@ -4,7 +4,7 @@ linktitle: System::ComponentModel::Design::Serialization second_title: Aspose.PDF for C++ API Reference description: 'How to use System::ComponentModel::Design::Serialization namespace in C++.' type: docs -weight: 3300 +weight: 3400 url: /cpp/system.componentmodel.design.serialization/ --- diff --git a/english/cpp/system.componentmodel/_index.md b/english/cpp/system.componentmodel/_index.md index 6ed861552b..800d84204a 100644 --- a/english/cpp/system.componentmodel/_index.md +++ b/english/cpp/system.componentmodel/_index.md @@ -4,7 +4,7 @@ linktitle: System::ComponentModel second_title: Aspose.PDF for C++ API Reference description: 'How to use System::ComponentModel namespace in C++.' type: docs -weight: 3200 +weight: 3300 url: /cpp/system.componentmodel/ --- diff --git a/english/cpp/system.data.common/_index.md b/english/cpp/system.data.common/_index.md index 36d0221cba..2ac963512c 100644 --- a/english/cpp/system.data.common/_index.md +++ b/english/cpp/system.data.common/_index.md @@ -4,7 +4,7 @@ linktitle: System::Data::Common second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Data::Common namespace in C++.' type: docs -weight: 3500 +weight: 3600 url: /cpp/system.data.common/ --- diff --git a/english/cpp/system.data.sqlclient/_index.md b/english/cpp/system.data.sqlclient/_index.md index 571260e988..0d7a59de0c 100644 --- a/english/cpp/system.data.sqlclient/_index.md +++ b/english/cpp/system.data.sqlclient/_index.md @@ -4,7 +4,7 @@ linktitle: System::Data::SqlClient second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Data::SqlClient namespace in C++.' type: docs -weight: 3600 +weight: 3700 url: /cpp/system.data.sqlclient/ --- diff --git a/english/cpp/system.data/_index.md b/english/cpp/system.data/_index.md index c7577cd0d0..0f4944dd32 100644 --- a/english/cpp/system.data/_index.md +++ b/english/cpp/system.data/_index.md @@ -4,7 +4,7 @@ linktitle: System::Data second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Data namespace in C++.' type: docs -weight: 3400 +weight: 3500 url: /cpp/system.data/ --- diff --git a/english/cpp/system.diagnostics/_index.md b/english/cpp/system.diagnostics/_index.md index a0d33e7de9..442fb1343f 100644 --- a/english/cpp/system.diagnostics/_index.md +++ b/english/cpp/system.diagnostics/_index.md @@ -4,7 +4,7 @@ linktitle: System::Diagnostics second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Diagnostics namespace in C++.' type: docs -weight: 3700 +weight: 3800 url: /cpp/system.diagnostics/ --- diff --git a/english/cpp/system.drawing.drawing2d/_index.md b/english/cpp/system.drawing.drawing2d/_index.md index a6f360f0c7..499cdcebdc 100644 --- a/english/cpp/system.drawing.drawing2d/_index.md +++ b/english/cpp/system.drawing.drawing2d/_index.md @@ -4,7 +4,7 @@ linktitle: System::Drawing::Drawing2D second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Drawing::Drawing2D namespace in C++.' type: docs -weight: 3900 +weight: 4000 url: /cpp/system.drawing.drawing2d/ --- diff --git a/english/cpp/system.drawing.imaging/_index.md b/english/cpp/system.drawing.imaging/_index.md index 4110235d03..dbd300fa17 100644 --- a/english/cpp/system.drawing.imaging/_index.md +++ b/english/cpp/system.drawing.imaging/_index.md @@ -4,7 +4,7 @@ linktitle: System::Drawing::Imaging second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Drawing::Imaging namespace in C++.' type: docs -weight: 4000 +weight: 4100 url: /cpp/system.drawing.imaging/ --- diff --git a/english/cpp/system.drawing.printing/_index.md b/english/cpp/system.drawing.printing/_index.md index e1ad449ec6..b2a8a7878f 100644 --- a/english/cpp/system.drawing.printing/_index.md +++ b/english/cpp/system.drawing.printing/_index.md @@ -4,7 +4,7 @@ linktitle: System::Drawing::Printing second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Drawing::Printing namespace in C++.' type: docs -weight: 4100 +weight: 4200 url: /cpp/system.drawing.printing/ --- diff --git a/english/cpp/system.drawing.text/_index.md b/english/cpp/system.drawing.text/_index.md index 0cc392ff72..be090d74b6 100644 --- a/english/cpp/system.drawing.text/_index.md +++ b/english/cpp/system.drawing.text/_index.md @@ -4,7 +4,7 @@ linktitle: System::Drawing::Text second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Drawing::Text namespace in C++.' type: docs -weight: 4200 +weight: 4300 url: /cpp/system.drawing.text/ --- diff --git a/english/cpp/system.drawing/_index.md b/english/cpp/system.drawing/_index.md index 5d7d0ebe85..14a9690317 100644 --- a/english/cpp/system.drawing/_index.md +++ b/english/cpp/system.drawing/_index.md @@ -4,7 +4,7 @@ linktitle: System::Drawing second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Drawing namespace in C++.' type: docs -weight: 3800 +weight: 3900 url: /cpp/system.drawing/ --- diff --git a/english/cpp/system.drawing/brush/clone/_index.md b/english/cpp/system.drawing/brush/clone/_index.md deleted file mode 100644 index 653c6c4331..0000000000 --- a/english/cpp/system.drawing/brush/clone/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: System::Drawing::Brush::Clone method -linktitle: Clone -second_title: Aspose.PDF for C++ API Reference -description: 'System::Drawing::Brush::Clone method. RTTI information in C++.' -type: docs -weight: 100 -url: /cpp/system.drawing/brush/clone/ ---- -## Brush::Clone method - - -RTTI information. - -```cpp -virtual SharedPtr System::Drawing::Brush::Clone()=0 -``` - - -### ReturnValue - -A shared pointer to the copy of the current object. -## Remarks - - -Creates a copy of the current object. -## See Also - -* Typedef [SharedPtr](../../../system/sharedptr/) -* Class [Brush](../) -* Class [Brush](../) -* Namespace [System::Drawing](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.drawing/brush/dispose/_index.md b/english/cpp/system.drawing/brush/dispose/_index.md deleted file mode 100644 index 31b109616c..0000000000 --- a/english/cpp/system.drawing/brush/dispose/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: System::Drawing::Brush::Dispose method -linktitle: Dispose -second_title: Aspose.PDF for C++ API Reference -description: 'System::Drawing::Brush::Dispose method. Releases operating system resources acquired by the current object in C++.' -type: docs -weight: 200 -url: /cpp/system.drawing/brush/dispose/ ---- -## Brush::Dispose method - - -Releases operating system resources acquired by the current object. - -```cpp -void System::Drawing::Brush::Dispose() -``` - -## See Also - -* Class [Brush](../) -* Namespace [System::Drawing](../../) -* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.globalization/_index.md b/english/cpp/system.globalization/_index.md index e031c3b711..6bd475ef75 100644 --- a/english/cpp/system.globalization/_index.md +++ b/english/cpp/system.globalization/_index.md @@ -4,7 +4,7 @@ linktitle: System::Globalization second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Globalization namespace in C++.' type: docs -weight: 4300 +weight: 4400 url: /cpp/system.globalization/ --- diff --git a/english/cpp/system.io.compression/_index.md b/english/cpp/system.io.compression/_index.md index 555e9f68d7..7b6de1f339 100644 --- a/english/cpp/system.io.compression/_index.md +++ b/english/cpp/system.io.compression/_index.md @@ -4,7 +4,7 @@ linktitle: System::IO::Compression second_title: Aspose.PDF for C++ API Reference description: 'How to use System::IO::Compression namespace in C++.' type: docs -weight: 4500 +weight: 4600 url: /cpp/system.io.compression/ --- diff --git a/english/cpp/system.io/_index.md b/english/cpp/system.io/_index.md index e9cc1fdafb..92dd560585 100644 --- a/english/cpp/system.io/_index.md +++ b/english/cpp/system.io/_index.md @@ -4,7 +4,7 @@ linktitle: System::IO second_title: Aspose.PDF for C++ API Reference description: 'How to use System::IO namespace in C++.' type: docs -weight: 4400 +weight: 4500 url: /cpp/system.io/ --- diff --git a/english/cpp/system.io/fileoptions/_index.md b/english/cpp/system.io/fileoptions/_index.md index 90b3391962..49a2b04fd4 100644 --- a/english/cpp/system.io/fileoptions/_index.md +++ b/english/cpp/system.io/fileoptions/_index.md @@ -25,7 +25,7 @@ enum class FileOptions | DeleteOnClose | 67108864 | The file should be automatically deleted when it is not in use anymore. | | SequentialScan | 134217728 | The file shoud be accesses sequentially. | | RandomAccess | 268435456 | The file is accessed randomly. | -| Asynchronous | 1073741824 | The file can be used for asynchronous I/O operations. NOT IMPLEMENTED. | +| Asynchronous | 1073741824 | The file can be used for asynchronous I/O operations. | | WriteThrough | n/a | All writes should go directly to the disk bypassing any intermediate cache. | ## See Also diff --git a/english/cpp/system.io/filestream/_index.md b/english/cpp/system.io/filestream/_index.md index 58f0346c37..c1770f17d6 100644 --- a/english/cpp/system.io/filestream/_index.md +++ b/english/cpp/system.io/filestream/_index.md @@ -23,9 +23,11 @@ class FileStream : public System::IO::Stream | [Close](./close/)() override | Closes the current [FileStream](./) object. | | [FileStream](./filestream/)(const String\&, FileMode) | Constructs a new instance of [FileStream](./) class and initializes it with the specified parameters. | | [FileStream](./filestream/)(const String\&, FileMode, FileAccess, FileShare, int32_t, FileOptions) | Constructs a new instance of [FileStream](./) class and initializes it with the specified parameters. | +| [FileStream](./filestream/)(const String\&, FileMode, FileAccess, FileShare, int32_t, bool) | Constructs a new instance of [FileStream](./) class and initializes it with the specified parameters. | | [FileStream](./filestream/)(const FileStream\&) | | | [Flush](./flush/)() override | Clears this stream's buffers and writes all buffered data to the underlying file. | | [Flush](./flush/)(bool) | Clears this stream's buffers and writes all buffered data to the underlying file. Synonym for method [Flush()](./flush/). | +| [FlushAsync](./flushasync/)(const Threading::CancellationToken\&) override | Asynchronously clears all buffers for this stream, causes any buffered data to be written to the underlying device, and monitors cancellation requests. | | [get_CanRead](./get_canread/)() const override | Determines if the stream is readable. | | [get_CanSeek](./get_canseek/)() const override | Determines if the stream supports seeking. | | [get_CanWrite](./get_canwrite/)() const override | Determines if the stream is writable. | @@ -35,12 +37,14 @@ class FileStream : public System::IO::Stream | [operator=](./operator=/)(const FileStream\&) | | | [Read](./read/)(const ArrayPtr\\&, int32_t, int32_t) override | Reads the specified number of bytes from the stream and writes them to the specified byte array. | | [Read](./read/)(const System::Details::ArrayView\\&, int32_t, int32_t) override | Reads the specified number of bytes from the stream and writes them to the specified byte array. | +| [ReadAsync](./readasync/)(const ArrayPtr\\&, int32_t, int32_t, const Threading::CancellationToken\&) override | Asynchronously reads a sequence of bytes from the current stream, advances the position within the stream by the number of bytes read, and monitors cancellation requests. | | [ReadByte](./readbyte/)() override | Reads a single byte from the stream and returns a 32-bit integer value equivalent to the value of the read byte. | | [Seek](./seek/)(int64_t, SeekOrigin) override | Sets the position of the stream represented by the current object. | | [set_Position](./set_position/)(int64_t) override | Flushes the stream and then sets the stream's position. | | [SetLength](./setlength/)(int64_t) override | Sets the length of the stream represented by the current object. | | [Write](./write/)(const ArrayPtr\\&, int32_t, int32_t) override | Writes the specified subrange of bytes from the specified byte array to the stream. | | [Write](./write/)(const System::Details::ArrayView\\&, int32_t, int32_t) override | Writes the specified subrange of bytes from the specified byte array to the stream. | +| [WriteAsync](./writeasync/)(const ArrayPtr\\&, int32_t, int32_t, const Threading::CancellationToken\&) override | Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests. | | [WriteByte](./writebyte/)(uint8_t) override | Writes the specified unsigned 8-bit integer value to the stream. | | [~FileStream](./~filestream/)() | Destructor. | ## Fields diff --git a/english/cpp/system.io/filestream/defaultbuffersize/_index.md b/english/cpp/system.io/filestream/defaultbuffersize/_index.md index b4f38b7fce..70fffc1044 100644 --- a/english/cpp/system.io/filestream/defaultbuffersize/_index.md +++ b/english/cpp/system.io/filestream/defaultbuffersize/_index.md @@ -4,7 +4,7 @@ linktitle: DefaultBufferSize second_title: Aspose.PDF for C++ API Reference description: 'System::IO::FileStream::DefaultBufferSize field. Default value of the number of bytes bufferred during read and write operations in C++.' type: docs -weight: 1900 +weight: 2200 url: /cpp/system.io/filestream/defaultbuffersize/ --- ## DefaultBufferSize field diff --git a/english/cpp/system.io/filestream/filestream/_index.md b/english/cpp/system.io/filestream/filestream/_index.md index 15096783d3..e7df8588b6 100644 --- a/english/cpp/system.io/filestream/filestream/_index.md +++ b/english/cpp/system.io/filestream/filestream/_index.md @@ -44,6 +44,39 @@ System::IO::FileStream::FileStream(const String &path, FileMode mode) * Class [FileStream](../) * Namespace [System::IO](../../) * Library [Aspose.PDF for C++](../../../) +## FileStream::FileStream(const String\&, FileMode, FileAccess, FileShare, int32_t, bool) constructor + + +Constructs a new instance of [FileStream](../) class and initializes it with the specified parameters. + +```cpp +System::IO::FileStream::FileStream(const String &path, FileMode mode, FileAccess access, FileShare share, int32_t buffer_size, bool useAsync) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| path | const String\& | The path of the file to open. | +| mode | FileMode | Specifies the mode in which to open the file. | +| access | FileAccess | The requested access type. | +| share | FileShare | The type of access that other [FileStream](../) objects have to the opened file. | +| buffer_size | int32_t | The number of bytes bufferred during read and write operations. | +| useAsync | bool | Specifies whether to use asynchronous I/O or synchronous I/O. | +## Remarks + + + +The underlying operating system might not support asynchronous I/O. + +## See Also + +* Class [String](../../../system/string/) +* Enum [FileMode](../../filemode/) +* Enum [FileAccess](../../fileaccess/) +* Enum [FileShare](../../fileshare/) +* Class [FileStream](../) +* Namespace [System::IO](../../) +* Library [Aspose.PDF for C++](../../../) ## FileStream::FileStream(const String\&, FileMode, FileAccess, FileShare, int32_t, FileOptions) constructor diff --git a/english/cpp/system.io/filestream/flushasync/_index.md b/english/cpp/system.io/filestream/flushasync/_index.md new file mode 100644 index 0000000000..daf3f8fe7f --- /dev/null +++ b/english/cpp/system.io/filestream/flushasync/_index.md @@ -0,0 +1,34 @@ +--- +title: System::IO::FileStream::FlushAsync method +linktitle: FlushAsync +second_title: Aspose.PDF for C++ API Reference +description: 'System::IO::FileStream::FlushAsync method. Asynchronously clears all buffers for this stream, causes any buffered data to be written to the underlying device, and monitors cancellation requests in C++.' +type: docs +weight: 500 +url: /cpp/system.io/filestream/flushasync/ +--- +## FileStream::FlushAsync method + + +Asynchronously clears all buffers for this stream, causes any buffered data to be written to the underlying device, and monitors cancellation requests. + +```cpp +TaskPtr System::IO::FileStream::FlushAsync(const Threading::CancellationToken &cancellationToken) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cancellationToken | const Threading::CancellationToken\& | The token to monitor for cancellation requests. | + +### ReturnValue + +A task that represents the asynchronous flush operation. + +## See Also + +* Typedef [TaskPtr](../../../system/taskptr/) +* Class [CancellationToken](../../../system.threading/cancellationtoken/) +* Class [FileStream](../) +* Namespace [System::IO](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.io/filestream/get_canread/_index.md b/english/cpp/system.io/filestream/get_canread/_index.md index fdc641081a..c65a95c288 100644 --- a/english/cpp/system.io/filestream/get_canread/_index.md +++ b/english/cpp/system.io/filestream/get_canread/_index.md @@ -4,7 +4,7 @@ linktitle: get_CanRead second_title: Aspose.PDF for C++ API Reference description: 'System::IO::FileStream::get_CanRead method. Determines if the stream is readable in C++.' type: docs -weight: 500 +weight: 600 url: /cpp/system.io/filestream/get_canread/ --- ## FileStream::get_CanRead method diff --git a/english/cpp/system.io/filestream/get_canseek/_index.md b/english/cpp/system.io/filestream/get_canseek/_index.md index 3b7fa7cf43..8186679714 100644 --- a/english/cpp/system.io/filestream/get_canseek/_index.md +++ b/english/cpp/system.io/filestream/get_canseek/_index.md @@ -4,7 +4,7 @@ linktitle: get_CanSeek second_title: Aspose.PDF for C++ API Reference description: 'System::IO::FileStream::get_CanSeek method. Determines if the stream supports seeking in C++.' type: docs -weight: 600 +weight: 700 url: /cpp/system.io/filestream/get_canseek/ --- ## FileStream::get_CanSeek method diff --git a/english/cpp/system.io/filestream/get_canwrite/_index.md b/english/cpp/system.io/filestream/get_canwrite/_index.md index 9abe26227e..72477fd655 100644 --- a/english/cpp/system.io/filestream/get_canwrite/_index.md +++ b/english/cpp/system.io/filestream/get_canwrite/_index.md @@ -4,7 +4,7 @@ linktitle: get_CanWrite second_title: Aspose.PDF for C++ API Reference description: 'System::IO::FileStream::get_CanWrite method. Determines if the stream is writable in C++.' type: docs -weight: 700 +weight: 800 url: /cpp/system.io/filestream/get_canwrite/ --- ## FileStream::get_CanWrite method diff --git a/english/cpp/system.io/filestream/get_length/_index.md b/english/cpp/system.io/filestream/get_length/_index.md index 04a5b25053..8fb0cac8c2 100644 --- a/english/cpp/system.io/filestream/get_length/_index.md +++ b/english/cpp/system.io/filestream/get_length/_index.md @@ -4,7 +4,7 @@ linktitle: get_Length second_title: Aspose.PDF for C++ API Reference description: 'System::IO::FileStream::get_Length method. Returns the length of the stream in bytes in C++.' type: docs -weight: 800 +weight: 900 url: /cpp/system.io/filestream/get_length/ --- ## FileStream::get_Length method diff --git a/english/cpp/system.io/filestream/get_name/_index.md b/english/cpp/system.io/filestream/get_name/_index.md index 6fe03855f2..c9f86b7f24 100644 --- a/english/cpp/system.io/filestream/get_name/_index.md +++ b/english/cpp/system.io/filestream/get_name/_index.md @@ -4,7 +4,7 @@ linktitle: get_Name second_title: Aspose.PDF for C++ API Reference description: 'System::IO::FileStream::get_Name method. Returns the name of the file encapsulated by the current FileStream object in C++.' type: docs -weight: 900 +weight: 1000 url: /cpp/system.io/filestream/get_name/ --- ## FileStream::get_Name method diff --git a/english/cpp/system.io/filestream/get_position/_index.md b/english/cpp/system.io/filestream/get_position/_index.md index 11d3f51725..3cb64d4051 100644 --- a/english/cpp/system.io/filestream/get_position/_index.md +++ b/english/cpp/system.io/filestream/get_position/_index.md @@ -4,7 +4,7 @@ linktitle: get_Position second_title: Aspose.PDF for C++ API Reference description: 'System::IO::FileStream::get_Position method. Returns the current position of the stream in C++.' type: docs -weight: 1000 +weight: 1100 url: /cpp/system.io/filestream/get_position/ --- ## FileStream::get_Position method diff --git a/english/cpp/system.io/filestream/operator=/_index.md b/english/cpp/system.io/filestream/operator=/_index.md index d8313a207a..a7a3a43992 100644 --- a/english/cpp/system.io/filestream/operator=/_index.md +++ b/english/cpp/system.io/filestream/operator=/_index.md @@ -4,7 +4,7 @@ linktitle: operator= second_title: Aspose.PDF for C++ API Reference description: 'How to use operator= method of System::IO::FileStream class in C++.' type: docs -weight: 1100 +weight: 1200 url: /cpp/system.io/filestream/operator=/ --- ## FileStream::operator= method diff --git a/english/cpp/system.io/filestream/read/_index.md b/english/cpp/system.io/filestream/read/_index.md index 52195c3657..e2b07c0c92 100644 --- a/english/cpp/system.io/filestream/read/_index.md +++ b/english/cpp/system.io/filestream/read/_index.md @@ -4,7 +4,7 @@ linktitle: Read second_title: Aspose.PDF for C++ API Reference description: 'System::IO::FileStream::Read method. Reads the specified number of bytes from the stream and writes them to the specified byte array in C++.' type: docs -weight: 1200 +weight: 1300 url: /cpp/system.io/filestream/read/ --- ## FileStream::Read(const ArrayPtr\\&, int32_t, int32_t) method diff --git a/english/cpp/system.io/filestream/readasync/_index.md b/english/cpp/system.io/filestream/readasync/_index.md new file mode 100644 index 0000000000..e16630bb77 --- /dev/null +++ b/english/cpp/system.io/filestream/readasync/_index.md @@ -0,0 +1,38 @@ +--- +title: System::IO::FileStream::ReadAsync method +linktitle: ReadAsync +second_title: Aspose.PDF for C++ API Reference +description: 'System::IO::FileStream::ReadAsync method. Asynchronously reads a sequence of bytes from the current stream, advances the position within the stream by the number of bytes read, and monitors cancellation requests in C++.' +type: docs +weight: 1400 +url: /cpp/system.io/filestream/readasync/ +--- +## FileStream::ReadAsync method + + +Asynchronously reads a sequence of bytes from the current stream, advances the position within the stream by the number of bytes read, and monitors cancellation requests. + +```cpp +RTaskPtr System::IO::FileStream::ReadAsync(const ArrayPtr &buffer, int32_t offset, int32_t count, const Threading::CancellationToken &cancellationToken) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| buffer | const ArrayPtr\\& | The byte array to write the read bytes to. | +| offset | int32_t | A 0-based position in **buffer** to start writing at. | +| count | int32_t | The number of bytes to read. | +| cancellationToken | const Threading::CancellationToken\& | The token to monitor for cancellation requests. | + +### ReturnValue + +A task that represents the asynchronous read operation. The value of the TResult parameter contains the total number of bytes read into the buffer. The result value can be less than the number of bytes requested if the number of bytes currently available is less than the requested number, or it can be 0 (zero) if the end of the stream has been reached. + +## See Also + +* Typedef [RTaskPtr](../../../system/rtaskptr/) +* Typedef [ArrayPtr](../../../system/arrayptr/) +* Class [CancellationToken](../../../system.threading/cancellationtoken/) +* Class [FileStream](../) +* Namespace [System::IO](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.io/filestream/readbyte/_index.md b/english/cpp/system.io/filestream/readbyte/_index.md index a1374aa517..b2cc8f08e4 100644 --- a/english/cpp/system.io/filestream/readbyte/_index.md +++ b/english/cpp/system.io/filestream/readbyte/_index.md @@ -4,7 +4,7 @@ linktitle: ReadByte second_title: Aspose.PDF for C++ API Reference description: 'System::IO::FileStream::ReadByte method. Reads a single byte from the stream and returns a 32-bit integer value equivalent to the value of the read byte in C++.' type: docs -weight: 1300 +weight: 1500 url: /cpp/system.io/filestream/readbyte/ --- ## FileStream::ReadByte method diff --git a/english/cpp/system.io/filestream/seek/_index.md b/english/cpp/system.io/filestream/seek/_index.md index e4902c3453..35afbe31b6 100644 --- a/english/cpp/system.io/filestream/seek/_index.md +++ b/english/cpp/system.io/filestream/seek/_index.md @@ -4,7 +4,7 @@ linktitle: Seek second_title: Aspose.PDF for C++ API Reference description: 'System::IO::FileStream::Seek method. Sets the position of the stream represented by the current object in C++.' type: docs -weight: 1400 +weight: 1600 url: /cpp/system.io/filestream/seek/ --- ## FileStream::Seek method diff --git a/english/cpp/system.io/filestream/set_position/_index.md b/english/cpp/system.io/filestream/set_position/_index.md index 083b7237b8..8c2bbfe1e7 100644 --- a/english/cpp/system.io/filestream/set_position/_index.md +++ b/english/cpp/system.io/filestream/set_position/_index.md @@ -4,7 +4,7 @@ linktitle: set_Position second_title: Aspose.PDF for C++ API Reference description: 'System::IO::FileStream::set_Position method. Flushes the stream and then sets the stream''s position in C++.' type: docs -weight: 1500 +weight: 1700 url: /cpp/system.io/filestream/set_position/ --- ## FileStream::set_Position method diff --git a/english/cpp/system.io/filestream/setlength/_index.md b/english/cpp/system.io/filestream/setlength/_index.md index 1916d2107c..b749c1fa1d 100644 --- a/english/cpp/system.io/filestream/setlength/_index.md +++ b/english/cpp/system.io/filestream/setlength/_index.md @@ -4,7 +4,7 @@ linktitle: SetLength second_title: Aspose.PDF for C++ API Reference description: 'System::IO::FileStream::SetLength method. Sets the length of the stream represented by the current object in C++.' type: docs -weight: 1600 +weight: 1800 url: /cpp/system.io/filestream/setlength/ --- ## FileStream::SetLength method diff --git a/english/cpp/system.io/filestream/write/_index.md b/english/cpp/system.io/filestream/write/_index.md index 29285bb319..9b6668449d 100644 --- a/english/cpp/system.io/filestream/write/_index.md +++ b/english/cpp/system.io/filestream/write/_index.md @@ -4,7 +4,7 @@ linktitle: Write second_title: Aspose.PDF for C++ API Reference description: 'System::IO::FileStream::Write method. Writes the specified subrange of bytes from the specified byte array to the stream in C++.' type: docs -weight: 1700 +weight: 1900 url: /cpp/system.io/filestream/write/ --- ## FileStream::Write(const ArrayPtr\\&, int32_t, int32_t) method diff --git a/english/cpp/system.io/filestream/writeasync/_index.md b/english/cpp/system.io/filestream/writeasync/_index.md new file mode 100644 index 0000000000..24c42e16e4 --- /dev/null +++ b/english/cpp/system.io/filestream/writeasync/_index.md @@ -0,0 +1,38 @@ +--- +title: System::IO::FileStream::WriteAsync method +linktitle: WriteAsync +second_title: Aspose.PDF for C++ API Reference +description: 'System::IO::FileStream::WriteAsync method. Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests in C++.' +type: docs +weight: 2000 +url: /cpp/system.io/filestream/writeasync/ +--- +## FileStream::WriteAsync method + + +Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests. + +```cpp +TaskPtr System::IO::FileStream::WriteAsync(const ArrayPtr &buffer, int32_t offset, int32_t count, const Threading::CancellationToken &cancellationToken) override +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| buffer | const ArrayPtr\\& | The array containing the bytes to write. | +| offset | int32_t | A 0-based index of the elemnet in **buffer** at which the subrange to write begins. | +| count | int32_t | The number of elements in the subrange to write. | +| cancellationToken | const Threading::CancellationToken\& | The token to monitor for cancellation requests. | + +### ReturnValue + +A task that represents the asynchronous write operation. + +## See Also + +* Typedef [TaskPtr](../../../system/taskptr/) +* Typedef [ArrayPtr](../../../system/arrayptr/) +* Class [CancellationToken](../../../system.threading/cancellationtoken/) +* Class [FileStream](../) +* Namespace [System::IO](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.io/filestream/writebyte/_index.md b/english/cpp/system.io/filestream/writebyte/_index.md index 5eca6cbcfc..9ad1475bc3 100644 --- a/english/cpp/system.io/filestream/writebyte/_index.md +++ b/english/cpp/system.io/filestream/writebyte/_index.md @@ -4,7 +4,7 @@ linktitle: WriteByte second_title: Aspose.PDF for C++ API Reference description: 'System::IO::FileStream::WriteByte method. Writes the specified unsigned 8-bit integer value to the stream in C++.' type: docs -weight: 1800 +weight: 2100 url: /cpp/system.io/filestream/writebyte/ --- ## FileStream::WriteByte method diff --git a/english/cpp/system.io/stream/_index.md b/english/cpp/system.io/stream/_index.md index 54f3733f0d..21e9f9b6c1 100644 --- a/english/cpp/system.io/stream/_index.md +++ b/english/cpp/system.io/stream/_index.md @@ -29,6 +29,8 @@ class Stream : public System::IDisposable | virtual [EndRead](./endread/)(System::SharedPtr\) | Waits until the specified asynchronous read operation completes. | | virtual [EndWrite](./endwrite/)(System::SharedPtr\) | Ends an asynchronous write operation. Waits until the specified asynchronous write operation completes. | | virtual [Flush](./flush/)() | Clears this stream's buffers and writes all buffered data to the underlying storage. | +| virtual [FlushAsync](./flushasync/)(const Threading::CancellationToken\&) | Asynchronously clears all buffers for this stream, causes any buffered data to be written to the underlying device, and monitors cancellation requests. | +| [FlushAsync](./flushasync/)() | Asynchronously clears all buffers for this stream, causes any buffered data to be written to the underlying device, and monitors cancellation requests. | | virtual [get_CanRead](./get_canread/)() const | Determines if the stream is readable. | | virtual [get_CanSeek](./get_canseek/)() const | Determines if the stream supports seeking. | | virtual [get_CanTimeout](./get_cantimeout/)() const | Gets a value that determines whether the current stream can time out. | @@ -40,6 +42,8 @@ class Stream : public System::IDisposable | virtual [Read](./read/)(const ArrayPtr\\&, int32_t, int32_t) | Reads the specified number of bytes from the stream and writes them to the specified byte array. | | virtual [Read](./read/)(const System::Details::ArrayView\\&, int32_t, int32_t) | Reads the specified number of bytes from the stream and writes them to the specified byte array. | | [Read](./read/)(const System::Details::StackArray\\&, int32_t, int32_t) | Reads the specified number of bytes from the stream and writes them to the specified byte array. | +| virtual [ReadAsync](./readasync/)(const ArrayPtr\\&, int32_t, int32_t, const Threading::CancellationToken\&) | Asynchronously reads a sequence of bytes from the current stream, advances the position within the stream by the number of bytes read, and monitors cancellation requests. | +| [ReadAsync](./readasync/)(const ArrayPtr\\&, int32_t, int32_t) | Asynchronously reads a sequence of bytes from the current stream, advances the position within the stream by the number of bytes read, and monitors cancellation requests. | | virtual [ReadByte](./readbyte/)() | Reads a single byte from the stream and returns a 32-bit integer value equivalent to the value of the read byte. | | virtual [Seek](./seek/)(int64_t, SeekOrigin) | Sets the position of the stream represented by the current object. | | virtual [set_Position](./set_position/)(int64_t) | Sets the stream's position. | @@ -49,6 +53,8 @@ class Stream : public System::IDisposable | virtual [Write](./write/)(const ArrayPtr\\&, int32_t, int32_t) | Writes the specified subrange of bytes from the specified byte array to the stream. | | virtual [Write](./write/)(const System::Details::ArrayView\\&, int32_t, int32_t) | Writes the specified subrange of bytes from the specified byte array to the stream. | | [Write](./write/)(const System::Details::StackArray\\&, int32_t, int32_t) | Writes the specified subrange of bytes from the specified byte array to the stream. | +| virtual [WriteAsync](./writeasync/)(const ArrayPtr\\&, int32_t, int32_t, const Threading::CancellationToken\&) | Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests. | +| [WriteAsync](./writeasync/)(const ArrayPtr\\&, int32_t, int32_t) | Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests. | | virtual [WriteByte](./writebyte/)(uint8_t) | Writes the specified unsigned 8-bit integer value to the stream. | ## Fields diff --git a/english/cpp/system.io/stream/flushasync/_index.md b/english/cpp/system.io/stream/flushasync/_index.md new file mode 100644 index 0000000000..b93e7e8786 --- /dev/null +++ b/english/cpp/system.io/stream/flushasync/_index.md @@ -0,0 +1,54 @@ +--- +title: System::IO::Stream::FlushAsync method +linktitle: FlushAsync +second_title: Aspose.PDF for C++ API Reference +description: 'System::IO::Stream::FlushAsync method. Asynchronously clears all buffers for this stream, causes any buffered data to be written to the underlying device, and monitors cancellation requests in C++.' +type: docs +weight: 900 +url: /cpp/system.io/stream/flushasync/ +--- +## Stream::FlushAsync() method + + +Asynchronously clears all buffers for this stream, causes any buffered data to be written to the underlying device, and monitors cancellation requests. + +```cpp +TaskPtr System::IO::Stream::FlushAsync() +``` + + +### ReturnValue + +A task that represents the asynchronous flush operation. + +## See Also + +* Typedef [TaskPtr](../../../system/taskptr/) +* Class [Stream](../) +* Namespace [System::IO](../../) +* Library [Aspose.PDF for C++](../../../) +## Stream::FlushAsync(const Threading::CancellationToken\&) method + + +Asynchronously clears all buffers for this stream, causes any buffered data to be written to the underlying device, and monitors cancellation requests. + +```cpp +virtual TaskPtr System::IO::Stream::FlushAsync(const Threading::CancellationToken &cancellationToken) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cancellationToken | const Threading::CancellationToken\& | The token to monitor for cancellation requests. | + +### ReturnValue + +A task that represents the asynchronous flush operation. + +## See Also + +* Typedef [TaskPtr](../../../system/taskptr/) +* Class [CancellationToken](../../../system.threading/cancellationtoken/) +* Class [Stream](../) +* Namespace [System::IO](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.io/stream/get_canread/_index.md b/english/cpp/system.io/stream/get_canread/_index.md index 667acc40d6..f2fc8d9d89 100644 --- a/english/cpp/system.io/stream/get_canread/_index.md +++ b/english/cpp/system.io/stream/get_canread/_index.md @@ -4,7 +4,7 @@ linktitle: get_CanRead second_title: Aspose.PDF for C++ API Reference description: 'System::IO::Stream::get_CanRead method. Determines if the stream is readable in C++.' type: docs -weight: 900 +weight: 1000 url: /cpp/system.io/stream/get_canread/ --- ## Stream::get_CanRead method diff --git a/english/cpp/system.io/stream/get_canseek/_index.md b/english/cpp/system.io/stream/get_canseek/_index.md index 02fc2549fb..7ce9e8569d 100644 --- a/english/cpp/system.io/stream/get_canseek/_index.md +++ b/english/cpp/system.io/stream/get_canseek/_index.md @@ -4,7 +4,7 @@ linktitle: get_CanSeek second_title: Aspose.PDF for C++ API Reference description: 'System::IO::Stream::get_CanSeek method. Determines if the stream supports seeking in C++.' type: docs -weight: 1000 +weight: 1100 url: /cpp/system.io/stream/get_canseek/ --- ## Stream::get_CanSeek method diff --git a/english/cpp/system.io/stream/get_cantimeout/_index.md b/english/cpp/system.io/stream/get_cantimeout/_index.md index 2439310e4c..a58413e62a 100644 --- a/english/cpp/system.io/stream/get_cantimeout/_index.md +++ b/english/cpp/system.io/stream/get_cantimeout/_index.md @@ -4,7 +4,7 @@ linktitle: get_CanTimeout second_title: Aspose.PDF for C++ API Reference description: 'System::IO::Stream::get_CanTimeout method. Gets a value that determines whether the current stream can time out in C++.' type: docs -weight: 1100 +weight: 1200 url: /cpp/system.io/stream/get_cantimeout/ --- ## Stream::get_CanTimeout method diff --git a/english/cpp/system.io/stream/get_canwrite/_index.md b/english/cpp/system.io/stream/get_canwrite/_index.md index 79caffc7ff..d82c1f7e02 100644 --- a/english/cpp/system.io/stream/get_canwrite/_index.md +++ b/english/cpp/system.io/stream/get_canwrite/_index.md @@ -4,7 +4,7 @@ linktitle: get_CanWrite second_title: Aspose.PDF for C++ API Reference description: 'System::IO::Stream::get_CanWrite method. Determines if the stream is writable in C++.' type: docs -weight: 1200 +weight: 1300 url: /cpp/system.io/stream/get_canwrite/ --- ## Stream::get_CanWrite method diff --git a/english/cpp/system.io/stream/get_length/_index.md b/english/cpp/system.io/stream/get_length/_index.md index c1c73f122a..54b265da3c 100644 --- a/english/cpp/system.io/stream/get_length/_index.md +++ b/english/cpp/system.io/stream/get_length/_index.md @@ -4,7 +4,7 @@ linktitle: get_Length second_title: Aspose.PDF for C++ API Reference description: 'System::IO::Stream::get_Length method. Returns the length of the stream in bytes in C++.' type: docs -weight: 1300 +weight: 1400 url: /cpp/system.io/stream/get_length/ --- ## Stream::get_Length method diff --git a/english/cpp/system.io/stream/get_position/_index.md b/english/cpp/system.io/stream/get_position/_index.md index cacc67abf4..6ec98916b0 100644 --- a/english/cpp/system.io/stream/get_position/_index.md +++ b/english/cpp/system.io/stream/get_position/_index.md @@ -4,7 +4,7 @@ linktitle: get_Position second_title: Aspose.PDF for C++ API Reference description: 'System::IO::Stream::get_Position method. Returns the current position of the stream in C++.' type: docs -weight: 1400 +weight: 1500 url: /cpp/system.io/stream/get_position/ --- ## Stream::get_Position method diff --git a/english/cpp/system.io/stream/get_readtimeout/_index.md b/english/cpp/system.io/stream/get_readtimeout/_index.md index 650398d319..0d70fc3a1c 100644 --- a/english/cpp/system.io/stream/get_readtimeout/_index.md +++ b/english/cpp/system.io/stream/get_readtimeout/_index.md @@ -4,7 +4,7 @@ linktitle: get_ReadTimeout second_title: Aspose.PDF for C++ API Reference description: 'System::IO::Stream::get_ReadTimeout method. Gets a value, in milliseconds, that determines how long the stream will attempt to read before timing out in C++.' type: docs -weight: 1500 +weight: 1600 url: /cpp/system.io/stream/get_readtimeout/ --- ## Stream::get_ReadTimeout method diff --git a/english/cpp/system.io/stream/get_writetimeout/_index.md b/english/cpp/system.io/stream/get_writetimeout/_index.md index ab2bbda797..ef1776ddb4 100644 --- a/english/cpp/system.io/stream/get_writetimeout/_index.md +++ b/english/cpp/system.io/stream/get_writetimeout/_index.md @@ -4,7 +4,7 @@ linktitle: get_WriteTimeout second_title: Aspose.PDF for C++ API Reference description: 'System::IO::Stream::get_WriteTimeout method. Gets a value, in milliseconds, that determines how long the stream will attempt to write before timing out in C++.' type: docs -weight: 1600 +weight: 1700 url: /cpp/system.io/stream/get_writetimeout/ --- ## Stream::get_WriteTimeout method diff --git a/english/cpp/system.io/stream/null/_index.md b/english/cpp/system.io/stream/null/_index.md index 9566185a3a..41d599ae06 100644 --- a/english/cpp/system.io/stream/null/_index.md +++ b/english/cpp/system.io/stream/null/_index.md @@ -4,7 +4,7 @@ linktitle: Null second_title: Aspose.PDF for C++ API Reference description: 'System::IO::Stream::Null field. A stream with no underlying storage in C++.' type: docs -weight: 2600 +weight: 2900 url: /cpp/system.io/stream/null/ --- ## Null field diff --git a/english/cpp/system.io/stream/ptr/_index.md b/english/cpp/system.io/stream/ptr/_index.md index f649f39d43..f2697bf53a 100644 --- a/english/cpp/system.io/stream/ptr/_index.md +++ b/english/cpp/system.io/stream/ptr/_index.md @@ -4,7 +4,7 @@ linktitle: Ptr second_title: Aspose.PDF for C++ API Reference description: 'System::IO::Stream::Ptr typedef. An alias for a shared pointer to this class in C++.' type: docs -weight: 2700 +weight: 3000 url: /cpp/system.io/stream/ptr/ --- ## Ptr typedef diff --git a/english/cpp/system.io/stream/read/_index.md b/english/cpp/system.io/stream/read/_index.md index a8eac3a343..7d1b558cc6 100644 --- a/english/cpp/system.io/stream/read/_index.md +++ b/english/cpp/system.io/stream/read/_index.md @@ -4,7 +4,7 @@ linktitle: Read second_title: Aspose.PDF for C++ API Reference description: 'System::IO::Stream::Read method. Reads the specified number of bytes from the stream and writes them to the specified byte array in C++.' type: docs -weight: 1700 +weight: 1800 url: /cpp/system.io/stream/read/ --- ## Stream::Read(const ArrayPtr\\&, int32_t, int32_t) method diff --git a/english/cpp/system.io/stream/readasync/_index.md b/english/cpp/system.io/stream/readasync/_index.md new file mode 100644 index 0000000000..1ac3cfa40e --- /dev/null +++ b/english/cpp/system.io/stream/readasync/_index.md @@ -0,0 +1,65 @@ +--- +title: System::IO::Stream::ReadAsync method +linktitle: ReadAsync +second_title: Aspose.PDF for C++ API Reference +description: 'System::IO::Stream::ReadAsync method. Asynchronously reads a sequence of bytes from the current stream, advances the position within the stream by the number of bytes read, and monitors cancellation requests in C++.' +type: docs +weight: 1900 +url: /cpp/system.io/stream/readasync/ +--- +## Stream::ReadAsync(const ArrayPtr\\&, int32_t, int32_t) method + + +Asynchronously reads a sequence of bytes from the current stream, advances the position within the stream by the number of bytes read, and monitors cancellation requests. + +```cpp +RTaskPtr System::IO::Stream::ReadAsync(const ArrayPtr &buffer, int32_t offset, int32_t count) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| buffer | const ArrayPtr\\& | The byte array to write the read bytes to. | +| offset | int32_t | A 0-based position in **buffer** to start writing at. | +| count | int32_t | The number of bytes to read. | + +### ReturnValue + +A task that represents the asynchronous read operation. The value of the TResult parameter contains the total number of bytes read into the buffer. The result value can be less than the number of bytes requested if the number of bytes currently available is less than the requested number, or it can be 0 (zero) if the end of the stream has been reached. + +## See Also + +* Typedef [RTaskPtr](../../../system/rtaskptr/) +* Typedef [ArrayPtr](../../../system/arrayptr/) +* Class [Stream](../) +* Namespace [System::IO](../../) +* Library [Aspose.PDF for C++](../../../) +## Stream::ReadAsync(const ArrayPtr\\&, int32_t, int32_t, const Threading::CancellationToken\&) method + + +Asynchronously reads a sequence of bytes from the current stream, advances the position within the stream by the number of bytes read, and monitors cancellation requests. + +```cpp +virtual RTaskPtr System::IO::Stream::ReadAsync(const ArrayPtr &buffer, int32_t offset, int32_t count, const Threading::CancellationToken &cancellationToken) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| buffer | const ArrayPtr\\& | The byte array to write the read bytes to. | +| offset | int32_t | A 0-based position in **buffer** to start writing at. | +| count | int32_t | The number of bytes to read. | +| cancellationToken | const Threading::CancellationToken\& | The token to monitor for cancellation requests. | + +### ReturnValue + +A task that represents the asynchronous read operation. The value of the TResult parameter contains the total number of bytes read into the buffer. The result value can be less than the number of bytes requested if the number of bytes currently available is less than the requested number, or it can be 0 (zero) if the end of the stream has been reached. + +## See Also + +* Typedef [RTaskPtr](../../../system/rtaskptr/) +* Typedef [ArrayPtr](../../../system/arrayptr/) +* Class [CancellationToken](../../../system.threading/cancellationtoken/) +* Class [Stream](../) +* Namespace [System::IO](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.io/stream/readbyte/_index.md b/english/cpp/system.io/stream/readbyte/_index.md index 8d2b704bc1..1cc74debf8 100644 --- a/english/cpp/system.io/stream/readbyte/_index.md +++ b/english/cpp/system.io/stream/readbyte/_index.md @@ -4,7 +4,7 @@ linktitle: ReadByte second_title: Aspose.PDF for C++ API Reference description: 'System::IO::Stream::ReadByte method. Reads a single byte from the stream and returns a 32-bit integer value equivalent to the value of the read byte in C++.' type: docs -weight: 1800 +weight: 2000 url: /cpp/system.io/stream/readbyte/ --- ## Stream::ReadByte method diff --git a/english/cpp/system.io/stream/seek/_index.md b/english/cpp/system.io/stream/seek/_index.md index d2cab1c893..9ae301029b 100644 --- a/english/cpp/system.io/stream/seek/_index.md +++ b/english/cpp/system.io/stream/seek/_index.md @@ -4,7 +4,7 @@ linktitle: Seek second_title: Aspose.PDF for C++ API Reference description: 'System::IO::Stream::Seek method. Sets the position of the stream represented by the current object in C++.' type: docs -weight: 1900 +weight: 2100 url: /cpp/system.io/stream/seek/ --- ## Stream::Seek method diff --git a/english/cpp/system.io/stream/set_position/_index.md b/english/cpp/system.io/stream/set_position/_index.md index eaae677dc2..545a754cae 100644 --- a/english/cpp/system.io/stream/set_position/_index.md +++ b/english/cpp/system.io/stream/set_position/_index.md @@ -4,7 +4,7 @@ linktitle: set_Position second_title: Aspose.PDF for C++ API Reference description: 'System::IO::Stream::set_Position method. Sets the stream''s position in C++.' type: docs -weight: 2000 +weight: 2200 url: /cpp/system.io/stream/set_position/ --- ## Stream::set_Position method diff --git a/english/cpp/system.io/stream/set_readtimeout/_index.md b/english/cpp/system.io/stream/set_readtimeout/_index.md index 73926ab900..c57e16ed66 100644 --- a/english/cpp/system.io/stream/set_readtimeout/_index.md +++ b/english/cpp/system.io/stream/set_readtimeout/_index.md @@ -4,7 +4,7 @@ linktitle: set_ReadTimeout second_title: Aspose.PDF for C++ API Reference description: 'System::IO::Stream::set_ReadTimeout method. Sets a value that determines whether the current stream can time out in C++.' type: docs -weight: 2100 +weight: 2300 url: /cpp/system.io/stream/set_readtimeout/ --- ## Stream::set_ReadTimeout method diff --git a/english/cpp/system.io/stream/set_writetimeout/_index.md b/english/cpp/system.io/stream/set_writetimeout/_index.md index ac8194b89d..f22421ae22 100644 --- a/english/cpp/system.io/stream/set_writetimeout/_index.md +++ b/english/cpp/system.io/stream/set_writetimeout/_index.md @@ -4,7 +4,7 @@ linktitle: set_WriteTimeout second_title: Aspose.PDF for C++ API Reference description: 'System::IO::Stream::set_WriteTimeout method. Sets a value, in milliseconds, that determines how long the stream will attempt to read before timing out in C++.' type: docs -weight: 2200 +weight: 2400 url: /cpp/system.io/stream/set_writetimeout/ --- ## Stream::set_WriteTimeout method diff --git a/english/cpp/system.io/stream/setlength/_index.md b/english/cpp/system.io/stream/setlength/_index.md index cce76bacdd..bee1197aa9 100644 --- a/english/cpp/system.io/stream/setlength/_index.md +++ b/english/cpp/system.io/stream/setlength/_index.md @@ -4,7 +4,7 @@ linktitle: SetLength second_title: Aspose.PDF for C++ API Reference description: 'System::IO::Stream::SetLength method. Sets the length of the stream represented by the current object in C++.' type: docs -weight: 2300 +weight: 2500 url: /cpp/system.io/stream/setlength/ --- ## Stream::SetLength method diff --git a/english/cpp/system.io/stream/write/_index.md b/english/cpp/system.io/stream/write/_index.md index eb6be509a2..1125d61ecb 100644 --- a/english/cpp/system.io/stream/write/_index.md +++ b/english/cpp/system.io/stream/write/_index.md @@ -4,7 +4,7 @@ linktitle: Write second_title: Aspose.PDF for C++ API Reference description: 'System::IO::Stream::Write method. Writes the specified subrange of bytes from the specified byte array to the stream in C++.' type: docs -weight: 2400 +weight: 2600 url: /cpp/system.io/stream/write/ --- ## Stream::Write(const ArrayPtr\\&, int32_t, int32_t) method diff --git a/english/cpp/system.io/stream/writeasync/_index.md b/english/cpp/system.io/stream/writeasync/_index.md new file mode 100644 index 0000000000..2c7a3db2db --- /dev/null +++ b/english/cpp/system.io/stream/writeasync/_index.md @@ -0,0 +1,65 @@ +--- +title: System::IO::Stream::WriteAsync method +linktitle: WriteAsync +second_title: Aspose.PDF for C++ API Reference +description: 'System::IO::Stream::WriteAsync method. Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests in C++.' +type: docs +weight: 2700 +url: /cpp/system.io/stream/writeasync/ +--- +## Stream::WriteAsync(const ArrayPtr\\&, int32_t, int32_t) method + + +Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests. + +```cpp +TaskPtr System::IO::Stream::WriteAsync(const ArrayPtr &buffer, int32_t offset, int32_t count) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| buffer | const ArrayPtr\\& | The array containing the bytes to write. | +| offset | int32_t | A 0-based index of the elemnet in **buffer** at which the subrange to write begins. | +| count | int32_t | The number of elements in the subrange to write. | + +### ReturnValue + +A task that represents the asynchronous write operation. + +## See Also + +* Typedef [TaskPtr](../../../system/taskptr/) +* Typedef [ArrayPtr](../../../system/arrayptr/) +* Class [Stream](../) +* Namespace [System::IO](../../) +* Library [Aspose.PDF for C++](../../../) +## Stream::WriteAsync(const ArrayPtr\\&, int32_t, int32_t, const Threading::CancellationToken\&) method + + +Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests. + +```cpp +virtual TaskPtr System::IO::Stream::WriteAsync(const ArrayPtr &buffer, int32_t offset, int32_t count, const Threading::CancellationToken &cancellationToken) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| buffer | const ArrayPtr\\& | The array containing the bytes to write. | +| offset | int32_t | A 0-based index of the elemnet in **buffer** at which the subrange to write begins. | +| count | int32_t | The number of elements in the subrange to write. | +| cancellationToken | const Threading::CancellationToken\& | The token to monitor for cancellation requests. | + +### ReturnValue + +A task that represents the asynchronous write operation. + +## See Also + +* Typedef [TaskPtr](../../../system/taskptr/) +* Typedef [ArrayPtr](../../../system/arrayptr/) +* Class [CancellationToken](../../../system.threading/cancellationtoken/) +* Class [Stream](../) +* Namespace [System::IO](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.io/stream/writebyte/_index.md b/english/cpp/system.io/stream/writebyte/_index.md index 6d1dfb22a7..fe164c5619 100644 --- a/english/cpp/system.io/stream/writebyte/_index.md +++ b/english/cpp/system.io/stream/writebyte/_index.md @@ -4,7 +4,7 @@ linktitle: WriteByte second_title: Aspose.PDF for C++ API Reference description: 'System::IO::Stream::WriteByte method. Writes the specified unsigned 8-bit integer value to the stream in C++.' type: docs -weight: 2500 +weight: 2800 url: /cpp/system.io/stream/writebyte/ --- ## Stream::WriteByte method diff --git a/english/cpp/system.linq/_index.md b/english/cpp/system.linq/_index.md index 19defe4aca..a1b0d0947b 100644 --- a/english/cpp/system.linq/_index.md +++ b/english/cpp/system.linq/_index.md @@ -4,7 +4,7 @@ linktitle: System::Linq second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Linq namespace in C++.' type: docs -weight: 4600 +weight: 4700 url: /cpp/system.linq/ --- diff --git a/english/cpp/system.net.cache/_index.md b/english/cpp/system.net.cache/_index.md index 538e39eb56..4080d91207 100644 --- a/english/cpp/system.net.cache/_index.md +++ b/english/cpp/system.net.cache/_index.md @@ -4,7 +4,7 @@ linktitle: System::Net::Cache second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Net::Cache namespace in C++.' type: docs -weight: 4800 +weight: 4900 url: /cpp/system.net.cache/ --- diff --git a/english/cpp/system.net.http.headers/_index.md b/english/cpp/system.net.http.headers/_index.md index 14f3c0454d..7426fb9430 100644 --- a/english/cpp/system.net.http.headers/_index.md +++ b/english/cpp/system.net.http.headers/_index.md @@ -4,7 +4,7 @@ linktitle: System::Net::Http::Headers second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Net::Http::Headers namespace in C++.' type: docs -weight: 5000 +weight: 5100 url: /cpp/system.net.http.headers/ --- diff --git a/english/cpp/system.net.http/_index.md b/english/cpp/system.net.http/_index.md index 47a8af9647..5bc2461658 100644 --- a/english/cpp/system.net.http/_index.md +++ b/english/cpp/system.net.http/_index.md @@ -4,7 +4,7 @@ linktitle: System::Net::Http second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Net::Http namespace in C++.' type: docs -weight: 4900 +weight: 5000 url: /cpp/system.net.http/ --- diff --git a/english/cpp/system.net.networkinformation/_index.md b/english/cpp/system.net.networkinformation/_index.md index d68220fbc8..7ca180e1db 100644 --- a/english/cpp/system.net.networkinformation/_index.md +++ b/english/cpp/system.net.networkinformation/_index.md @@ -4,7 +4,7 @@ linktitle: System::Net::NetworkInformation second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Net::NetworkInformation namespace in C++.' type: docs -weight: 5100 +weight: 5200 url: /cpp/system.net.networkinformation/ --- diff --git a/english/cpp/system.net.security/_index.md b/english/cpp/system.net.security/_index.md index c292655eb7..7a1fddc472 100644 --- a/english/cpp/system.net.security/_index.md +++ b/english/cpp/system.net.security/_index.md @@ -4,7 +4,7 @@ linktitle: System::Net::Security second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Net::Security namespace in C++.' type: docs -weight: 5200 +weight: 5300 url: /cpp/system.net.security/ --- diff --git a/english/cpp/system.net.sockets/_index.md b/english/cpp/system.net.sockets/_index.md index c38a5b5a3b..3dccc445a4 100644 --- a/english/cpp/system.net.sockets/_index.md +++ b/english/cpp/system.net.sockets/_index.md @@ -4,7 +4,7 @@ linktitle: System::Net::Sockets second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Net::Sockets namespace in C++.' type: docs -weight: 5300 +weight: 5400 url: /cpp/system.net.sockets/ --- diff --git a/english/cpp/system.net/_index.md b/english/cpp/system.net/_index.md index fce71b75ba..92f8240ec1 100644 --- a/english/cpp/system.net/_index.md +++ b/english/cpp/system.net/_index.md @@ -4,7 +4,7 @@ linktitle: System::Net second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Net namespace in C++.' type: docs -weight: 4700 +weight: 4800 url: /cpp/system.net/ --- diff --git a/english/cpp/system.reflection/_index.md b/english/cpp/system.reflection/_index.md index 2b457cadcb..4ded8e12e8 100644 --- a/english/cpp/system.reflection/_index.md +++ b/english/cpp/system.reflection/_index.md @@ -4,7 +4,7 @@ linktitle: System::Reflection second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Reflection namespace in C++.' type: docs -weight: 5400 +weight: 5500 url: /cpp/system.reflection/ --- diff --git a/english/cpp/system.resources/_index.md b/english/cpp/system.resources/_index.md index 974d3fe44f..3a4ef3d4e5 100644 --- a/english/cpp/system.resources/_index.md +++ b/english/cpp/system.resources/_index.md @@ -4,7 +4,7 @@ linktitle: System::Resources second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Resources namespace in C++.' type: docs -weight: 5500 +weight: 5600 url: /cpp/system.resources/ --- diff --git a/english/cpp/system.runtime.compilerservices/_index.md b/english/cpp/system.runtime.compilerservices/_index.md index c37e5826eb..3fef85e4d0 100644 --- a/english/cpp/system.runtime.compilerservices/_index.md +++ b/english/cpp/system.runtime.compilerservices/_index.md @@ -4,7 +4,7 @@ linktitle: System::Runtime::CompilerServices second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Runtime::CompilerServices namespace in C++.' type: docs -weight: 5600 +weight: 5700 url: /cpp/system.runtime.compilerservices/ --- @@ -14,5 +14,9 @@ url: /cpp/system.runtime.compilerservices/ | Class | Description | | --- | --- | +| [ConfiguredResultTaskAwaitable](./configuredresulttaskawaitable/) | | +| [ConfiguredTaskAwaitable](./configuredtaskawaitable/) | | | [ITuple](./ituple/) | Defines a general-purpose [Tuple](../system/tuple/) implementation that allows access to [Tuple](../system/tuple/) instance members without knowing the underlying [Tuple](../system/tuple/) type. | +| [ResultTaskAwaiter](./resulttaskawaiter/) | | | [RuntimeHelpers](./runtimehelpers/) | Helper class to get some object information in runtime. | +| [TaskAwaiter](./taskawaiter/) | | diff --git a/english/cpp/system.runtime.compilerservices/configuredresulttaskawaitable/_index.md b/english/cpp/system.runtime.compilerservices/configuredresulttaskawaitable/_index.md new file mode 100644 index 0000000000..21f7f45488 --- /dev/null +++ b/english/cpp/system.runtime.compilerservices/configuredresulttaskawaitable/_index.md @@ -0,0 +1,28 @@ +--- +title: System::Runtime::CompilerServices::ConfiguredResultTaskAwaitable class +linktitle: ConfiguredResultTaskAwaitable +second_title: Aspose.PDF for C++ API Reference +description: 'How to use System::Runtime::CompilerServices::ConfiguredResultTaskAwaitable class in C++.' +type: docs +weight: 100 +url: /cpp/system.runtime.compilerservices/configuredresulttaskawaitable/ +--- +## ConfiguredResultTaskAwaitable class + + + + +```cpp +templateclass ConfiguredResultTaskAwaitable +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ConfiguredResultTaskAwaitable](./configuredresulttaskawaitable/)(const RTaskPtr\\&, bool) | | +| [GetAwaiter](./getawaiter/)() const | | +## See Also + +* Namespace [System::Runtime::CompilerServices](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/system.runtime.compilerservices/configuredresulttaskawaitable/configuredresulttaskawaitable/_index.md b/english/cpp/system.runtime.compilerservices/configuredresulttaskawaitable/configuredresulttaskawaitable/_index.md new file mode 100644 index 0000000000..f099190fcb --- /dev/null +++ b/english/cpp/system.runtime.compilerservices/configuredresulttaskawaitable/configuredresulttaskawaitable/_index.md @@ -0,0 +1,24 @@ +--- +title: System::Runtime::CompilerServices::ConfiguredResultTaskAwaitable::ConfiguredResultTaskAwaitable constructor +linktitle: ConfiguredResultTaskAwaitable +second_title: Aspose.PDF for C++ API Reference +description: 'How to use ConfiguredResultTaskAwaitable constructor of System::Runtime::CompilerServices::ConfiguredResultTaskAwaitable class in C++.' +type: docs +weight: 100 +url: /cpp/system.runtime.compilerservices/configuredresulttaskawaitable/configuredresulttaskawaitable/ +--- +## ConfiguredResultTaskAwaitable::ConfiguredResultTaskAwaitable constructor + + + + +```cpp +System::Runtime::CompilerServices::ConfiguredResultTaskAwaitable::ConfiguredResultTaskAwaitable(const RTaskPtr &task, bool continueOnCapturedContext) +``` + +## See Also + +* Typedef [RTaskPtr](../../../system/rtaskptr/) +* Class [ConfiguredResultTaskAwaitable](../) +* Namespace [System::Runtime::CompilerServices](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.runtime.compilerservices/configuredresulttaskawaitable/getawaiter/_index.md b/english/cpp/system.runtime.compilerservices/configuredresulttaskawaitable/getawaiter/_index.md new file mode 100644 index 0000000000..e65b1a4e2b --- /dev/null +++ b/english/cpp/system.runtime.compilerservices/configuredresulttaskawaitable/getawaiter/_index.md @@ -0,0 +1,24 @@ +--- +title: System::Runtime::CompilerServices::ConfiguredResultTaskAwaitable::GetAwaiter method +linktitle: GetAwaiter +second_title: Aspose.PDF for C++ API Reference +description: 'How to use GetAwaiter method of System::Runtime::CompilerServices::ConfiguredResultTaskAwaitable class in C++.' +type: docs +weight: 200 +url: /cpp/system.runtime.compilerservices/configuredresulttaskawaitable/getawaiter/ +--- +## ConfiguredResultTaskAwaitable::GetAwaiter method + + + + +```cpp +Runtime::CompilerServices::ResultTaskAwaiter System::Runtime::CompilerServices::ConfiguredResultTaskAwaitable::GetAwaiter() const +``` + +## See Also + +* Class [ResultTaskAwaiter](../../resulttaskawaiter/) +* Class [ConfiguredResultTaskAwaitable](../) +* Namespace [System::Runtime::CompilerServices](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.runtime.compilerservices/configuredtaskawaitable/_index.md b/english/cpp/system.runtime.compilerservices/configuredtaskawaitable/_index.md new file mode 100644 index 0000000000..1670d7b795 --- /dev/null +++ b/english/cpp/system.runtime.compilerservices/configuredtaskawaitable/_index.md @@ -0,0 +1,28 @@ +--- +title: System::Runtime::CompilerServices::ConfiguredTaskAwaitable class +linktitle: ConfiguredTaskAwaitable +second_title: Aspose.PDF for C++ API Reference +description: 'How to use System::Runtime::CompilerServices::ConfiguredTaskAwaitable class in C++.' +type: docs +weight: 200 +url: /cpp/system.runtime.compilerservices/configuredtaskawaitable/ +--- +## ConfiguredTaskAwaitable class + + + + +```cpp +class ConfiguredTaskAwaitable +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ConfiguredTaskAwaitable](./configuredtaskawaitable/)(const TaskPtr\&, bool) | | +| [GetAwaiter](./getawaiter/)() const | | +## See Also + +* Namespace [System::Runtime::CompilerServices](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/system.runtime.compilerservices/configuredtaskawaitable/configuredtaskawaitable/_index.md b/english/cpp/system.runtime.compilerservices/configuredtaskawaitable/configuredtaskawaitable/_index.md new file mode 100644 index 0000000000..db20f32f29 --- /dev/null +++ b/english/cpp/system.runtime.compilerservices/configuredtaskawaitable/configuredtaskawaitable/_index.md @@ -0,0 +1,24 @@ +--- +title: System::Runtime::CompilerServices::ConfiguredTaskAwaitable::ConfiguredTaskAwaitable constructor +linktitle: ConfiguredTaskAwaitable +second_title: Aspose.PDF for C++ API Reference +description: 'How to use ConfiguredTaskAwaitable constructor of System::Runtime::CompilerServices::ConfiguredTaskAwaitable class in C++.' +type: docs +weight: 100 +url: /cpp/system.runtime.compilerservices/configuredtaskawaitable/configuredtaskawaitable/ +--- +## ConfiguredTaskAwaitable::ConfiguredTaskAwaitable constructor + + + + +```cpp +System::Runtime::CompilerServices::ConfiguredTaskAwaitable::ConfiguredTaskAwaitable(const TaskPtr &task, bool continueOnCapturedContext) +``` + +## See Also + +* Typedef [TaskPtr](../../../system/taskptr/) +* Class [ConfiguredTaskAwaitable](../) +* Namespace [System::Runtime::CompilerServices](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.runtime.compilerservices/configuredtaskawaitable/getawaiter/_index.md b/english/cpp/system.runtime.compilerservices/configuredtaskawaitable/getawaiter/_index.md new file mode 100644 index 0000000000..9297f89036 --- /dev/null +++ b/english/cpp/system.runtime.compilerservices/configuredtaskawaitable/getawaiter/_index.md @@ -0,0 +1,24 @@ +--- +title: System::Runtime::CompilerServices::ConfiguredTaskAwaitable::GetAwaiter method +linktitle: GetAwaiter +second_title: Aspose.PDF for C++ API Reference +description: 'How to use GetAwaiter method of System::Runtime::CompilerServices::ConfiguredTaskAwaitable class in C++.' +type: docs +weight: 200 +url: /cpp/system.runtime.compilerservices/configuredtaskawaitable/getawaiter/ +--- +## ConfiguredTaskAwaitable::GetAwaiter method + + + + +```cpp +Runtime::CompilerServices::TaskAwaiter System::Runtime::CompilerServices::ConfiguredTaskAwaitable::GetAwaiter() const +``` + +## See Also + +* Class [TaskAwaiter](../../taskawaiter/) +* Class [ConfiguredTaskAwaitable](../) +* Namespace [System::Runtime::CompilerServices](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.runtime.compilerservices/ituple/_index.md b/english/cpp/system.runtime.compilerservices/ituple/_index.md index e097d0440f..9f0ae44713 100644 --- a/english/cpp/system.runtime.compilerservices/ituple/_index.md +++ b/english/cpp/system.runtime.compilerservices/ituple/_index.md @@ -4,7 +4,7 @@ linktitle: ITuple second_title: Aspose.PDF for C++ API Reference description: 'System::Runtime::CompilerServices::ITuple class. Defines a general-purpose Tuple implementation that allows access to Tuple instance members without knowing the underlying Tuple type in C++.' type: docs -weight: 100 +weight: 300 url: /cpp/system.runtime.compilerservices/ituple/ --- ## ITuple class diff --git a/english/cpp/system.runtime.compilerservices/resulttaskawaiter/_index.md b/english/cpp/system.runtime.compilerservices/resulttaskawaiter/_index.md new file mode 100644 index 0000000000..b0fe0d35e4 --- /dev/null +++ b/english/cpp/system.runtime.compilerservices/resulttaskawaiter/_index.md @@ -0,0 +1,30 @@ +--- +title: System::Runtime::CompilerServices::ResultTaskAwaiter class +linktitle: ResultTaskAwaiter +second_title: Aspose.PDF for C++ API Reference +description: 'How to use System::Runtime::CompilerServices::ResultTaskAwaiter class in C++.' +type: docs +weight: 400 +url: /cpp/system.runtime.compilerservices/resulttaskawaiter/ +--- +## ResultTaskAwaiter class + + + + +```cpp +templateclass ResultTaskAwaiter +``` + +## Methods + +| Method | Description | +| --- | --- | +| [get_IsCompleted](./get_iscompleted/)() const | | +| [GetResult](./getresult/)() const | | +| [OnCompleted](./oncompleted/)(const Action<>\&) | | +| [ResultTaskAwaiter](./resulttaskawaiter/)(const RTaskPtr\\&) | | +## See Also + +* Namespace [System::Runtime::CompilerServices](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/system.runtime.compilerservices/resulttaskawaiter/get_iscompleted/_index.md b/english/cpp/system.runtime.compilerservices/resulttaskawaiter/get_iscompleted/_index.md new file mode 100644 index 0000000000..6c4cdeb696 --- /dev/null +++ b/english/cpp/system.runtime.compilerservices/resulttaskawaiter/get_iscompleted/_index.md @@ -0,0 +1,23 @@ +--- +title: System::Runtime::CompilerServices::ResultTaskAwaiter::get_IsCompleted method +linktitle: get_IsCompleted +second_title: Aspose.PDF for C++ API Reference +description: 'How to use get_IsCompleted method of System::Runtime::CompilerServices::ResultTaskAwaiter class in C++.' +type: docs +weight: 200 +url: /cpp/system.runtime.compilerservices/resulttaskawaiter/get_iscompleted/ +--- +## ResultTaskAwaiter::get_IsCompleted method + + + + +```cpp +bool System::Runtime::CompilerServices::ResultTaskAwaiter::get_IsCompleted() const +``` + +## See Also + +* Class [ResultTaskAwaiter](../) +* Namespace [System::Runtime::CompilerServices](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.runtime.compilerservices/resulttaskawaiter/getresult/_index.md b/english/cpp/system.runtime.compilerservices/resulttaskawaiter/getresult/_index.md new file mode 100644 index 0000000000..6873172f73 --- /dev/null +++ b/english/cpp/system.runtime.compilerservices/resulttaskawaiter/getresult/_index.md @@ -0,0 +1,23 @@ +--- +title: System::Runtime::CompilerServices::ResultTaskAwaiter::GetResult method +linktitle: GetResult +second_title: Aspose.PDF for C++ API Reference +description: 'How to use GetResult method of System::Runtime::CompilerServices::ResultTaskAwaiter class in C++.' +type: docs +weight: 300 +url: /cpp/system.runtime.compilerservices/resulttaskawaiter/getresult/ +--- +## ResultTaskAwaiter::GetResult method + + + + +```cpp +T System::Runtime::CompilerServices::ResultTaskAwaiter::GetResult() const +``` + +## See Also + +* Class [ResultTaskAwaiter](../) +* Namespace [System::Runtime::CompilerServices](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.runtime.compilerservices/resulttaskawaiter/oncompleted/_index.md b/english/cpp/system.runtime.compilerservices/resulttaskawaiter/oncompleted/_index.md new file mode 100644 index 0000000000..acc788735c --- /dev/null +++ b/english/cpp/system.runtime.compilerservices/resulttaskawaiter/oncompleted/_index.md @@ -0,0 +1,24 @@ +--- +title: System::Runtime::CompilerServices::ResultTaskAwaiter::OnCompleted method +linktitle: OnCompleted +second_title: Aspose.PDF for C++ API Reference +description: 'How to use OnCompleted method of System::Runtime::CompilerServices::ResultTaskAwaiter class in C++.' +type: docs +weight: 400 +url: /cpp/system.runtime.compilerservices/resulttaskawaiter/oncompleted/ +--- +## ResultTaskAwaiter::OnCompleted method + + + + +```cpp +void System::Runtime::CompilerServices::ResultTaskAwaiter::OnCompleted(const Action<> &continuation) +``` + +## See Also + +* Typedef [Action](../../../system/action/) +* Class [ResultTaskAwaiter](../) +* Namespace [System::Runtime::CompilerServices](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.runtime.compilerservices/resulttaskawaiter/resulttaskawaiter/_index.md b/english/cpp/system.runtime.compilerservices/resulttaskawaiter/resulttaskawaiter/_index.md new file mode 100644 index 0000000000..69bac7fcab --- /dev/null +++ b/english/cpp/system.runtime.compilerservices/resulttaskawaiter/resulttaskawaiter/_index.md @@ -0,0 +1,24 @@ +--- +title: System::Runtime::CompilerServices::ResultTaskAwaiter::ResultTaskAwaiter constructor +linktitle: ResultTaskAwaiter +second_title: Aspose.PDF for C++ API Reference +description: 'How to use ResultTaskAwaiter constructor of System::Runtime::CompilerServices::ResultTaskAwaiter class in C++.' +type: docs +weight: 100 +url: /cpp/system.runtime.compilerservices/resulttaskawaiter/resulttaskawaiter/ +--- +## ResultTaskAwaiter::ResultTaskAwaiter constructor + + + + +```cpp +System::Runtime::CompilerServices::ResultTaskAwaiter::ResultTaskAwaiter(const RTaskPtr &task) +``` + +## See Also + +* Typedef [RTaskPtr](../../../system/rtaskptr/) +* Class [ResultTaskAwaiter](../) +* Namespace [System::Runtime::CompilerServices](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.runtime.compilerservices/runtimehelpers/_index.md b/english/cpp/system.runtime.compilerservices/runtimehelpers/_index.md index 763cae7097..0d412f4d08 100644 --- a/english/cpp/system.runtime.compilerservices/runtimehelpers/_index.md +++ b/english/cpp/system.runtime.compilerservices/runtimehelpers/_index.md @@ -4,7 +4,7 @@ linktitle: RuntimeHelpers second_title: Aspose.PDF for C++ API Reference description: 'System::Runtime::CompilerServices::RuntimeHelpers class. Helper class to get some object information in runtime in C++.' type: docs -weight: 200 +weight: 500 url: /cpp/system.runtime.compilerservices/runtimehelpers/ --- ## RuntimeHelpers class diff --git a/english/cpp/system.runtime.compilerservices/taskawaiter/_index.md b/english/cpp/system.runtime.compilerservices/taskawaiter/_index.md new file mode 100644 index 0000000000..c9f41cdf3e --- /dev/null +++ b/english/cpp/system.runtime.compilerservices/taskawaiter/_index.md @@ -0,0 +1,30 @@ +--- +title: System::Runtime::CompilerServices::TaskAwaiter class +linktitle: TaskAwaiter +second_title: Aspose.PDF for C++ API Reference +description: 'How to use System::Runtime::CompilerServices::TaskAwaiter class in C++.' +type: docs +weight: 600 +url: /cpp/system.runtime.compilerservices/taskawaiter/ +--- +## TaskAwaiter class + + + + +```cpp +class TaskAwaiter +``` + +## Methods + +| Method | Description | +| --- | --- | +| [get_IsCompleted](./get_iscompleted/)() const | | +| [GetResult](./getresult/)() const | | +| [OnCompleted](./oncompleted/)(const Action<>\&) | | +| [TaskAwaiter](./taskawaiter/)(const TaskPtr\&) | | +## See Also + +* Namespace [System::Runtime::CompilerServices](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/system.runtime.compilerservices/taskawaiter/get_iscompleted/_index.md b/english/cpp/system.runtime.compilerservices/taskawaiter/get_iscompleted/_index.md new file mode 100644 index 0000000000..dba1141fb1 --- /dev/null +++ b/english/cpp/system.runtime.compilerservices/taskawaiter/get_iscompleted/_index.md @@ -0,0 +1,23 @@ +--- +title: System::Runtime::CompilerServices::TaskAwaiter::get_IsCompleted method +linktitle: get_IsCompleted +second_title: Aspose.PDF for C++ API Reference +description: 'How to use get_IsCompleted method of System::Runtime::CompilerServices::TaskAwaiter class in C++.' +type: docs +weight: 200 +url: /cpp/system.runtime.compilerservices/taskawaiter/get_iscompleted/ +--- +## TaskAwaiter::get_IsCompleted method + + + + +```cpp +bool System::Runtime::CompilerServices::TaskAwaiter::get_IsCompleted() const +``` + +## See Also + +* Class [TaskAwaiter](../) +* Namespace [System::Runtime::CompilerServices](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.runtime.compilerservices/taskawaiter/getresult/_index.md b/english/cpp/system.runtime.compilerservices/taskawaiter/getresult/_index.md new file mode 100644 index 0000000000..86c4383d49 --- /dev/null +++ b/english/cpp/system.runtime.compilerservices/taskawaiter/getresult/_index.md @@ -0,0 +1,23 @@ +--- +title: System::Runtime::CompilerServices::TaskAwaiter::GetResult method +linktitle: GetResult +second_title: Aspose.PDF for C++ API Reference +description: 'How to use GetResult method of System::Runtime::CompilerServices::TaskAwaiter class in C++.' +type: docs +weight: 300 +url: /cpp/system.runtime.compilerservices/taskawaiter/getresult/ +--- +## TaskAwaiter::GetResult method + + + + +```cpp +void System::Runtime::CompilerServices::TaskAwaiter::GetResult() const +``` + +## See Also + +* Class [TaskAwaiter](../) +* Namespace [System::Runtime::CompilerServices](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.runtime.compilerservices/taskawaiter/oncompleted/_index.md b/english/cpp/system.runtime.compilerservices/taskawaiter/oncompleted/_index.md new file mode 100644 index 0000000000..1d17fb4244 --- /dev/null +++ b/english/cpp/system.runtime.compilerservices/taskawaiter/oncompleted/_index.md @@ -0,0 +1,24 @@ +--- +title: System::Runtime::CompilerServices::TaskAwaiter::OnCompleted method +linktitle: OnCompleted +second_title: Aspose.PDF for C++ API Reference +description: 'How to use OnCompleted method of System::Runtime::CompilerServices::TaskAwaiter class in C++.' +type: docs +weight: 400 +url: /cpp/system.runtime.compilerservices/taskawaiter/oncompleted/ +--- +## TaskAwaiter::OnCompleted method + + + + +```cpp +void System::Runtime::CompilerServices::TaskAwaiter::OnCompleted(const Action<> &continuation) +``` + +## See Also + +* Typedef [Action](../../../system/action/) +* Class [TaskAwaiter](../) +* Namespace [System::Runtime::CompilerServices](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.runtime.compilerservices/taskawaiter/taskawaiter/_index.md b/english/cpp/system.runtime.compilerservices/taskawaiter/taskawaiter/_index.md new file mode 100644 index 0000000000..a6cedb4fa8 --- /dev/null +++ b/english/cpp/system.runtime.compilerservices/taskawaiter/taskawaiter/_index.md @@ -0,0 +1,24 @@ +--- +title: System::Runtime::CompilerServices::TaskAwaiter::TaskAwaiter constructor +linktitle: TaskAwaiter +second_title: Aspose.PDF for C++ API Reference +description: 'How to use TaskAwaiter constructor of System::Runtime::CompilerServices::TaskAwaiter class in C++.' +type: docs +weight: 100 +url: /cpp/system.runtime.compilerservices/taskawaiter/taskawaiter/ +--- +## TaskAwaiter::TaskAwaiter constructor + + + + +```cpp +System::Runtime::CompilerServices::TaskAwaiter::TaskAwaiter(const TaskPtr &task) +``` + +## See Also + +* Typedef [TaskPtr](../../../system/taskptr/) +* Class [TaskAwaiter](../) +* Namespace [System::Runtime::CompilerServices](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.runtime.interopservices/_index.md b/english/cpp/system.runtime.interopservices/_index.md index 9b67b9ba7b..a3db9017aa 100644 --- a/english/cpp/system.runtime.interopservices/_index.md +++ b/english/cpp/system.runtime.interopservices/_index.md @@ -4,7 +4,7 @@ linktitle: System::Runtime::InteropServices second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Runtime::InteropServices namespace in C++.' type: docs -weight: 5700 +weight: 5800 url: /cpp/system.runtime.interopservices/ --- diff --git a/english/cpp/system.runtime.serialization/_index.md b/english/cpp/system.runtime.serialization/_index.md index 507575dcaa..ea66058acd 100644 --- a/english/cpp/system.runtime.serialization/_index.md +++ b/english/cpp/system.runtime.serialization/_index.md @@ -4,7 +4,7 @@ linktitle: System::Runtime::Serialization second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Runtime::Serialization namespace in C++.' type: docs -weight: 5800 +weight: 5900 url: /cpp/system.runtime.serialization/ --- diff --git a/english/cpp/system.security.authentication/_index.md b/english/cpp/system.security.authentication/_index.md index fcd4b4b36b..d8227078a7 100644 --- a/english/cpp/system.security.authentication/_index.md +++ b/english/cpp/system.security.authentication/_index.md @@ -4,7 +4,7 @@ linktitle: System::Security::Authentication second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Security::Authentication namespace in C++.' type: docs -weight: 6000 +weight: 6100 url: /cpp/system.security.authentication/ --- diff --git a/english/cpp/system.security.cryptography.pkcs/_index.md b/english/cpp/system.security.cryptography.pkcs/_index.md index cb64ec06a3..cf43c8fd3b 100644 --- a/english/cpp/system.security.cryptography.pkcs/_index.md +++ b/english/cpp/system.security.cryptography.pkcs/_index.md @@ -4,7 +4,7 @@ linktitle: System::Security::Cryptography::Pkcs second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Security::Cryptography::Pkcs namespace in C++.' type: docs -weight: 6200 +weight: 6300 url: /cpp/system.security.cryptography.pkcs/ --- diff --git a/english/cpp/system.security.cryptography.x509certificates/_index.md b/english/cpp/system.security.cryptography.x509certificates/_index.md index dbdd887fcf..e5bc4165a2 100644 --- a/english/cpp/system.security.cryptography.x509certificates/_index.md +++ b/english/cpp/system.security.cryptography.x509certificates/_index.md @@ -4,7 +4,7 @@ linktitle: System::Security::Cryptography::X509Certificates second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Security::Cryptography::X509Certificates namespace in C++.' type: docs -weight: 6300 +weight: 6400 url: /cpp/system.security.cryptography.x509certificates/ --- diff --git a/english/cpp/system.security.cryptography.xml/_index.md b/english/cpp/system.security.cryptography.xml/_index.md index a301b2a163..ed84608611 100644 --- a/english/cpp/system.security.cryptography.xml/_index.md +++ b/english/cpp/system.security.cryptography.xml/_index.md @@ -4,7 +4,7 @@ linktitle: System::Security::Cryptography::Xml second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Security::Cryptography::Xml namespace in C++.' type: docs -weight: 6400 +weight: 6500 url: /cpp/system.security.cryptography.xml/ --- diff --git a/english/cpp/system.security.cryptography/_index.md b/english/cpp/system.security.cryptography/_index.md index de9f0b22df..8b28d08c75 100644 --- a/english/cpp/system.security.cryptography/_index.md +++ b/english/cpp/system.security.cryptography/_index.md @@ -4,7 +4,7 @@ linktitle: System::Security::Cryptography second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Security::Cryptography namespace in C++.' type: docs -weight: 6100 +weight: 6200 url: /cpp/system.security.cryptography/ --- diff --git a/english/cpp/system.security.permissions/_index.md b/english/cpp/system.security.permissions/_index.md index 7f1d9b4c95..699cbed898 100644 --- a/english/cpp/system.security.permissions/_index.md +++ b/english/cpp/system.security.permissions/_index.md @@ -4,7 +4,7 @@ linktitle: System::Security::Permissions second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Security::Permissions namespace in C++.' type: docs -weight: 6500 +weight: 6600 url: /cpp/system.security.permissions/ --- diff --git a/english/cpp/system.security.policy/_index.md b/english/cpp/system.security.policy/_index.md index d7c7f16125..1aa1454582 100644 --- a/english/cpp/system.security.policy/_index.md +++ b/english/cpp/system.security.policy/_index.md @@ -4,7 +4,7 @@ linktitle: System::Security::Policy second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Security::Policy namespace in C++.' type: docs -weight: 6600 +weight: 6700 url: /cpp/system.security.policy/ --- diff --git a/english/cpp/system.security/_index.md b/english/cpp/system.security/_index.md index 3e2049eb84..7f400743a1 100644 --- a/english/cpp/system.security/_index.md +++ b/english/cpp/system.security/_index.md @@ -4,7 +4,7 @@ linktitle: System::Security second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Security namespace in C++.' type: docs -weight: 5900 +weight: 6000 url: /cpp/system.security/ --- diff --git a/english/cpp/system.testpredicates.typetraits/_index.md b/english/cpp/system.testpredicates.typetraits/_index.md index 249403dc9b..7163fad80e 100644 --- a/english/cpp/system.testpredicates.typetraits/_index.md +++ b/english/cpp/system.testpredicates.typetraits/_index.md @@ -4,7 +4,7 @@ linktitle: System::TestPredicates::TypeTraits second_title: Aspose.PDF for C++ API Reference description: 'How to use System::TestPredicates::TypeTraits namespace in C++.' type: docs -weight: 6700 +weight: 6800 url: /cpp/system.testpredicates.typetraits/ --- diff --git a/english/cpp/system.text.regularexpressions/_index.md b/english/cpp/system.text.regularexpressions/_index.md index f1040fc1d4..9bfc52ce03 100644 --- a/english/cpp/system.text.regularexpressions/_index.md +++ b/english/cpp/system.text.regularexpressions/_index.md @@ -4,7 +4,7 @@ linktitle: System::Text::RegularExpressions second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Text::RegularExpressions namespace in C++.' type: docs -weight: 6900 +weight: 7000 url: /cpp/system.text.regularexpressions/ --- diff --git a/english/cpp/system.text/_index.md b/english/cpp/system.text/_index.md index f0d4fe0d00..0912b9cdf1 100644 --- a/english/cpp/system.text/_index.md +++ b/english/cpp/system.text/_index.md @@ -4,7 +4,7 @@ linktitle: System::Text second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Text namespace in C++.' type: docs -weight: 6800 +weight: 6900 url: /cpp/system.text/ --- diff --git a/english/cpp/system.threading.tasks/_index.md b/english/cpp/system.threading.tasks/_index.md new file mode 100644 index 0000000000..d73826e547 --- /dev/null +++ b/english/cpp/system.threading.tasks/_index.md @@ -0,0 +1,41 @@ +--- +title: System::Threading::Tasks namespace +linktitle: System::Threading::Tasks +second_title: Aspose.PDF for C++ API Reference +description: 'How to use System::Threading::Tasks namespace in C++.' +type: docs +weight: 7200 +url: /cpp/system.threading.tasks/ +--- + + + +## Classes + +| Class | Description | +| --- | --- | +| [ResultTask](./resulttask/) | A [Task](./task/) specialization that returns a result value upon completion. | +| [Task](./task/) | Represents an asynchronous operation that can be awaited and composed with other tasks. | +| [TaskScheduler](./taskscheduler/) | Represents an object that handles the low-level work of queuing tasks onto threads. | +## Enums + +| Enum | Description | +| --- | --- | +| [TaskStatus](./taskstatus/) | | +## Functions + +| Function | Description | +| --- | --- | +| Delay | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | +| Delay | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | +| DispatchCurrentContext | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | +| FromException | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | +| FromException | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | +| FromResult | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | +| Run | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | +| Run | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | +| Run | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | +| WhenAll | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | +| WhenAll | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | +| WhenAll | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | +| WhenAll | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | diff --git a/english/cpp/system.threading.tasks/delay/_index.md b/english/cpp/system.threading.tasks/delay/_index.md new file mode 100644 index 0000000000..c6fd6b4b84 --- /dev/null +++ b/english/cpp/system.threading.tasks/delay/_index.md @@ -0,0 +1,47 @@ +--- +title: System::Threading::Tasks::Delay method +linktitle: Delay +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Delay method. Creates a task that completes after a time delay in C++.' +type: docs +weight: 500 +url: /cpp/system.threading.tasks/delay/ +--- +## System::Threading::Tasks::Delay(int32_t) method + + +Creates a task that completes after a time delay. + +```cpp +TaskPtr System::Threading::Tasks::Delay(int32_t millisecondsDelay) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| millisecondsDelay | int32_t | The number of milliseconds to wait before completing the returned task, or -1 to wait indefinitely. | + +### ReturnValue + +A task that represents the time delay. + +## See Also + +* Typedef [TaskPtr](../../system/taskptr/) +* Namespace [System::Threading::Tasks](../) +* Library [Aspose.PDF for C++](../../) +## System::Threading::Tasks::Delay(int32_t, const CancellationToken\&) method + + + + +```cpp +TaskPtr System::Threading::Tasks::Delay(int32_t millisecondsDelay, const CancellationToken &cancellationToken) +``` + +## See Also + +* Typedef [TaskPtr](../../system/taskptr/) +* Class [CancellationToken](../../system.threading/cancellationtoken/) +* Namespace [System::Threading::Tasks](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/system.threading.tasks/dispatchcurrentcontext/_index.md b/english/cpp/system.threading.tasks/dispatchcurrentcontext/_index.md new file mode 100644 index 0000000000..ce56b82aca --- /dev/null +++ b/english/cpp/system.threading.tasks/dispatchcurrentcontext/_index.md @@ -0,0 +1,22 @@ +--- +title: System::Threading::Tasks::DispatchCurrentContext method +linktitle: DispatchCurrentContext +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::DispatchCurrentContext method. Dispatches all tasks bound to this thread synchronously in C++.' +type: docs +weight: 700 +url: /cpp/system.threading.tasks/dispatchcurrentcontext/ +--- +## System::Threading::Tasks::DispatchCurrentContext method + + +Dispatches all tasks bound to this thread synchronously. + +```cpp +void System::Threading::Tasks::DispatchCurrentContext() +``` + +## See Also + +* Namespace [System::Threading::Tasks](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/system.threading.tasks/fromexception/_index.md b/english/cpp/system.threading.tasks/fromexception/_index.md new file mode 100644 index 0000000000..772211b55d --- /dev/null +++ b/english/cpp/system.threading.tasks/fromexception/_index.md @@ -0,0 +1,39 @@ +--- +title: System::Threading::Tasks::FromException method +linktitle: FromException +second_title: Aspose.PDF for C++ API Reference +description: 'How to use FromException method of class in C++.' +type: docs +weight: 800 +url: /cpp/system.threading.tasks/fromexception/ +--- +## System::Threading::Tasks::FromException(const Exception\&) method + + + + +```cpp +TaskPtr System::Threading::Tasks::FromException(const Exception &exception) +``` + +## See Also + +* Typedef [TaskPtr](../../system/taskptr/) +* Typedef [Exception](../../system/exception/) +* Namespace [System::Threading::Tasks](../) +* Library [Aspose.PDF for C++](../../) +## System::Threading::Tasks::FromException(const Exception\&) method + + + + +```cpp +template RTaskPtr System::Threading::Tasks::FromException(const Exception &exception) +``` + +## See Also + +* Typedef [RTaskPtr](../../system/rtaskptr/) +* Typedef [Exception](../../system/exception/) +* Namespace [System::Threading::Tasks](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/system.threading.tasks/fromresult/_index.md b/english/cpp/system.threading.tasks/fromresult/_index.md new file mode 100644 index 0000000000..746ceb2ceb --- /dev/null +++ b/english/cpp/system.threading.tasks/fromresult/_index.md @@ -0,0 +1,23 @@ +--- +title: System::Threading::Tasks::FromResult method +linktitle: FromResult +second_title: Aspose.PDF for C++ API Reference +description: 'How to use FromResult method of class in C++.' +type: docs +weight: 1000 +url: /cpp/system.threading.tasks/fromresult/ +--- +## System::Threading::Tasks::FromResult method + + + + +```cpp +template RTaskPtr System::Threading::Tasks::FromResult(TResult result) +``` + +## See Also + +* Typedef [RTaskPtr](../../system/rtaskptr/) +* Namespace [System::Threading::Tasks](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/system.threading.tasks/resulttask/_index.md b/english/cpp/system.threading.tasks/resulttask/_index.md new file mode 100644 index 0000000000..d0b75c209b --- /dev/null +++ b/english/cpp/system.threading.tasks/resulttask/_index.md @@ -0,0 +1,43 @@ +--- +title: System::Threading::Tasks::ResultTask class +linktitle: ResultTask +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::ResultTask class. A Task specialization that returns a result value upon completion in C++.' +type: docs +weight: 100 +url: /cpp/system.threading.tasks/resulttask/ +--- +## ResultTask class + + +A [Task](../task/) specialization that returns a result value upon completion. + +```cpp +templateclass ResultTask : public System::Threading::Tasks::Task +``` + + +| Parameter | Description | +| --- | --- | +| T | The type of the result value returned by the task | +## Methods + +| Method | Description | +| --- | --- | +| [ConfigureAwait](./configureawait/)(bool) const | Configures how awaits on this result task should behave regarding context capture. | +| [ContinueWith](./continuewith/)(const Action\\>\&) | Creates a continuation that executes when the result task completes. | +| [get_Result](./get_result/)() | Gets the result of the asynchronous operation. | +| [GetAwaiter](./getawaiter/)() const | Gets an awaiter for this result task for use with Await. | +| [ResultTask](./resulttask/)(const Func\\&) | Constructs a [ResultTask](./) with a function that returns a value. | +| [ResultTask](./resulttask/)() | Internal implementation. Not for user code. | +| [set_Result](./set_result/)(const T\&) | Sets the result value for the task. | +## Remarks + + + +Represents an asynchronous operation that produces a result, similar to System.Threading.Tasks.Task in .NET +## See Also + +* Class [Task](../task/) +* Namespace [System::Threading::Tasks](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/system.threading.tasks/resulttask/configureawait/_index.md b/english/cpp/system.threading.tasks/resulttask/configureawait/_index.md new file mode 100644 index 0000000000..0957e55c2f --- /dev/null +++ b/english/cpp/system.threading.tasks/resulttask/configureawait/_index.md @@ -0,0 +1,38 @@ +--- +title: System::Threading::Tasks::ResultTask::ConfigureAwait method +linktitle: ConfigureAwait +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::ResultTask::ConfigureAwait method. Configures how awaits on this result task should behave regarding context capture in C++.' +type: docs +weight: 200 +url: /cpp/system.threading.tasks/resulttask/configureawait/ +--- +## ResultTask::ConfigureAwait method + + +Configures how awaits on this result task should behave regarding context capture. + +```cpp +Runtime::CompilerServices::ConfiguredResultTaskAwaitable System::Threading::Tasks::ResultTask::ConfigureAwait(bool continueOnCapturedContext) const +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| continueOnCapturedContext | bool | Whether to continue on the captured context | + +### ReturnValue + +Runtime::CompilerServices::ConfiguredResultTaskAwaitable A configured awaitable for the result +## Remarks + + + +This enables fine-grained control over context flow for async/await patterns + +## See Also + +* Class [ConfiguredResultTaskAwaitable](../../../system.runtime.compilerservices/configuredresulttaskawaitable/) +* Class [ResultTask](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/resulttask/continuewith/_index.md b/english/cpp/system.threading.tasks/resulttask/continuewith/_index.md new file mode 100644 index 0000000000..3168fcde35 --- /dev/null +++ b/english/cpp/system.threading.tasks/resulttask/continuewith/_index.md @@ -0,0 +1,40 @@ +--- +title: System::Threading::Tasks::ResultTask::ContinueWith method +linktitle: ContinueWith +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::ResultTask::ContinueWith method. Creates a continuation that executes when the result task completes in C++.' +type: docs +weight: 300 +url: /cpp/system.threading.tasks/resulttask/continuewith/ +--- +## ResultTask::ContinueWith method + + +Creates a continuation that executes when the result task completes. + +```cpp +TaskPtr System::Threading::Tasks::ResultTask::ContinueWith(const Action> &continuationAction) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| continuationAction | const Action\\>\& | Action to execute when this task completes, receiving this result task | + +### ReturnValue + +TaskPtr A new task representing the continuation +## Remarks + + + +The continuation action receives this [ResultTask](../) to access the result value + +## See Also + +* Typedef [TaskPtr](../../../system/taskptr/) +* Typedef [Action](../../../system/action/) +* Typedef [RTaskPtr](../../../system/rtaskptr/) +* Class [ResultTask](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/resulttask/get_result/_index.md b/english/cpp/system.threading.tasks/resulttask/get_result/_index.md new file mode 100644 index 0000000000..5a8a5c5ffc --- /dev/null +++ b/english/cpp/system.threading.tasks/resulttask/get_result/_index.md @@ -0,0 +1,33 @@ +--- +title: System::Threading::Tasks::ResultTask::get_Result method +linktitle: get_Result +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::ResultTask::get_Result method. Gets the result of the asynchronous operation in C++.' +type: docs +weight: 400 +url: /cpp/system.threading.tasks/resulttask/get_result/ +--- +## ResultTask::get_Result method + + +Gets the result of the asynchronous operation. + +```cpp +T System::Threading::Tasks::ResultTask::get_Result() +``` + + +### ReturnValue + +T The result value produced by the task +## Remarks + + + +This method blocks until the task completes if necessary + +## See Also + +* Class [ResultTask](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/resulttask/getawaiter/_index.md b/english/cpp/system.threading.tasks/resulttask/getawaiter/_index.md new file mode 100644 index 0000000000..c17713aa83 --- /dev/null +++ b/english/cpp/system.threading.tasks/resulttask/getawaiter/_index.md @@ -0,0 +1,34 @@ +--- +title: System::Threading::Tasks::ResultTask::GetAwaiter method +linktitle: GetAwaiter +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::ResultTask::GetAwaiter method. Gets an awaiter for this result task for use with Await in C++.' +type: docs +weight: 500 +url: /cpp/system.threading.tasks/resulttask/getawaiter/ +--- +## ResultTask::GetAwaiter method + + +Gets an awaiter for this result task for use with Await. + +```cpp +Runtime::CompilerServices::ResultTaskAwaiter System::Threading::Tasks::ResultTask::GetAwaiter() const +``` + + +### ReturnValue + +Runtime::CompilerServices::ResultTaskAwaiter An awaiter instance that returns the result +## Remarks + + + +When awaited, the coroutine will resume with the result value available + +## See Also + +* Class [ResultTaskAwaiter](../../../system.runtime.compilerservices/resulttaskawaiter/) +* Class [ResultTask](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/resulttask/resulttask/_index.md b/english/cpp/system.threading.tasks/resulttask/resulttask/_index.md new file mode 100644 index 0000000000..e91da37299 --- /dev/null +++ b/english/cpp/system.threading.tasks/resulttask/resulttask/_index.md @@ -0,0 +1,47 @@ +--- +title: System::Threading::Tasks::ResultTask::ResultTask constructor +linktitle: ResultTask +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::ResultTask::ResultTask constructor. Internal implementation. Not for user code in C++.' +type: docs +weight: 100 +url: /cpp/system.threading.tasks/resulttask/resulttask/ +--- +## ResultTask::ResultTask() constructor + + +Internal implementation. Not for user code. + +```cpp +System::Threading::Tasks::ResultTask::ResultTask() +``` + +## Remarks + + +Internal constructor for creating uninitialized result tasks +## See Also + +* Class [ResultTask](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) +## ResultTask::ResultTask(const Func\\&) constructor + + +Constructs a [ResultTask](../) with a function that returns a value. + +```cpp +System::Threading::Tasks::ResultTask::ResultTask(const Func &function) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| function | const Func\\& | The function to execute asynchronously that returns a result | + +## See Also + +* Class [Func](../../../system/func/) +* Class [ResultTask](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/resulttask/set_result/_index.md b/english/cpp/system.threading.tasks/resulttask/set_result/_index.md new file mode 100644 index 0000000000..44b533fa94 --- /dev/null +++ b/english/cpp/system.threading.tasks/resulttask/set_result/_index.md @@ -0,0 +1,23 @@ +--- +title: System::Threading::Tasks::ResultTask::set_Result method +linktitle: set_Result +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::ResultTask::set_Result method. Sets the result value for the task in C++.' +type: docs +weight: 600 +url: /cpp/system.threading.tasks/resulttask/set_result/ +--- +## ResultTask::set_Result method + + +Sets the result value for the task. + +```cpp +void System::Threading::Tasks::ResultTask::set_Result(const T &result) +``` + +## See Also + +* Class [ResultTask](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/run/_index.md b/english/cpp/system.threading.tasks/run/_index.md new file mode 100644 index 0000000000..5512d84271 --- /dev/null +++ b/english/cpp/system.threading.tasks/run/_index.md @@ -0,0 +1,55 @@ +--- +title: System::Threading::Tasks::Run method +linktitle: Run +second_title: Aspose.PDF for C++ API Reference +description: 'How to use Run method of class in C++.' +type: docs +weight: 1100 +url: /cpp/system.threading.tasks/run/ +--- +## System::Threading::Tasks::Run(const Action<>\&) method + + + + +```cpp +TaskPtr System::Threading::Tasks::Run(const Action<> &action) +``` + +## See Also + +* Typedef [TaskPtr](../../system/taskptr/) +* Typedef [Action](../../system/action/) +* Namespace [System::Threading::Tasks](../) +* Library [Aspose.PDF for C++](../../) +## System::Threading::Tasks::Run(const Action<>\&, const CancellationToken\&) method + + + + +```cpp +TaskPtr System::Threading::Tasks::Run(const Action<> &action, const CancellationToken &cancellationToken) +``` + +## See Also + +* Typedef [TaskPtr](../../system/taskptr/) +* Typedef [Action](../../system/action/) +* Class [CancellationToken](../../system.threading/cancellationtoken/) +* Namespace [System::Threading::Tasks](../) +* Library [Aspose.PDF for C++](../../) +## System::Threading::Tasks::Run(const Func\\&) method + + + + +```cpp +template RTaskPtr System::Threading::Tasks::Run(const Func &function) +``` + +## See Also + +* Typedef [RTaskPtr](../../system/rtaskptr/) +* Class [Func](../../system/func/) +* Namespace [System::Threading::Tasks](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/system.threading.tasks/task/_index.md b/english/cpp/system.threading.tasks/task/_index.md new file mode 100644 index 0000000000..cd245273e6 --- /dev/null +++ b/english/cpp/system.threading.tasks/task/_index.md @@ -0,0 +1,67 @@ +--- +title: System::Threading::Tasks::Task class +linktitle: Task +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Task class. Represents an asynchronous operation that can be awaited and composed with other tasks in C++.' +type: docs +weight: 200 +url: /cpp/system.threading.tasks/task/ +--- +## Task class + + +Represents an asynchronous operation that can be awaited and composed with other tasks. + +```cpp +class Task : public System::IDisposable +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Activate](./activate/)(TaskScheduler *) | Activates the task for execution on a scheduler. | +| [AddContinuation](./addcontinuation/)(const Action<>\&) | Adds a continuation action to be executed upon completion. | +| [Complete](./complete/)() | Marks the task as completed and finishes task. | +| [ConfigureAwait](./configureawait/)(bool) const | Configures how awaits on this task should behave regarding context capture. | +| [ContinueWith](./continuewith/)(const Action\\&) | Creates a continuation that executes when the task completes. | +| [Dispose](./dispose/)() override | Releases resources associated with the task. | +| [Execute](./execute/)() | Executes the task's function. | +| [get_AsyncState](./get_asyncstate/)() const | Gets the user-defined state object associated with the task. | +| static [get_CompletedTask](./get_completedtask/)() | Gets a completed task (singleton) | +| static [get_CurrentId](./get_currentid/)() | | +| [get_Id](./get_id/)() const | Gets the ID for task. | +| [get_IsCanceled](./get_iscanceled/)() const | Gets whether the task completed due to cancellation. | +| [get_IsCompleted](./get_iscompleted/)() const | Gets whether the task has completed. | +| [get_IsFaulted](./get_isfaulted/)() const | Gets whether the task completed due to an unhandled exception. | +| [get_Scheduler](./get_scheduler/)() const | Gets the scheduler associated with this task. | +| [get_Status](./get_status/)() const | Gets the current status of the task. | +| [GetAwaiter](./getawaiter/)() const | Gets an awaiter for this task for use with Await. | +| [RunSynchronously](./runsynchronously/)() | Runs the task synchronously on the current thread. | +| [RunSynchronously](./runsynchronously/)(const SharedPtr\\&) | Runs the task synchronously using the specified scheduler. | +| [set_Function](./set_function/)(const FunctionT\&) | Sets the internal function to execute. | +| [set_Status](./set_status/)(TaskStatus) | Sets the task status. | +| [Start](./start/)() | Starts the task execution using the default scheduler. | +| [Start](./start/)(const SharedPtr\\&) | Starts the task execution using the specified scheduler. | +| [Task](./task/)(const Action<>\&) | Constructs a [Task](./) with an action to execute. | +| [Task](./task/)(const Action<>\&, const CancellationToken\&) | Constructs a [Task](./) with an action and cancellation token. | +| [Task](./task/)(const Action\\>\&, const SharedPtr\\&) | Constructs a [Task](./) with a stateful action and state object. | +| [Task](./task/)(const Action\\>\&, const SharedPtr\\&, const CancellationToken\&) | Constructs a [Task](./) with stateful action, state, and cancellation token. | +| [Task](./task/)() | Internal constructor for creating uninitialized tasks. | +| [Wait](./wait/)(const CancellationToken\&) | Waits for the task to complete with cancellation support. | +| [Wait](./wait/)() | Waits for the task to complete. | +| [~Task](./~task/)() | Destructor. | +## Typedefs + +| Typedef | Description | +| --- | --- | +| [FunctionT](./functiont/) | Internal implementation. Not for user code. | +## Remarks + + +Provides a C++ implementation similar to [System.Threading.Tasks.Task](./) in .NET, supporting cancellation, continuations, and async/await patterns +## See Also + +* Class [IDisposable](../../system/idisposable/) +* Namespace [System::Threading::Tasks](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/system.threading.tasks/task/activate/_index.md b/english/cpp/system.threading.tasks/task/activate/_index.md new file mode 100644 index 0000000000..8e1a99e62c --- /dev/null +++ b/english/cpp/system.threading.tasks/task/activate/_index.md @@ -0,0 +1,24 @@ +--- +title: System::Threading::Tasks::Task::Activate method +linktitle: Activate +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Task::Activate method. Activates the task for execution on a scheduler in C++.' +type: docs +weight: 300 +url: /cpp/system.threading.tasks/task/activate/ +--- +## Task::Activate method + + +Activates the task for execution on a scheduler. + +```cpp +void System::Threading::Tasks::Task::Activate(TaskScheduler *=nullptr) +``` + +## See Also + +* Class [TaskScheduler](../../taskscheduler/) +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/task/addcontinuation/_index.md b/english/cpp/system.threading.tasks/task/addcontinuation/_index.md new file mode 100644 index 0000000000..1b41f2994b --- /dev/null +++ b/english/cpp/system.threading.tasks/task/addcontinuation/_index.md @@ -0,0 +1,24 @@ +--- +title: System::Threading::Tasks::Task::AddContinuation method +linktitle: AddContinuation +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Task::AddContinuation method. Adds a continuation action to be executed upon completion in C++.' +type: docs +weight: 400 +url: /cpp/system.threading.tasks/task/addcontinuation/ +--- +## Task::AddContinuation method + + +Adds a continuation action to be executed upon completion. + +```cpp +void System::Threading::Tasks::Task::AddContinuation(const Action<> &continuation) +``` + +## See Also + +* Typedef [Action](../../../system/action/) +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/task/complete/_index.md b/english/cpp/system.threading.tasks/task/complete/_index.md new file mode 100644 index 0000000000..2a627888a6 --- /dev/null +++ b/english/cpp/system.threading.tasks/task/complete/_index.md @@ -0,0 +1,23 @@ +--- +title: System::Threading::Tasks::Task::Complete method +linktitle: Complete +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Task::Complete method. Marks the task as completed and finishes task in C++.' +type: docs +weight: 500 +url: /cpp/system.threading.tasks/task/complete/ +--- +## Task::Complete method + + +Marks the task as completed and finishes task. + +```cpp +void System::Threading::Tasks::Task::Complete() +``` + +## See Also + +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/task/configureawait/_index.md b/english/cpp/system.threading.tasks/task/configureawait/_index.md new file mode 100644 index 0000000000..d28347c120 --- /dev/null +++ b/english/cpp/system.threading.tasks/task/configureawait/_index.md @@ -0,0 +1,33 @@ +--- +title: System::Threading::Tasks::Task::ConfigureAwait method +linktitle: ConfigureAwait +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Task::ConfigureAwait method. Configures how awaits on this task should behave regarding context capture in C++.' +type: docs +weight: 600 +url: /cpp/system.threading.tasks/task/configureawait/ +--- +## Task::ConfigureAwait method + + +Configures how awaits on this task should behave regarding context capture. + +```cpp +Runtime::CompilerServices::ConfiguredTaskAwaitable System::Threading::Tasks::Task::ConfigureAwait(bool continueOnCapturedContext) const +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| continueOnCapturedContext | bool | Whether to continue on the captured context | + +### ReturnValue + +[Runtime::CompilerServices::ConfiguredTaskAwaitable](../../../system.runtime.compilerservices/configuredtaskawaitable/) A configured awaitable + +## See Also + +* Class [ConfiguredTaskAwaitable](../../../system.runtime.compilerservices/configuredtaskawaitable/) +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/task/continuewith/_index.md b/english/cpp/system.threading.tasks/task/continuewith/_index.md new file mode 100644 index 0000000000..e3d81e2ff8 --- /dev/null +++ b/english/cpp/system.threading.tasks/task/continuewith/_index.md @@ -0,0 +1,34 @@ +--- +title: System::Threading::Tasks::Task::ContinueWith method +linktitle: ContinueWith +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Task::ContinueWith method. Creates a continuation that executes when the task completes in C++.' +type: docs +weight: 700 +url: /cpp/system.threading.tasks/task/continuewith/ +--- +## Task::ContinueWith method + + +Creates a continuation that executes when the task completes. + +```cpp +TaskPtr System::Threading::Tasks::Task::ContinueWith(const Action &continuationAction) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| continuationAction | const Action\\& | Action to execute when this task completes | + +### ReturnValue + +TaskPtr A new task representing the continuation + +## See Also + +* Typedef [TaskPtr](../../../system/taskptr/) +* Typedef [Action](../../../system/action/) +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/task/dispose/_index.md b/english/cpp/system.threading.tasks/task/dispose/_index.md new file mode 100644 index 0000000000..5116b181c3 --- /dev/null +++ b/english/cpp/system.threading.tasks/task/dispose/_index.md @@ -0,0 +1,23 @@ +--- +title: System::Threading::Tasks::Task::Dispose method +linktitle: Dispose +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Task::Dispose method. Releases resources associated with the task in C++.' +type: docs +weight: 800 +url: /cpp/system.threading.tasks/task/dispose/ +--- +## Task::Dispose method + + +Releases resources associated with the task. + +```cpp +void System::Threading::Tasks::Task::Dispose() override +``` + +## See Also + +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/task/execute/_index.md b/english/cpp/system.threading.tasks/task/execute/_index.md new file mode 100644 index 0000000000..aa2b512b64 --- /dev/null +++ b/english/cpp/system.threading.tasks/task/execute/_index.md @@ -0,0 +1,23 @@ +--- +title: System::Threading::Tasks::Task::Execute method +linktitle: Execute +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Task::Execute method. Executes the task''s function in C++.' +type: docs +weight: 900 +url: /cpp/system.threading.tasks/task/execute/ +--- +## Task::Execute method + + +Executes the task's function. + +```cpp +void System::Threading::Tasks::Task::Execute() +``` + +## See Also + +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/task/functiont/_index.md b/english/cpp/system.threading.tasks/task/functiont/_index.md new file mode 100644 index 0000000000..c4c664ef4a --- /dev/null +++ b/english/cpp/system.threading.tasks/task/functiont/_index.md @@ -0,0 +1,27 @@ +--- +title: System::Threading::Tasks::Task::FunctionT typedef +linktitle: FunctionT +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Task::FunctionT typedef. Internal implementation. Not for user code in C++.' +type: docs +weight: 2500 +url: /cpp/system.threading.tasks/task/functiont/ +--- +## FunctionT typedef + + +Internal implementation. Not for user code. + +```cpp +using System::Threading::Tasks::Task::FunctionT = std::function +``` + +## Remarks + + +Function type for internal task execution +## See Also + +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/task/get_asyncstate/_index.md b/english/cpp/system.threading.tasks/task/get_asyncstate/_index.md new file mode 100644 index 0000000000..74319bab05 --- /dev/null +++ b/english/cpp/system.threading.tasks/task/get_asyncstate/_index.md @@ -0,0 +1,30 @@ +--- +title: System::Threading::Tasks::Task::get_AsyncState method +linktitle: get_AsyncState +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Task::get_AsyncState method. Gets the user-defined state object associated with the task in C++.' +type: docs +weight: 1000 +url: /cpp/system.threading.tasks/task/get_asyncstate/ +--- +## Task::get_AsyncState method + + +Gets the user-defined state object associated with the task. + +```cpp +const SharedPtr & System::Threading::Tasks::Task::get_AsyncState() const +``` + + +### ReturnValue + +SharedPtr The state object provided during construction + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Object](../../../system/object/) +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/task/get_completedtask/_index.md b/english/cpp/system.threading.tasks/task/get_completedtask/_index.md new file mode 100644 index 0000000000..dc88734b6c --- /dev/null +++ b/english/cpp/system.threading.tasks/task/get_completedtask/_index.md @@ -0,0 +1,29 @@ +--- +title: System::Threading::Tasks::Task::get_CompletedTask method +linktitle: get_CompletedTask +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Task::get_CompletedTask method. Gets a completed task (singleton) in C++.' +type: docs +weight: 2300 +url: /cpp/system.threading.tasks/task/get_completedtask/ +--- +## Task::get_CompletedTask method + + +Gets a completed task (singleton) + +```cpp +static const TaskPtr & System::Threading::Tasks::Task::get_CompletedTask() +``` + + +### ReturnValue + +TaskPtr Shared pointer to a completed task instance + +## See Also + +* Typedef [TaskPtr](../../../system/taskptr/) +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/task/get_currentid/_index.md b/english/cpp/system.threading.tasks/task/get_currentid/_index.md new file mode 100644 index 0000000000..95d7e642ad --- /dev/null +++ b/english/cpp/system.threading.tasks/task/get_currentid/_index.md @@ -0,0 +1,24 @@ +--- +title: System::Threading::Tasks::Task::get_CurrentId method +linktitle: get_CurrentId +second_title: Aspose.PDF for C++ API Reference +description: 'How to use get_CurrentId method of System::Threading::Tasks::Task class in C++.' +type: docs +weight: 2400 +url: /cpp/system.threading.tasks/task/get_currentid/ +--- +## Task::get_CurrentId method + + + + +```cpp +static Nullable System::Threading::Tasks::Task::get_CurrentId() +``` + +## See Also + +* Class [Nullable](../../../system/nullable/) +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/task/get_id/_index.md b/english/cpp/system.threading.tasks/task/get_id/_index.md new file mode 100644 index 0000000000..ab5506d9c6 --- /dev/null +++ b/english/cpp/system.threading.tasks/task/get_id/_index.md @@ -0,0 +1,28 @@ +--- +title: System::Threading::Tasks::Task::get_Id method +linktitle: get_Id +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Task::get_Id method. Gets the ID for task in C++.' +type: docs +weight: 1100 +url: /cpp/system.threading.tasks/task/get_id/ +--- +## Task::get_Id method + + +Gets the ID for task. + +```cpp +int32_t System::Threading::Tasks::Task::get_Id() const +``` + + +### ReturnValue + +int32_t The unique ID for this task + +## See Also + +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/task/get_iscanceled/_index.md b/english/cpp/system.threading.tasks/task/get_iscanceled/_index.md new file mode 100644 index 0000000000..fc9c2ea934 --- /dev/null +++ b/english/cpp/system.threading.tasks/task/get_iscanceled/_index.md @@ -0,0 +1,28 @@ +--- +title: System::Threading::Tasks::Task::get_IsCanceled method +linktitle: get_IsCanceled +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Task::get_IsCanceled method. Gets whether the task completed due to cancellation in C++.' +type: docs +weight: 1200 +url: /cpp/system.threading.tasks/task/get_iscanceled/ +--- +## Task::get_IsCanceled method + + +Gets whether the task completed due to cancellation. + +```cpp +bool System::Threading::Tasks::Task::get_IsCanceled() const +``` + + +### ReturnValue + +bool True if the task was canceled + +## See Also + +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/task/get_iscompleted/_index.md b/english/cpp/system.threading.tasks/task/get_iscompleted/_index.md new file mode 100644 index 0000000000..1bc0ab5bf1 --- /dev/null +++ b/english/cpp/system.threading.tasks/task/get_iscompleted/_index.md @@ -0,0 +1,28 @@ +--- +title: System::Threading::Tasks::Task::get_IsCompleted method +linktitle: get_IsCompleted +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Task::get_IsCompleted method. Gets whether the task has completed in C++.' +type: docs +weight: 1300 +url: /cpp/system.threading.tasks/task/get_iscompleted/ +--- +## Task::get_IsCompleted method + + +Gets whether the task has completed. + +```cpp +bool System::Threading::Tasks::Task::get_IsCompleted() const +``` + + +### ReturnValue + +bool True if the task has completed (successfully, faulted, or canceled) + +## See Also + +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/task/get_isfaulted/_index.md b/english/cpp/system.threading.tasks/task/get_isfaulted/_index.md new file mode 100644 index 0000000000..500cc6e812 --- /dev/null +++ b/english/cpp/system.threading.tasks/task/get_isfaulted/_index.md @@ -0,0 +1,28 @@ +--- +title: System::Threading::Tasks::Task::get_IsFaulted method +linktitle: get_IsFaulted +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Task::get_IsFaulted method. Gets whether the task completed due to an unhandled exception in C++.' +type: docs +weight: 1400 +url: /cpp/system.threading.tasks/task/get_isfaulted/ +--- +## Task::get_IsFaulted method + + +Gets whether the task completed due to an unhandled exception. + +```cpp +bool System::Threading::Tasks::Task::get_IsFaulted() const +``` + + +### ReturnValue + +bool True if the task faulted + +## See Also + +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/task/get_scheduler/_index.md b/english/cpp/system.threading.tasks/task/get_scheduler/_index.md new file mode 100644 index 0000000000..f21d5fc676 --- /dev/null +++ b/english/cpp/system.threading.tasks/task/get_scheduler/_index.md @@ -0,0 +1,24 @@ +--- +title: System::Threading::Tasks::Task::get_Scheduler method +linktitle: get_Scheduler +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Task::get_Scheduler method. Gets the scheduler associated with this task in C++.' +type: docs +weight: 1500 +url: /cpp/system.threading.tasks/task/get_scheduler/ +--- +## Task::get_Scheduler method + + +Gets the scheduler associated with this task. + +```cpp +TaskScheduler * System::Threading::Tasks::Task::get_Scheduler() const +``` + +## See Also + +* Class [TaskScheduler](../../taskscheduler/) +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/task/get_status/_index.md b/english/cpp/system.threading.tasks/task/get_status/_index.md new file mode 100644 index 0000000000..7251649935 --- /dev/null +++ b/english/cpp/system.threading.tasks/task/get_status/_index.md @@ -0,0 +1,29 @@ +--- +title: System::Threading::Tasks::Task::get_Status method +linktitle: get_Status +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Task::get_Status method. Gets the current status of the task in C++.' +type: docs +weight: 1600 +url: /cpp/system.threading.tasks/task/get_status/ +--- +## Task::get_Status method + + +Gets the current status of the task. + +```cpp +TaskStatus System::Threading::Tasks::Task::get_Status() const +``` + + +### ReturnValue + +TaskStatus The current execution status + +## See Also + +* Enum [TaskStatus](../../taskstatus/) +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/task/getawaiter/_index.md b/english/cpp/system.threading.tasks/task/getawaiter/_index.md new file mode 100644 index 0000000000..4486938c46 --- /dev/null +++ b/english/cpp/system.threading.tasks/task/getawaiter/_index.md @@ -0,0 +1,29 @@ +--- +title: System::Threading::Tasks::Task::GetAwaiter method +linktitle: GetAwaiter +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Task::GetAwaiter method. Gets an awaiter for this task for use with Await in C++.' +type: docs +weight: 1700 +url: /cpp/system.threading.tasks/task/getawaiter/ +--- +## Task::GetAwaiter method + + +Gets an awaiter for this task for use with Await. + +```cpp +Runtime::CompilerServices::TaskAwaiter System::Threading::Tasks::Task::GetAwaiter() const +``` + + +### ReturnValue + +[Runtime::CompilerServices::TaskAwaiter](../../../system.runtime.compilerservices/taskawaiter/) An awaiter instance + +## See Also + +* Class [TaskAwaiter](../../../system.runtime.compilerservices/taskawaiter/) +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/task/runsynchronously/_index.md b/english/cpp/system.threading.tasks/task/runsynchronously/_index.md new file mode 100644 index 0000000000..b422964085 --- /dev/null +++ b/english/cpp/system.threading.tasks/task/runsynchronously/_index.md @@ -0,0 +1,45 @@ +--- +title: System::Threading::Tasks::Task::RunSynchronously method +linktitle: RunSynchronously +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Task::RunSynchronously method. Runs the task synchronously on the current thread in C++.' +type: docs +weight: 1800 +url: /cpp/system.threading.tasks/task/runsynchronously/ +--- +## Task::RunSynchronously() method + + +Runs the task synchronously on the current thread. + +```cpp +void System::Threading::Tasks::Task::RunSynchronously() +``` + + +## See Also + +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) +## Task::RunSynchronously(const SharedPtr\\&) method + + +Runs the task synchronously using the specified scheduler. + +```cpp +void System::Threading::Tasks::Task::RunSynchronously(const SharedPtr &scheduler) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| scheduler | const SharedPtr\\& | The scheduler to use for execution | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [TaskScheduler](../../taskscheduler/) +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/task/set_function/_index.md b/english/cpp/system.threading.tasks/task/set_function/_index.md new file mode 100644 index 0000000000..3171010875 --- /dev/null +++ b/english/cpp/system.threading.tasks/task/set_function/_index.md @@ -0,0 +1,24 @@ +--- +title: System::Threading::Tasks::Task::set_Function method +linktitle: set_Function +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Task::set_Function method. Sets the internal function to execute in C++.' +type: docs +weight: 1900 +url: /cpp/system.threading.tasks/task/set_function/ +--- +## Task::set_Function method + + +Sets the internal function to execute. + +```cpp +void System::Threading::Tasks::Task::set_Function(const FunctionT &fnc) +``` + +## See Also + +* Typedef [FunctionT](../functiont/) +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/task/set_status/_index.md b/english/cpp/system.threading.tasks/task/set_status/_index.md new file mode 100644 index 0000000000..8eaacd4332 --- /dev/null +++ b/english/cpp/system.threading.tasks/task/set_status/_index.md @@ -0,0 +1,24 @@ +--- +title: System::Threading::Tasks::Task::set_Status method +linktitle: set_Status +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Task::set_Status method. Sets the task status in C++.' +type: docs +weight: 2000 +url: /cpp/system.threading.tasks/task/set_status/ +--- +## Task::set_Status method + + +Sets the task status. + +```cpp +void System::Threading::Tasks::Task::set_Status(TaskStatus status) +``` + +## See Also + +* Enum [TaskStatus](../../taskstatus/) +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/task/start/_index.md b/english/cpp/system.threading.tasks/task/start/_index.md new file mode 100644 index 0000000000..f8fee0a88f --- /dev/null +++ b/english/cpp/system.threading.tasks/task/start/_index.md @@ -0,0 +1,45 @@ +--- +title: System::Threading::Tasks::Task::Start method +linktitle: Start +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Task::Start method. Starts the task execution using the default scheduler in C++.' +type: docs +weight: 2100 +url: /cpp/system.threading.tasks/task/start/ +--- +## Task::Start() method + + +Starts the task execution using the default scheduler. + +```cpp +void System::Threading::Tasks::Task::Start() +``` + + +## See Also + +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) +## Task::Start(const SharedPtr\\&) method + + +Starts the task execution using the specified scheduler. + +```cpp +void System::Threading::Tasks::Task::Start(const SharedPtr &scheduler) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| scheduler | const SharedPtr\\& | The scheduler to use for execution | + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [TaskScheduler](../../taskscheduler/) +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/task/task/_index.md b/english/cpp/system.threading.tasks/task/task/_index.md new file mode 100644 index 0000000000..bd18a6eda3 --- /dev/null +++ b/english/cpp/system.threading.tasks/task/task/_index.md @@ -0,0 +1,113 @@ +--- +title: System::Threading::Tasks::Task::Task constructor +linktitle: Task +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Task::Task constructor. Internal constructor for creating uninitialized tasks in C++.' +type: docs +weight: 100 +url: /cpp/system.threading.tasks/task/task/ +--- +## Task::Task() constructor + + +Internal constructor for creating uninitialized tasks. + +```cpp +System::Threading::Tasks::Task::Task() +``` + +## See Also + +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) +## Task::Task(const Action\\>\&, const SharedPtr\\&) constructor + + +Constructs a [Task](../) with a stateful action and state object. + +```cpp +System::Threading::Tasks::Task::Task(const Action> &action, const SharedPtr &state) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| action | const Action\\>\& | The action to execute (accepts state object) | +| state | const SharedPtr\\& | User-defined state object passed to the action | + +## See Also + +* Typedef [Action](../../../system/action/) +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Object](../../../system/object/) +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) +## Task::Task(const Action\\>\&, const SharedPtr\\&, const CancellationToken\&) constructor + + +Constructs a [Task](../) with stateful action, state, and cancellation token. + +```cpp +System::Threading::Tasks::Task::Task(const Action> &action, const SharedPtr &state, const CancellationToken &cancellationToken) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| action | const Action\\>\& | The action to execute (accepts state object) | +| state | const SharedPtr\\& | User-defined state object passed to the action | +| cancellationToken | const CancellationToken\& | Token to monitor for cancellation requests | + +## See Also + +* Typedef [Action](../../../system/action/) +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [Object](../../../system/object/) +* Class [CancellationToken](../../../system.threading/cancellationtoken/) +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) +## Task::Task(const Action<>\&) constructor + + +Constructs a [Task](../) with an action to execute. + +```cpp +System::Threading::Tasks::Task::Task(const Action<> &action) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| action | const Action<>\& | The action to execute asynchronously | + +## See Also + +* Typedef [Action](../../../system/action/) +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) +## Task::Task(const Action<>\&, const CancellationToken\&) constructor + + +Constructs a [Task](../) with an action and cancellation token. + +```cpp +System::Threading::Tasks::Task::Task(const Action<> &action, const CancellationToken &cancellationToken) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| action | const Action<>\& | The action to execute asynchronously | +| cancellationToken | const CancellationToken\& | Token to monitor for cancellation requests | + +## See Also + +* Typedef [Action](../../../system/action/) +* Class [CancellationToken](../../../system.threading/cancellationtoken/) +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/task/wait/_index.md b/english/cpp/system.threading.tasks/task/wait/_index.md new file mode 100644 index 0000000000..6e30206655 --- /dev/null +++ b/english/cpp/system.threading.tasks/task/wait/_index.md @@ -0,0 +1,44 @@ +--- +title: System::Threading::Tasks::Task::Wait method +linktitle: Wait +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Task::Wait method. Waits for the task to complete in C++.' +type: docs +weight: 2200 +url: /cpp/system.threading.tasks/task/wait/ +--- +## Task::Wait() method + + +Waits for the task to complete. + +```cpp +void System::Threading::Tasks::Task::Wait() +``` + + +## See Also + +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) +## Task::Wait(const CancellationToken\&) method + + +Waits for the task to complete with cancellation support. + +```cpp +void System::Threading::Tasks::Task::Wait(const CancellationToken &cancellationToken) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cancellationToken | const CancellationToken\& | Token to monitor for cancellation while waiting | + +## See Also + +* Class [CancellationToken](../../../system.threading/cancellationtoken/) +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/task/~task/_index.md b/english/cpp/system.threading.tasks/task/~task/_index.md new file mode 100644 index 0000000000..0acaddcec4 --- /dev/null +++ b/english/cpp/system.threading.tasks/task/~task/_index.md @@ -0,0 +1,23 @@ +--- +title: System::Threading::Tasks::Task::~Task method +linktitle: ~Task +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::Task::~Task method. Destructor in C++.' +type: docs +weight: 200 +url: /cpp/system.threading.tasks/task/~task/ +--- +## Task::~Task method + + +Destructor. + +```cpp +System::Threading::Tasks::Task::~Task() +``` + +## See Also + +* Class [Task](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/taskscheduler/_index.md b/english/cpp/system.threading.tasks/taskscheduler/_index.md new file mode 100644 index 0000000000..42cbf21a53 --- /dev/null +++ b/english/cpp/system.threading.tasks/taskscheduler/_index.md @@ -0,0 +1,32 @@ +--- +title: System::Threading::Tasks::TaskScheduler class +linktitle: TaskScheduler +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::TaskScheduler class. Represents an object that handles the low-level work of queuing tasks onto threads in C++.' +type: docs +weight: 300 +url: /cpp/system.threading.tasks/taskscheduler/ +--- +## TaskScheduler class + + +Represents an object that handles the low-level work of queuing tasks onto threads. + +```cpp +class TaskScheduler : public System::Object +``` + +## Methods + +| Method | Description | +| --- | --- | +| static [FromCurrentSynchronizationContext](./fromcurrentsynchronizationcontext/)() | Creates a [TaskScheduler](./) associated with the current thread. | +| static [get_Current](./get_current/)() | Gets the [TaskScheduler](./) associated with the currently executing task. | +| static [get_Default](./get_default/)() | Gets the default [TaskScheduler](./) instance that is provided by the framework. | +| [get_Id](./get_id/)() const | Gets the unique ID for this [TaskScheduler](./). | +| virtual [get_MaximumConcurrencyLevel](./get_maximumconcurrencylevel/)() const | Indicates the maximum concurrency level this [TaskScheduler](./) is able to support. | +## See Also + +* Class [Object](../../system/object/) +* Namespace [System::Threading::Tasks](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/system.threading.tasks/taskscheduler/fromcurrentsynchronizationcontext/_index.md b/english/cpp/system.threading.tasks/taskscheduler/fromcurrentsynchronizationcontext/_index.md new file mode 100644 index 0000000000..fc54c6a38d --- /dev/null +++ b/english/cpp/system.threading.tasks/taskscheduler/fromcurrentsynchronizationcontext/_index.md @@ -0,0 +1,30 @@ +--- +title: System::Threading::Tasks::TaskScheduler::FromCurrentSynchronizationContext method +linktitle: FromCurrentSynchronizationContext +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::TaskScheduler::FromCurrentSynchronizationContext method. Creates a TaskScheduler associated with the current thread in C++.' +type: docs +weight: 100 +url: /cpp/system.threading.tasks/taskscheduler/fromcurrentsynchronizationcontext/ +--- +## TaskScheduler::FromCurrentSynchronizationContext method + + +Creates a [TaskScheduler](../) associated with the current thread. + +```cpp +static SharedPtr System::Threading::Tasks::TaskScheduler::FromCurrentSynchronizationContext() +``` + + +### ReturnValue + +A [TaskScheduler](../) associated with the current thread. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [TaskScheduler](../) +* Class [TaskScheduler](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/taskscheduler/get_current/_index.md b/english/cpp/system.threading.tasks/taskscheduler/get_current/_index.md new file mode 100644 index 0000000000..cac01a2969 --- /dev/null +++ b/english/cpp/system.threading.tasks/taskscheduler/get_current/_index.md @@ -0,0 +1,30 @@ +--- +title: System::Threading::Tasks::TaskScheduler::get_Current method +linktitle: get_Current +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::TaskScheduler::get_Current method. Gets the TaskScheduler associated with the currently executing task in C++.' +type: docs +weight: 200 +url: /cpp/system.threading.tasks/taskscheduler/get_current/ +--- +## TaskScheduler::get_Current method + + +Gets the [TaskScheduler](../) associated with the currently executing task. + +```cpp +static SharedPtr System::Threading::Tasks::TaskScheduler::get_Current() +``` + + +### ReturnValue + +The [TaskScheduler](../) associated with the currently executing task. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [TaskScheduler](../) +* Class [TaskScheduler](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/taskscheduler/get_default/_index.md b/english/cpp/system.threading.tasks/taskscheduler/get_default/_index.md new file mode 100644 index 0000000000..598a13632b --- /dev/null +++ b/english/cpp/system.threading.tasks/taskscheduler/get_default/_index.md @@ -0,0 +1,30 @@ +--- +title: System::Threading::Tasks::TaskScheduler::get_Default method +linktitle: get_Default +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::TaskScheduler::get_Default method. Gets the default TaskScheduler instance that is provided by the framework in C++.' +type: docs +weight: 300 +url: /cpp/system.threading.tasks/taskscheduler/get_default/ +--- +## TaskScheduler::get_Default method + + +Gets the default [TaskScheduler](../) instance that is provided by the framework. + +```cpp +static const SharedPtr & System::Threading::Tasks::TaskScheduler::get_Default() +``` + + +### ReturnValue + +The default [TaskScheduler](../) instance. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [TaskScheduler](../) +* Class [TaskScheduler](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/taskscheduler/get_id/_index.md b/english/cpp/system.threading.tasks/taskscheduler/get_id/_index.md new file mode 100644 index 0000000000..8fde8e02dd --- /dev/null +++ b/english/cpp/system.threading.tasks/taskscheduler/get_id/_index.md @@ -0,0 +1,28 @@ +--- +title: System::Threading::Tasks::TaskScheduler::get_Id method +linktitle: get_Id +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::TaskScheduler::get_Id method. Gets the unique ID for this TaskScheduler in C++.' +type: docs +weight: 400 +url: /cpp/system.threading.tasks/taskscheduler/get_id/ +--- +## TaskScheduler::get_Id method + + +Gets the unique ID for this [TaskScheduler](../). + +```cpp +int32_t System::Threading::Tasks::TaskScheduler::get_Id() const +``` + + +### ReturnValue + +The unique ID for this [TaskScheduler](../). + +## See Also + +* Class [TaskScheduler](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/taskscheduler/get_maximumconcurrencylevel/_index.md b/english/cpp/system.threading.tasks/taskscheduler/get_maximumconcurrencylevel/_index.md new file mode 100644 index 0000000000..608d0dd261 --- /dev/null +++ b/english/cpp/system.threading.tasks/taskscheduler/get_maximumconcurrencylevel/_index.md @@ -0,0 +1,28 @@ +--- +title: System::Threading::Tasks::TaskScheduler::get_MaximumConcurrencyLevel method +linktitle: get_MaximumConcurrencyLevel +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::Tasks::TaskScheduler::get_MaximumConcurrencyLevel method. Indicates the maximum concurrency level this TaskScheduler is able to support in C++.' +type: docs +weight: 500 +url: /cpp/system.threading.tasks/taskscheduler/get_maximumconcurrencylevel/ +--- +## TaskScheduler::get_MaximumConcurrencyLevel method + + +Indicates the maximum concurrency level this [TaskScheduler](../) is able to support. + +```cpp +virtual int32_t System::Threading::Tasks::TaskScheduler::get_MaximumConcurrencyLevel() const +``` + + +### ReturnValue + +An integer that represents the maximum concurrency level. + +## See Also + +* Class [TaskScheduler](../) +* Namespace [System::Threading::Tasks](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading.tasks/taskstatus/_index.md b/english/cpp/system.threading.tasks/taskstatus/_index.md new file mode 100644 index 0000000000..d8783384ac --- /dev/null +++ b/english/cpp/system.threading.tasks/taskstatus/_index.md @@ -0,0 +1,35 @@ +--- +title: System::Threading::Tasks::TaskStatus enum +linktitle: TaskStatus +second_title: Aspose.PDF for C++ API Reference +description: 'How to use System::Threading::Tasks::TaskStatus enum in C++.' +type: docs +weight: 400 +url: /cpp/system.threading.tasks/taskstatus/ +--- +## TaskStatus enum + + + + +```cpp +enum class TaskStatus +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Created | 0 | | +| WaitingForActivation | 1 | | +| WaitingToRun | 2 | | +| Running | 3 | | +| WaitingForChildrenToComplete | 4 | | +| RanToCompletion | 5 | | +| Canceled | 6 | | +| Faulted | 7 | | + +## See Also + +* Namespace [System::Threading::Tasks](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/system.threading.tasks/whenall/_index.md b/english/cpp/system.threading.tasks/whenall/_index.md new file mode 100644 index 0000000000..16e6a9e20a --- /dev/null +++ b/english/cpp/system.threading.tasks/whenall/_index.md @@ -0,0 +1,72 @@ +--- +title: System::Threading::Tasks::WhenAll method +linktitle: WhenAll +second_title: Aspose.PDF for C++ API Reference +description: 'How to use WhenAll method of class in C++.' +type: docs +weight: 1400 +url: /cpp/system.threading.tasks/whenall/ +--- +## System::Threading::Tasks::WhenAll(ArrayPtr\\>) method + + + + +```cpp +template RTaskPtr> System::Threading::Tasks::WhenAll(ArrayPtr> tasks) +``` + +## See Also + +* Typedef [RTaskPtr](../../system/rtaskptr/) +* Typedef [ArrayPtr](../../system/arrayptr/) +* Namespace [System::Threading::Tasks](../) +* Library [Aspose.PDF for C++](../../) +## System::Threading::Tasks::WhenAll(const ArrayPtr\\&) method + + + + +```cpp +TaskPtr System::Threading::Tasks::WhenAll(const ArrayPtr &tasks) +``` + +## See Also + +* Typedef [TaskPtr](../../system/taskptr/) +* Typedef [ArrayPtr](../../system/arrayptr/) +* Namespace [System::Threading::Tasks](../) +* Library [Aspose.PDF for C++](../../) +## System::Threading::Tasks::WhenAll(const SharedPtr\\>\&) method + + + + +```cpp +TaskPtr System::Threading::Tasks::WhenAll(const SharedPtr> &tasks) +``` + +## See Also + +* Typedef [TaskPtr](../../system/taskptr/) +* Typedef [SharedPtr](../../system/sharedptr/) +* Class [IEnumerable](../../system.collections.generic/ienumerable/) +* Namespace [System::Threading::Tasks](../) +* Library [Aspose.PDF for C++](../../) +## System::Threading::Tasks::WhenAll(SharedPtr\\>\>) method + + + + +```cpp +template RTaskPtr> System::Threading::Tasks::WhenAll(SharedPtr>> tasks) +``` + +## See Also + +* Typedef [RTaskPtr](../../system/rtaskptr/) +* Typedef [ArrayPtr](../../system/arrayptr/) +* Typedef [SharedPtr](../../system/sharedptr/) +* Class [IEnumerable](../../system.collections.generic/ienumerable/) +* Namespace [System::Threading::Tasks](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/system.threading/_index.md b/english/cpp/system.threading/_index.md index 1ddaceb04d..80890200a1 100644 --- a/english/cpp/system.threading/_index.md +++ b/english/cpp/system.threading/_index.md @@ -4,7 +4,7 @@ linktitle: System::Threading second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Threading namespace in C++.' type: docs -weight: 7000 +weight: 7100 url: /cpp/system.threading/ --- @@ -15,6 +15,9 @@ url: /cpp/system.threading/ | Class | Description | | --- | --- | | [AutoResetEvent](./autoresetevent/) | Event to notify waiting thread that resets automatically. Objects of this class should only be allocated using [System::MakeObject()](../system/makeobject/) function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into [System::SmartPtr](../system/smartptr/) pointer and use this pointer to pass it to functions as argument. | +| [CancellationToken](./cancellationtoken/) | Propagates notification that operations should be canceled. This class provides a mechanism for cooperative cancellation between threads, allowing one thread to notify others that an operation should be canceled. | +| [CancellationTokenRegistration](./cancellationtokenregistration/) | Represents a registration for a cancellation token callback. | +| [CancellationTokenSource](./cancellationtokensource/) | A cancellation token source that can be used to trigger cancellation notifications. | | [EventWaitHandle](./eventwaithandle/) | Event that can be sent to waiting thread. Objects of this class should only be allocated using [System::MakeObject()](../system/makeobject/) function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into [System::SmartPtr](../system/smartptr/) pointer and use this pointer to pass it to functions as argument. | | [Interlocked](./interlocked/) | Provides API for thread-safe operations. This is a static type with no instance services. You should never create instances of it by any means. | | [ManualResetEvent](./manualresetevent/) | Event to notify waiting thread that does not reset automatically. Objects of this class should only be allocated using [System::MakeObject()](../system/makeobject/) function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into [System::SmartPtr](../system/smartptr/) pointer and use this pointer to pass it to functions as argument. | diff --git a/english/cpp/system.threading/apartmentstate/_index.md b/english/cpp/system.threading/apartmentstate/_index.md index e60f43260e..e4f63e7b6c 100644 --- a/english/cpp/system.threading/apartmentstate/_index.md +++ b/english/cpp/system.threading/apartmentstate/_index.md @@ -4,7 +4,7 @@ linktitle: ApartmentState second_title: Aspose.PDF for C++ API Reference description: 'System::Threading::ApartmentState enum. Sets apartment state of the thread in C++.' type: docs -weight: 1400 +weight: 1700 url: /cpp/system.threading/apartmentstate/ --- ## ApartmentState enum diff --git a/english/cpp/system.threading/cancellationtoken/_index.md b/english/cpp/system.threading/cancellationtoken/_index.md new file mode 100644 index 0000000000..9a7ec83f74 --- /dev/null +++ b/english/cpp/system.threading/cancellationtoken/_index.md @@ -0,0 +1,38 @@ +--- +title: System::Threading::CancellationToken class +linktitle: CancellationToken +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::CancellationToken class. Propagates notification that operations should be canceled. This class provides a mechanism for cooperative cancellation between threads, allowing one thread to notify others that an operation should be canceled in C++.' +type: docs +weight: 200 +url: /cpp/system.threading/cancellationtoken/ +--- +## CancellationToken class + + +Propagates notification that operations should be canceled. This class provides a mechanism for cooperative cancellation between threads, allowing one thread to notify others that an operation should be canceled. + +```cpp +class CancellationToken : public System::Details::BoxableObjectBase +``` + +## Methods + +| Method | Description | +| --- | --- | +| [CancellationToken](./cancellationtoken/)() | Default constructor. | +| [get_CanBeCanceled](./get_canbecanceled/)() const | Gets whether this token is capable of being in the canceled state. | +| [get_IsCancellationRequested](./get_iscancellationrequested/)() const | Gets whether cancellation has been requested for this token. | +| static [get_None](./get_none/)() | Returns an empty [System::Threading::CancellationToken](./) value. | +| [Register](./register/)(const Action<>\&) const | Registers a callback that will be invoked when cancellation is requested. | +| [ThrowIfCancellationRequested](./throwifcancellationrequested/)() const | Throws a OperationCanceledException if cancellation has been requested. | +## Remarks + + + +A [CancellationToken](./) can only be canceled through its associated [CancellationTokenSource](../cancellationtokensource/). + +## See Also + +* Namespace [System::Threading](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/system.threading/cancellationtoken/cancellationtoken/_index.md b/english/cpp/system.threading/cancellationtoken/cancellationtoken/_index.md new file mode 100644 index 0000000000..97836963b4 --- /dev/null +++ b/english/cpp/system.threading/cancellationtoken/cancellationtoken/_index.md @@ -0,0 +1,27 @@ +--- +title: System::Threading::CancellationToken::CancellationToken constructor +linktitle: CancellationToken +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::CancellationToken::CancellationToken constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /cpp/system.threading/cancellationtoken/cancellationtoken/ +--- +## CancellationToken::CancellationToken constructor + + +Default constructor. + +```cpp +System::Threading::CancellationToken::CancellationToken() +``` + +## Remarks + + +Creates a token that will never be canceled (equivalent to None). +## See Also + +* Class [CancellationToken](../) +* Namespace [System::Threading](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading/cancellationtoken/get_canbecanceled/_index.md b/english/cpp/system.threading/cancellationtoken/get_canbecanceled/_index.md new file mode 100644 index 0000000000..457718259d --- /dev/null +++ b/english/cpp/system.threading/cancellationtoken/get_canbecanceled/_index.md @@ -0,0 +1,33 @@ +--- +title: System::Threading::CancellationToken::get_CanBeCanceled method +linktitle: get_CanBeCanceled +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::CancellationToken::get_CanBeCanceled method. Gets whether this token is capable of being in the canceled state in C++.' +type: docs +weight: 200 +url: /cpp/system.threading/cancellationtoken/get_canbecanceled/ +--- +## CancellationToken::get_CanBeCanceled method + + +Gets whether this token is capable of being in the canceled state. + +```cpp +bool System::Threading::CancellationToken::get_CanBeCanceled() const +``` + + +### ReturnValue + +true if this token is capable of being in the canceled state; otherwise, false. +## Remarks + + + +Tokens created from [CancellationTokenSource](../../cancellationtokensource/) will return true, while the None token will always return false. + +## See Also + +* Class [CancellationToken](../) +* Namespace [System::Threading](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading/cancellationtoken/get_iscancellationrequested/_index.md b/english/cpp/system.threading/cancellationtoken/get_iscancellationrequested/_index.md new file mode 100644 index 0000000000..164771be27 --- /dev/null +++ b/english/cpp/system.threading/cancellationtoken/get_iscancellationrequested/_index.md @@ -0,0 +1,28 @@ +--- +title: System::Threading::CancellationToken::get_IsCancellationRequested method +linktitle: get_IsCancellationRequested +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::CancellationToken::get_IsCancellationRequested method. Gets whether cancellation has been requested for this token in C++.' +type: docs +weight: 300 +url: /cpp/system.threading/cancellationtoken/get_iscancellationrequested/ +--- +## CancellationToken::get_IsCancellationRequested method + + +Gets whether cancellation has been requested for this token. + +```cpp +bool System::Threading::CancellationToken::get_IsCancellationRequested() const +``` + + +### ReturnValue + +true if cancellation has been requested for this token; otherwise, false. + +## See Also + +* Class [CancellationToken](../) +* Namespace [System::Threading](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading/cancellationtoken/get_none/_index.md b/english/cpp/system.threading/cancellationtoken/get_none/_index.md new file mode 100644 index 0000000000..9dd6629838 --- /dev/null +++ b/english/cpp/system.threading/cancellationtoken/get_none/_index.md @@ -0,0 +1,34 @@ +--- +title: System::Threading::CancellationToken::get_None method +linktitle: get_None +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::CancellationToken::get_None method. Returns an empty System::Threading::CancellationToken value in C++.' +type: docs +weight: 600 +url: /cpp/system.threading/cancellationtoken/get_none/ +--- +## CancellationToken::get_None method + + +Returns an empty [System::Threading::CancellationToken](../) value. + +```cpp +static CancellationToken System::Threading::CancellationToken::get_None() +``` + + +### ReturnValue + +An empty cancellation token that cannot be canceled. +## Remarks + + + +The returned token will never transition to a canceled state. + +## See Also + +* Class [CancellationToken](../) +* Class [CancellationToken](../) +* Namespace [System::Threading](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading/cancellationtoken/register/_index.md b/english/cpp/system.threading/cancellationtoken/register/_index.md new file mode 100644 index 0000000000..6116eeb6c1 --- /dev/null +++ b/english/cpp/system.threading/cancellationtoken/register/_index.md @@ -0,0 +1,39 @@ +--- +title: System::Threading::CancellationToken::Register method +linktitle: Register +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::CancellationToken::Register method. Registers a callback that will be invoked when cancellation is requested in C++.' +type: docs +weight: 400 +url: /cpp/system.threading/cancellationtoken/register/ +--- +## CancellationToken::Register method + + +Registers a callback that will be invoked when cancellation is requested. + +```cpp +CancellationTokenRegistration System::Threading::CancellationToken::Register(const Action<> &callback) const +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| callback | const Action<>\& | The Action<> to execute when cancellation is requested. | + +### ReturnValue + +A [CancellationTokenRegistration](../../cancellationtokenregistration/) object that can be used to deregister the callback. +## Remarks + + + +If cancellation has already been requested, the callback will be invoked immediately. + +## See Also + +* Class [CancellationTokenRegistration](../../cancellationtokenregistration/) +* Typedef [Action](../../../system/action/) +* Class [CancellationToken](../) +* Namespace [System::Threading](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading/cancellationtoken/throwifcancellationrequested/_index.md b/english/cpp/system.threading/cancellationtoken/throwifcancellationrequested/_index.md new file mode 100644 index 0000000000..8a1f67b612 --- /dev/null +++ b/english/cpp/system.threading/cancellationtoken/throwifcancellationrequested/_index.md @@ -0,0 +1,29 @@ +--- +title: System::Threading::CancellationToken::ThrowIfCancellationRequested method +linktitle: ThrowIfCancellationRequested +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::CancellationToken::ThrowIfCancellationRequested method. Throws a OperationCanceledException if cancellation has been requested in C++.' +type: docs +weight: 500 +url: /cpp/system.threading/cancellationtoken/throwifcancellationrequested/ +--- +## CancellationToken::ThrowIfCancellationRequested method + + +Throws a OperationCanceledException if cancellation has been requested. + +```cpp +void System::Threading::CancellationToken::ThrowIfCancellationRequested() const +``` + +## Remarks + + + +This method provides a convenient way to check for cancellation at specific points in your code where it's safe to throw an exception. + +## See Also + +* Class [CancellationToken](../) +* Namespace [System::Threading](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading/cancellationtokenregistration/_index.md b/english/cpp/system.threading/cancellationtokenregistration/_index.md new file mode 100644 index 0000000000..c36bc8a2b0 --- /dev/null +++ b/english/cpp/system.threading/cancellationtokenregistration/_index.md @@ -0,0 +1,33 @@ +--- +title: System::Threading::CancellationTokenRegistration class +linktitle: CancellationTokenRegistration +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::CancellationTokenRegistration class. Represents a registration for a cancellation token callback in C++.' +type: docs +weight: 300 +url: /cpp/system.threading/cancellationtokenregistration/ +--- +## CancellationTokenRegistration class + + +Represents a registration for a cancellation token callback. + +```cpp +class CancellationTokenRegistration +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Dispose](./dispose/)() | Disposes the registration and removes the callback from the associated [CancellationTokenSource](../cancellationtokensource/). After calling this method, the registered callback will no longer be invoked when the associated [CancellationTokenSource](../cancellationtokensource/) is canceled. | +## Remarks + + +This class allows for the deregistration of a callback from a cancellation token. When disposed, it removes the callback from the associated [CancellationTokenSource](../cancellationtokensource/). +This class should not be created directly - it is returned by [CancellationToken](../cancellationtoken/) registration methods. + +## See Also + +* Namespace [System::Threading](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/system.threading/cancellationtokenregistration/dispose/_index.md b/english/cpp/system.threading/cancellationtokenregistration/dispose/_index.md new file mode 100644 index 0000000000..56a2a32ac3 --- /dev/null +++ b/english/cpp/system.threading/cancellationtokenregistration/dispose/_index.md @@ -0,0 +1,29 @@ +--- +title: System::Threading::CancellationTokenRegistration::Dispose method +linktitle: Dispose +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::CancellationTokenRegistration::Dispose method. Disposes the registration and removes the callback from the associated CancellationTokenSource. After calling this method, the registered callback will no longer be invoked when the associated CancellationTokenSource is canceled in C++.' +type: docs +weight: 100 +url: /cpp/system.threading/cancellationtokenregistration/dispose/ +--- +## CancellationTokenRegistration::Dispose method + + +Disposes the registration and removes the callback from the associated [CancellationTokenSource](../../cancellationtokensource/). After calling this method, the registered callback will no longer be invoked when the associated [CancellationTokenSource](../../cancellationtokensource/) is canceled. + +```cpp +void System::Threading::CancellationTokenRegistration::Dispose() +``` + +## Remarks + + + +It is safe to call this method multiple times - subsequent calls will have no effect. + +## See Also + +* Class [CancellationTokenRegistration](../) +* Namespace [System::Threading](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading/cancellationtokensource/_index.md b/english/cpp/system.threading/cancellationtokensource/_index.md new file mode 100644 index 0000000000..126c712c6c --- /dev/null +++ b/english/cpp/system.threading/cancellationtokensource/_index.md @@ -0,0 +1,37 @@ +--- +title: System::Threading::CancellationTokenSource class +linktitle: CancellationTokenSource +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::CancellationTokenSource class. A cancellation token source that can be used to trigger cancellation notifications in C++.' +type: docs +weight: 400 +url: /cpp/system.threading/cancellationtokensource/ +--- +## CancellationTokenSource class + + +A cancellation token source that can be used to trigger cancellation notifications. + +```cpp +class CancellationTokenSource : public System::IDisposable +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Cancel](./cancel/)() | Communicates a request for cancellation. | +| [CancellationTokenSource](./cancellationtokensource/)() | Constructs a new [CancellationTokenSource](./). | +| static [CreateLinkedTokenSource](./createlinkedtokensource/)(const CancellationToken\&, const CancellationToken\&) | Creates a linked token source that cancels when any of the provided tokens cancel. | +| [Dispose](./dispose/)() override | Releases all resources used by the [CancellationTokenSource](./). | +| [get_IsCancellationRequested](./get_iscancellationrequested/)() const | Gets whether cancellation has been requested. | +| [get_Token](./get_token/)() const | Gets the cancellation token associated with this source. | +## Remarks + + +Provides mechanisms to create and control cancellation tokens for cooperative cancellation of operations. +## See Also + +* Class [IDisposable](../../system/idisposable/) +* Namespace [System::Threading](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/system.threading/cancellationtokensource/cancel/_index.md b/english/cpp/system.threading/cancellationtokensource/cancel/_index.md new file mode 100644 index 0000000000..66e28791c6 --- /dev/null +++ b/english/cpp/system.threading/cancellationtokensource/cancel/_index.md @@ -0,0 +1,29 @@ +--- +title: System::Threading::CancellationTokenSource::Cancel method +linktitle: Cancel +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::CancellationTokenSource::Cancel method. Communicates a request for cancellation in C++.' +type: docs +weight: 200 +url: /cpp/system.threading/cancellationtokensource/cancel/ +--- +## CancellationTokenSource::Cancel method + + +Communicates a request for cancellation. + +```cpp +void System::Threading::CancellationTokenSource::Cancel() +``` + +## Remarks + + + +Callbacks are executed synchronously during this call. + +## See Also + +* Class [CancellationTokenSource](../) +* Namespace [System::Threading](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading/cancellationtokensource/cancellationtokensource/_index.md b/english/cpp/system.threading/cancellationtokensource/cancellationtokensource/_index.md new file mode 100644 index 0000000000..874d77cbe0 --- /dev/null +++ b/english/cpp/system.threading/cancellationtokensource/cancellationtokensource/_index.md @@ -0,0 +1,24 @@ +--- +title: System::Threading::CancellationTokenSource::CancellationTokenSource constructor +linktitle: CancellationTokenSource +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::CancellationTokenSource::CancellationTokenSource constructor. Constructs a new CancellationTokenSource in C++.' +type: docs +weight: 100 +url: /cpp/system.threading/cancellationtokensource/cancellationtokensource/ +--- +## CancellationTokenSource::CancellationTokenSource constructor + + +Constructs a new [CancellationTokenSource](../). + +```cpp +System::Threading::CancellationTokenSource::CancellationTokenSource() +``` + + +## See Also + +* Class [CancellationTokenSource](../) +* Namespace [System::Threading](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading/cancellationtokensource/createlinkedtokensource/_index.md b/english/cpp/system.threading/cancellationtokensource/createlinkedtokensource/_index.md new file mode 100644 index 0000000000..e6377ec81c --- /dev/null +++ b/english/cpp/system.threading/cancellationtokensource/createlinkedtokensource/_index.md @@ -0,0 +1,41 @@ +--- +title: System::Threading::CancellationTokenSource::CreateLinkedTokenSource method +linktitle: CreateLinkedTokenSource +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::CancellationTokenSource::CreateLinkedTokenSource method. Creates a linked token source that cancels when any of the provided tokens cancel in C++.' +type: docs +weight: 600 +url: /cpp/system.threading/cancellationtokensource/createlinkedtokensource/ +--- +## CancellationTokenSource::CreateLinkedTokenSource method + + +Creates a linked token source that cancels when any of the provided tokens cancel. + +```cpp +static SharedPtr System::Threading::CancellationTokenSource::CreateLinkedTokenSource(const CancellationToken &token1, const CancellationToken &token2) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| token1 | const CancellationToken\& | First cancellation token to monitor. | +| token2 | const CancellationToken\& | Second cancellation token to monitor. | + +### ReturnValue + +New token source that will cancel when either input token cancels. +## Remarks + + + +The returned source will immediately cancel if either input token is already canceled. + +## See Also + +* Typedef [SharedPtr](../../../system/sharedptr/) +* Class [CancellationTokenSource](../) +* Class [CancellationToken](../../cancellationtoken/) +* Class [CancellationTokenSource](../) +* Namespace [System::Threading](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading/cancellationtokensource/dispose/_index.md b/english/cpp/system.threading/cancellationtokensource/dispose/_index.md new file mode 100644 index 0000000000..598d008352 --- /dev/null +++ b/english/cpp/system.threading/cancellationtokensource/dispose/_index.md @@ -0,0 +1,29 @@ +--- +title: System::Threading::CancellationTokenSource::Dispose method +linktitle: Dispose +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::CancellationTokenSource::Dispose method. Releases all resources used by the CancellationTokenSource in C++.' +type: docs +weight: 300 +url: /cpp/system.threading/cancellationtokensource/dispose/ +--- +## CancellationTokenSource::Dispose method + + +Releases all resources used by the [CancellationTokenSource](../). + +```cpp +void System::Threading::CancellationTokenSource::Dispose() override +``` + +## Remarks + + +Unregisters all callbacks and makes the token unusable. +Multiple calls are safe and have no additional effect. + +## See Also + +* Class [CancellationTokenSource](../) +* Namespace [System::Threading](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading/cancellationtokensource/get_iscancellationrequested/_index.md b/english/cpp/system.threading/cancellationtokensource/get_iscancellationrequested/_index.md new file mode 100644 index 0000000000..1738ebdaca --- /dev/null +++ b/english/cpp/system.threading/cancellationtokensource/get_iscancellationrequested/_index.md @@ -0,0 +1,28 @@ +--- +title: System::Threading::CancellationTokenSource::get_IsCancellationRequested method +linktitle: get_IsCancellationRequested +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::CancellationTokenSource::get_IsCancellationRequested method. Gets whether cancellation has been requested in C++.' +type: docs +weight: 400 +url: /cpp/system.threading/cancellationtokensource/get_iscancellationrequested/ +--- +## CancellationTokenSource::get_IsCancellationRequested method + + +Gets whether cancellation has been requested. + +```cpp +bool System::Threading::CancellationTokenSource::get_IsCancellationRequested() const +``` + + +### ReturnValue + +true if [Cancel()](../cancel/) has been called, false otherwise. + +## See Also + +* Class [CancellationTokenSource](../) +* Namespace [System::Threading](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading/cancellationtokensource/get_token/_index.md b/english/cpp/system.threading/cancellationtokensource/get_token/_index.md new file mode 100644 index 0000000000..3493e2d3da --- /dev/null +++ b/english/cpp/system.threading/cancellationtokensource/get_token/_index.md @@ -0,0 +1,29 @@ +--- +title: System::Threading::CancellationTokenSource::get_Token method +linktitle: get_Token +second_title: Aspose.PDF for C++ API Reference +description: 'System::Threading::CancellationTokenSource::get_Token method. Gets the cancellation token associated with this source in C++.' +type: docs +weight: 500 +url: /cpp/system.threading/cancellationtokensource/get_token/ +--- +## CancellationTokenSource::get_Token method + + +Gets the cancellation token associated with this source. + +```cpp +CancellationToken System::Threading::CancellationTokenSource::get_Token() const +``` + + +### ReturnValue + +A cancellation token that can be passed to cancelable operations. + +## See Also + +* Class [CancellationToken](../../cancellationtoken/) +* Class [CancellationTokenSource](../) +* Namespace [System::Threading](../../) +* Library [Aspose.PDF for C++](../../../) diff --git a/english/cpp/system.threading/eventresetmode/_index.md b/english/cpp/system.threading/eventresetmode/_index.md index d3e60ce772..bb4277aa78 100644 --- a/english/cpp/system.threading/eventresetmode/_index.md +++ b/english/cpp/system.threading/eventresetmode/_index.md @@ -4,7 +4,7 @@ linktitle: EventResetMode second_title: Aspose.PDF for C++ API Reference description: 'System::Threading::EventResetMode enum. Indicates how event state resets in C++.' type: docs -weight: 1500 +weight: 1800 url: /cpp/system.threading/eventresetmode/ --- ## EventResetMode enum diff --git a/english/cpp/system.threading/eventwaithandle/_index.md b/english/cpp/system.threading/eventwaithandle/_index.md index b1a288877e..467071b2a8 100644 --- a/english/cpp/system.threading/eventwaithandle/_index.md +++ b/english/cpp/system.threading/eventwaithandle/_index.md @@ -4,7 +4,7 @@ linktitle: EventWaitHandle second_title: Aspose.PDF for C++ API Reference description: 'System::Threading::EventWaitHandle class. Event that can be sent to waiting thread. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument in C++.' type: docs -weight: 200 +weight: 500 url: /cpp/system.threading/eventwaithandle/ --- ## EventWaitHandle class diff --git a/english/cpp/system.threading/interlocked/_index.md b/english/cpp/system.threading/interlocked/_index.md index 557b438fec..851d02fdf6 100644 --- a/english/cpp/system.threading/interlocked/_index.md +++ b/english/cpp/system.threading/interlocked/_index.md @@ -4,7 +4,7 @@ linktitle: Interlocked second_title: Aspose.PDF for C++ API Reference description: 'System::Threading::Interlocked class. Provides API for thread-safe operations. This is a static type with no instance services. You should never create instances of it by any means in C++.' type: docs -weight: 300 +weight: 600 url: /cpp/system.threading/interlocked/ --- ## Interlocked class diff --git a/english/cpp/system.threading/manualresetevent/_index.md b/english/cpp/system.threading/manualresetevent/_index.md index b3ea44ba3a..90ba8fabca 100644 --- a/english/cpp/system.threading/manualresetevent/_index.md +++ b/english/cpp/system.threading/manualresetevent/_index.md @@ -4,7 +4,7 @@ linktitle: ManualResetEvent second_title: Aspose.PDF for C++ API Reference description: 'System::Threading::ManualResetEvent class. Event to notify waiting thread that does not reset automatically. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument in C++.' type: docs -weight: 400 +weight: 700 url: /cpp/system.threading/manualresetevent/ --- ## ManualResetEvent class diff --git a/english/cpp/system.threading/monitor/_index.md b/english/cpp/system.threading/monitor/_index.md index f142139018..a6f90a1985 100644 --- a/english/cpp/system.threading/monitor/_index.md +++ b/english/cpp/system.threading/monitor/_index.md @@ -4,7 +4,7 @@ linktitle: Monitor second_title: Aspose.PDF for C++ API Reference description: 'System::Threading::Monitor class. Class Monitor provides a mechanism that synchronizes access to objects in C++.' type: docs -weight: 500 +weight: 800 url: /cpp/system.threading/monitor/ --- ## Monitor class diff --git a/english/cpp/system.threading/mutex/_index.md b/english/cpp/system.threading/mutex/_index.md index 09a550e0e9..1e3f4fe087 100644 --- a/english/cpp/system.threading/mutex/_index.md +++ b/english/cpp/system.threading/mutex/_index.md @@ -4,7 +4,7 @@ linktitle: Mutex second_title: Aspose.PDF for C++ API Reference description: 'System::Threading::Mutex class. Mutex implemnetation. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument in C++.' type: docs -weight: 600 +weight: 900 url: /cpp/system.threading/mutex/ --- ## Mutex class diff --git a/english/cpp/system.threading/parameterizedthreadstart/_index.md b/english/cpp/system.threading/parameterizedthreadstart/_index.md index 42a946ef7e..7b1bae3674 100644 --- a/english/cpp/system.threading/parameterizedthreadstart/_index.md +++ b/english/cpp/system.threading/parameterizedthreadstart/_index.md @@ -4,7 +4,7 @@ linktitle: ParameterizedThreadStart second_title: Aspose.PDF for C++ API Reference description: 'System::Threading::ParameterizedThreadStart typedef. Thread function with single parameter in C++.' type: docs -weight: 1700 +weight: 2000 url: /cpp/system.threading/parameterizedthreadstart/ --- ## ParameterizedThreadStart typedef diff --git a/english/cpp/system.threading/semaphore/_index.md b/english/cpp/system.threading/semaphore/_index.md index 51c9c83228..4ad8e1ff38 100644 --- a/english/cpp/system.threading/semaphore/_index.md +++ b/english/cpp/system.threading/semaphore/_index.md @@ -4,7 +4,7 @@ linktitle: Semaphore second_title: Aspose.PDF for C++ API Reference description: 'System::Threading::Semaphore class. Semaphore implementation. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument in C++.' type: docs -weight: 700 +weight: 1000 url: /cpp/system.threading/semaphore/ --- ## Semaphore class diff --git a/english/cpp/system.threading/sendorpostcallback/_index.md b/english/cpp/system.threading/sendorpostcallback/_index.md index 034340f839..477ff6b42b 100644 --- a/english/cpp/system.threading/sendorpostcallback/_index.md +++ b/english/cpp/system.threading/sendorpostcallback/_index.md @@ -4,7 +4,7 @@ linktitle: SendOrPostCallback second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Threading::SendOrPostCallback typedef in C++.' type: docs -weight: 1800 +weight: 2100 url: /cpp/system.threading/sendorpostcallback/ --- ## SendOrPostCallback typedef diff --git a/english/cpp/system.threading/thread/_index.md b/english/cpp/system.threading/thread/_index.md index 82d34cf1de..7230ae2e9a 100644 --- a/english/cpp/system.threading/thread/_index.md +++ b/english/cpp/system.threading/thread/_index.md @@ -4,7 +4,7 @@ linktitle: Thread second_title: Aspose.PDF for C++ API Reference description: 'System::Threading::Thread class. Thread implementation. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument in C++.' type: docs -weight: 800 +weight: 1100 url: /cpp/system.threading/thread/ --- ## Thread class diff --git a/english/cpp/system.threading/threadpool/_index.md b/english/cpp/system.threading/threadpool/_index.md index f5c3effbb9..2a24b7f992 100644 --- a/english/cpp/system.threading/threadpool/_index.md +++ b/english/cpp/system.threading/threadpool/_index.md @@ -4,7 +4,7 @@ linktitle: ThreadPool second_title: Aspose.PDF for C++ API Reference description: 'System::Threading::ThreadPool class. Thread pool API allowing it pushing jobs into queue to be read by pool of worker threads. This is a static type with no instance services. You should never create instances of it by any means in C++.' type: docs -weight: 900 +weight: 1200 url: /cpp/system.threading/threadpool/ --- ## ThreadPool class diff --git a/english/cpp/system.threading/threadpoolimpl/_index.md b/english/cpp/system.threading/threadpoolimpl/_index.md index 2b6e24fbb6..c3208cc8ac 100644 --- a/english/cpp/system.threading/threadpoolimpl/_index.md +++ b/english/cpp/system.threading/threadpoolimpl/_index.md @@ -4,7 +4,7 @@ linktitle: ThreadPoolImpl second_title: Aspose.PDF for C++ API Reference description: 'System::Threading::ThreadPoolImpl class. Thread pool internal data. This is a singleton type with memory management done by access function(s). You should never create instances of it directly in C++.' type: docs -weight: 1000 +weight: 1300 url: /cpp/system.threading/threadpoolimpl/ --- ## ThreadPoolImpl class diff --git a/english/cpp/system.threading/threadstart/_index.md b/english/cpp/system.threading/threadstart/_index.md index 6e3e2f2087..5c3ed1a0cd 100644 --- a/english/cpp/system.threading/threadstart/_index.md +++ b/english/cpp/system.threading/threadstart/_index.md @@ -4,7 +4,7 @@ linktitle: ThreadStart second_title: Aspose.PDF for C++ API Reference description: 'System::Threading::ThreadStart typedef. Thread function with no parameters in C++.' type: docs -weight: 1900 +weight: 2200 url: /cpp/system.threading/threadstart/ --- ## ThreadStart typedef diff --git a/english/cpp/system.threading/threadstate/_index.md b/english/cpp/system.threading/threadstate/_index.md index 9c69d59f16..038e756c21 100644 --- a/english/cpp/system.threading/threadstate/_index.md +++ b/english/cpp/system.threading/threadstate/_index.md @@ -4,7 +4,7 @@ linktitle: ThreadState second_title: Aspose.PDF for C++ API Reference description: 'System::Threading::ThreadState enum. State of the thread in C++.' type: docs -weight: 1600 +weight: 1900 url: /cpp/system.threading/threadstate/ --- ## ThreadState enum diff --git a/english/cpp/system.threading/timer/_index.md b/english/cpp/system.threading/timer/_index.md index 71e2c725d9..5da9f13baa 100644 --- a/english/cpp/system.threading/timer/_index.md +++ b/english/cpp/system.threading/timer/_index.md @@ -4,7 +4,7 @@ linktitle: Timer second_title: Aspose.PDF for C++ API Reference description: 'System::Threading::Timer class. Timer class that executes job item in separate thread after delay. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument in C++.' type: docs -weight: 1100 +weight: 1400 url: /cpp/system.threading/timer/ --- ## Timer class diff --git a/english/cpp/system.threading/timercallback/_index.md b/english/cpp/system.threading/timercallback/_index.md index 4d609a43fb..fed83df5c2 100644 --- a/english/cpp/system.threading/timercallback/_index.md +++ b/english/cpp/system.threading/timercallback/_index.md @@ -4,7 +4,7 @@ linktitle: TimerCallback second_title: Aspose.PDF for C++ API Reference description: 'System::Threading::TimerCallback typedef. Callback function to be called by timer in C++.' type: docs -weight: 2000 +weight: 2300 url: /cpp/system.threading/timercallback/ --- ## TimerCallback typedef diff --git a/english/cpp/system.threading/timerqueue/_index.md b/english/cpp/system.threading/timerqueue/_index.md index 98f7c70168..3776a2e239 100644 --- a/english/cpp/system.threading/timerqueue/_index.md +++ b/english/cpp/system.threading/timerqueue/_index.md @@ -4,7 +4,7 @@ linktitle: TimerQueue second_title: Aspose.PDF for C++ API Reference description: 'System::Threading::TimerQueue class. Queue that handles Timer objects. This is just an implementation. Timer objects register there by themselves, you don''t have to do so to use them - use Timer class API instead. This is a singleton type with memory management done by access function(s). You should never create instances of it directly in C++.' type: docs -weight: 1200 +weight: 1500 url: /cpp/system.threading/timerqueue/ --- ## TimerQueue class diff --git a/english/cpp/system.threading/wait_handle_t/_index.md b/english/cpp/system.threading/wait_handle_t/_index.md index 4da52d4fb5..8041ce97a4 100644 --- a/english/cpp/system.threading/wait_handle_t/_index.md +++ b/english/cpp/system.threading/wait_handle_t/_index.md @@ -4,7 +4,7 @@ linktitle: wait_handle_t second_title: Aspose.PDF for C++ API Reference description: 'System::Threading::wait_handle_t typedef. Handle type in C++.' type: docs -weight: 2100 +weight: 2400 url: /cpp/system.threading/wait_handle_t/ --- ## wait_handle_t typedef diff --git a/english/cpp/system.threading/waitcallback/_index.md b/english/cpp/system.threading/waitcallback/_index.md index 1d3929c5f8..9953442967 100644 --- a/english/cpp/system.threading/waitcallback/_index.md +++ b/english/cpp/system.threading/waitcallback/_index.md @@ -4,7 +4,7 @@ linktitle: WaitCallback second_title: Aspose.PDF for C++ API Reference description: 'System::Threading::WaitCallback typedef. Callback item to be executed once there is a spot in C++.' type: docs -weight: 2200 +weight: 2500 url: /cpp/system.threading/waitcallback/ --- ## WaitCallback typedef diff --git a/english/cpp/system.threading/waithandle/_index.md b/english/cpp/system.threading/waithandle/_index.md index c0af798f54..a110f40ff5 100644 --- a/english/cpp/system.threading/waithandle/_index.md +++ b/english/cpp/system.threading/waithandle/_index.md @@ -4,7 +4,7 @@ linktitle: WaitHandle second_title: Aspose.PDF for C++ API Reference description: 'System::Threading::WaitHandle class. Waiting primitive base class. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument in C++.' type: docs -weight: 1300 +weight: 1600 url: /cpp/system.threading/waithandle/ --- ## WaitHandle class diff --git a/english/cpp/system.timers/_index.md b/english/cpp/system.timers/_index.md index 47afc0589f..72c02dcbac 100644 --- a/english/cpp/system.timers/_index.md +++ b/english/cpp/system.timers/_index.md @@ -4,7 +4,7 @@ linktitle: System::Timers second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Timers namespace in C++.' type: docs -weight: 7100 +weight: 7300 url: /cpp/system.timers/ --- diff --git a/english/cpp/system.web.services.description/_index.md b/english/cpp/system.web.services.description/_index.md index 6426dee27b..ca97a9492e 100644 --- a/english/cpp/system.web.services.description/_index.md +++ b/english/cpp/system.web.services.description/_index.md @@ -4,7 +4,7 @@ linktitle: System::Web::Services::Description second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Web::Services::Description namespace in C++.' type: docs -weight: 7400 +weight: 7600 url: /cpp/system.web.services.description/ --- diff --git a/english/cpp/system.web.services.protocols/_index.md b/english/cpp/system.web.services.protocols/_index.md index 5305b9fbc4..c3e600e023 100644 --- a/english/cpp/system.web.services.protocols/_index.md +++ b/english/cpp/system.web.services.protocols/_index.md @@ -4,7 +4,7 @@ linktitle: System::Web::Services::Protocols second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Web::Services::Protocols namespace in C++.' type: docs -weight: 7500 +weight: 7700 url: /cpp/system.web.services.protocols/ --- diff --git a/english/cpp/system.web.services/_index.md b/english/cpp/system.web.services/_index.md index 79b4e889be..89917a408b 100644 --- a/english/cpp/system.web.services/_index.md +++ b/english/cpp/system.web.services/_index.md @@ -4,7 +4,7 @@ linktitle: System::Web::Services second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Web::Services namespace in C++.' type: docs -weight: 7300 +weight: 7500 url: /cpp/system.web.services/ --- diff --git a/english/cpp/system.web.ui.webcontrols/_index.md b/english/cpp/system.web.ui.webcontrols/_index.md index e3e866cfe3..c450304ecf 100644 --- a/english/cpp/system.web.ui.webcontrols/_index.md +++ b/english/cpp/system.web.ui.webcontrols/_index.md @@ -4,7 +4,7 @@ linktitle: System::Web::UI::WebControls second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Web::UI::WebControls namespace in C++.' type: docs -weight: 7600 +weight: 7800 url: /cpp/system.web.ui.webcontrols/ --- diff --git a/english/cpp/system.web/_index.md b/english/cpp/system.web/_index.md index 75d2d82d09..f436e9ae51 100644 --- a/english/cpp/system.web/_index.md +++ b/english/cpp/system.web/_index.md @@ -4,7 +4,7 @@ linktitle: System::Web second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Web namespace in C++.' type: docs -weight: 7200 +weight: 7400 url: /cpp/system.web/ --- diff --git a/english/cpp/system.windows.forms/_index.md b/english/cpp/system.windows.forms/_index.md index a6b3e32e56..d8a3075ef1 100644 --- a/english/cpp/system.windows.forms/_index.md +++ b/english/cpp/system.windows.forms/_index.md @@ -4,7 +4,7 @@ linktitle: System::Windows::Forms second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Windows::Forms namespace in C++.' type: docs -weight: 7700 +weight: 7900 url: /cpp/system.windows.forms/ --- diff --git a/english/cpp/system.xml.resolvers/_index.md b/english/cpp/system.xml.resolvers/_index.md index 41153b584a..6cfc504a2f 100644 --- a/english/cpp/system.xml.resolvers/_index.md +++ b/english/cpp/system.xml.resolvers/_index.md @@ -4,7 +4,7 @@ linktitle: System::Xml::Resolvers second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Xml::Resolvers namespace in C++.' type: docs -weight: 7900 +weight: 8100 url: /cpp/system.xml.resolvers/ --- diff --git a/english/cpp/system.xml.schema/_index.md b/english/cpp/system.xml.schema/_index.md index fc0c0d5012..f67250bd10 100644 --- a/english/cpp/system.xml.schema/_index.md +++ b/english/cpp/system.xml.schema/_index.md @@ -4,7 +4,7 @@ linktitle: System::Xml::Schema second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Xml::Schema namespace in C++.' type: docs -weight: 8000 +weight: 8200 url: /cpp/system.xml.schema/ --- diff --git a/english/cpp/system.xml.serialization/_index.md b/english/cpp/system.xml.serialization/_index.md index d097a49081..3cfcfef01b 100644 --- a/english/cpp/system.xml.serialization/_index.md +++ b/english/cpp/system.xml.serialization/_index.md @@ -4,7 +4,7 @@ linktitle: System::Xml::Serialization second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Xml::Serialization namespace in C++.' type: docs -weight: 8100 +weight: 8300 url: /cpp/system.xml.serialization/ --- diff --git a/english/cpp/system.xml.xpath/_index.md b/english/cpp/system.xml.xpath/_index.md index 4e8ea2733f..d97c2692bb 100644 --- a/english/cpp/system.xml.xpath/_index.md +++ b/english/cpp/system.xml.xpath/_index.md @@ -4,7 +4,7 @@ linktitle: System::Xml::XPath second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Xml::XPath namespace in C++.' type: docs -weight: 8200 +weight: 8400 url: /cpp/system.xml.xpath/ --- diff --git a/english/cpp/system.xml.xsl.runtime/_index.md b/english/cpp/system.xml.xsl.runtime/_index.md index a61831a784..ec75f96254 100644 --- a/english/cpp/system.xml.xsl.runtime/_index.md +++ b/english/cpp/system.xml.xsl.runtime/_index.md @@ -4,7 +4,7 @@ linktitle: System::Xml::Xsl::Runtime second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Xml::Xsl::Runtime namespace in C++.' type: docs -weight: 8400 +weight: 8600 url: /cpp/system.xml.xsl.runtime/ --- diff --git a/english/cpp/system.xml.xsl/_index.md b/english/cpp/system.xml.xsl/_index.md index c8b1327693..363efea9a1 100644 --- a/english/cpp/system.xml.xsl/_index.md +++ b/english/cpp/system.xml.xsl/_index.md @@ -4,7 +4,7 @@ linktitle: System::Xml::Xsl second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Xml::Xsl namespace in C++.' type: docs -weight: 8300 +weight: 8500 url: /cpp/system.xml.xsl/ --- diff --git a/english/cpp/system.xml/_index.md b/english/cpp/system.xml/_index.md index 8a0278621b..ff319d4fb6 100644 --- a/english/cpp/system.xml/_index.md +++ b/english/cpp/system.xml/_index.md @@ -4,7 +4,7 @@ linktitle: System::Xml second_title: Aspose.PDF for C++ API Reference description: 'How to use System::Xml namespace in C++.' type: docs -weight: 7800 +weight: 8000 url: /cpp/system.xml/ --- diff --git a/english/cpp/system/_index.md b/english/cpp/system/_index.md index 54be8982d7..c03e600d82 100644 --- a/english/cpp/system/_index.md +++ b/english/cpp/system/_index.md @@ -4,7 +4,7 @@ linktitle: System second_title: Aspose.PDF for C++ API Reference description: 'How to use System namespace in C++.' type: docs -weight: 2600 +weight: 2700 url: /cpp/system/ --- @@ -141,16 +141,19 @@ url: /cpp/system/ | [FileInfoPtr](./fileinfoptr/) | An alias for a smart pointer that points to an instance of [System::IO::FileInfo](../system.io/fileinfo/) class. | | [FileStreamPtr](./filestreamptr/) | An alias for a smart pointer that points to an instance of [System::IO::FileStream](../system.io/filestream/) class. | | [FileSystemInfoPtr](./filesysteminfoptr/) | An alias for a smart pointer that points to an instance of [System::IO::FileSystemInfo](../system.io/filesysteminfo/) class. | +| [FunctionPtr](./functionptr/) | An alias for function type with default calling convention. | | [IAsyncResultPtr](./iasyncresultptr/) | Shared pointer to [IAsyncResult](./iasyncresult/). | | [IFormatProviderPtr](./iformatproviderptr/) | An alias for a smart pointer that points to an instance of [System::IFormatProvider](./iformatprovider/) class. | | [MakeConstRef_t](./makeconstref_t/) | Helper type for [MakeConstRef](./makeconstref/) modifier. | | [MemoryStreamPtr](./memorystreamptr/) | An alias for a smart pointer that points to an instance of [System::IO::MemoryStream](../system.io/memorystream/) class. | | [Predicate](./predicate/) | Represents a pointer to a predicate - an invokable entity that accepts a single argument and returns a bool value. | +| [RTaskPtr](./rtaskptr/) | An alias for a smart pointer that points to an instance of [System::Threading::Tasks::ResultTask](../system.threading.tasks/resulttask/) class. | | [SharedPtr](./sharedptr/) | Alias for smart pointer widely used in the library. | | [StreamPtr](./streamptr/) | An alias for a smart pointer that points to an instance of [System::IO::Stream](../system.io/stream/) class. | | [StreamReaderPtr](./streamreaderptr/) | An alias for a smart pointer that points to an instance of [System::IO::StreamReader](../system.io/streamreader/) class. | | [StreamWriterPtr](./streamwriterptr/) | An alias for a smart pointer that points to an instance of [System::IO::StreamWriter](../system.io/streamwriter/) class. | | [StringComparerPtr](./stringcomparerptr/) | An alias for a shared pointer to an instance of [StringComparer](./stringcomparer/) class. | +| [TaskPtr](./taskptr/) | An alias for a smart pointer that points to an instance of [System::Threading::Tasks::Task](../system.threading.tasks/task/) class. | | [TimeZoneInfoPtr](./timezoneinfoptr/) | Alias for shared pointer to an instance of [TimeZoneInfo](./timezoneinfo/) class. | | [TimeZonePtr](./timezoneptr/) | Shared pointer to an instance of [TimeZone](./timezone/) class. | ## Functions @@ -246,12 +249,16 @@ url: /cpp/system/ | MakeArray | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | | MakeArray | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | | MakeArray | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | +| MakeAsync | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | +| MakeAsync | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | | MakeObject | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | | MakeObject | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | | MakeScopeGuard | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | | MakeSharedPtr | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | | MakeSharedPtr | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | | MakeTuple | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | +| MakeYieldEnumerable | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | +| MakeYieldEnumerator | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | | MemberwiseClone | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | | ObjectType::GetType< System::DateTime > | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | | ObjectType::GetType< System::String > | System.Collections.Generic.List`1[Doxygen2HugoConverter.Markup.SimpleMarkupEntry] | diff --git a/english/cpp/system/ascast/_index.md b/english/cpp/system/ascast/_index.md index dcc31378a2..41031dc862 100644 --- a/english/cpp/system/ascast/_index.md +++ b/english/cpp/system/ascast/_index.md @@ -4,7 +4,7 @@ linktitle: AsCast second_title: Aspose.PDF for C++ API Reference description: 'System::AsCast method. Casts the source type to the result type using ''as'' operator cast. Used when simple constructor-like cast is needed in C++.' type: docs -weight: 13200 +weight: 13500 url: /cpp/system/ascast/ --- ## System::AsCast(const Source\&) method diff --git a/english/cpp/system/cast/_index.md b/english/cpp/system/cast/_index.md index 0cedf25d84..192b7ca4c2 100644 --- a/english/cpp/system/cast/_index.md +++ b/english/cpp/system/cast/_index.md @@ -4,7 +4,7 @@ linktitle: Cast second_title: Aspose.PDF for C++ API Reference description: 'System::Cast method. Performs cast on SmartPtr objects in C++.' type: docs -weight: 14500 +weight: 14800 url: /cpp/system/cast/ --- ## System::Cast method diff --git a/english/cpp/system/cast_noexcept/_index.md b/english/cpp/system/cast_noexcept/_index.md index 5f03060bc9..a1af2e4891 100644 --- a/english/cpp/system/cast_noexcept/_index.md +++ b/english/cpp/system/cast_noexcept/_index.md @@ -4,7 +4,7 @@ linktitle: Cast_noexcept second_title: Aspose.PDF for C++ API Reference description: 'System::Cast_noexcept method. Performs cast on SmartPtr objects in C++.' type: docs -weight: 14600 +weight: 14900 url: /cpp/system/cast_noexcept/ --- ## System::Cast_noexcept method diff --git a/english/cpp/system/castenumerableto/_index.md b/english/cpp/system/castenumerableto/_index.md index 211f1f32e1..8dddadebc4 100644 --- a/english/cpp/system/castenumerableto/_index.md +++ b/english/cpp/system/castenumerableto/_index.md @@ -4,7 +4,7 @@ linktitle: CastEnumerableTo second_title: Aspose.PDF for C++ API Reference description: 'System::CastEnumerableTo method. Performs the explicit casting of elements of the specified enumerable object to different type in C++.' type: docs -weight: 14700 +weight: 15000 url: /cpp/system/castenumerableto/ --- ## System::CastEnumerableTo(const From\&) method diff --git a/english/cpp/system/checkedcast/_index.md b/english/cpp/system/checkedcast/_index.md index 2ad1856bd5..378048af79 100644 --- a/english/cpp/system/checkedcast/_index.md +++ b/english/cpp/system/checkedcast/_index.md @@ -4,7 +4,7 @@ linktitle: CheckedCast second_title: Aspose.PDF for C++ API Reference description: 'System::CheckedCast method. Determines if the specified value falls into the range of values of type TTo and if it does casts it to the type TTo in C++.' type: docs -weight: 14900 +weight: 15200 url: /cpp/system/checkedcast/ --- ## System::CheckedCast method diff --git a/english/cpp/system/compare/_index.md b/english/cpp/system/compare/_index.md index 8c458e7b79..ef400f1181 100644 --- a/english/cpp/system/compare/_index.md +++ b/english/cpp/system/compare/_index.md @@ -4,7 +4,7 @@ linktitle: Compare second_title: Aspose.PDF for C++ API Reference description: 'System::Compare method. Compares two values in C++.' type: docs -weight: 15000 +weight: 15300 url: /cpp/system/compare/ --- ## System::Compare(const TA\&, const TB\&) method diff --git a/english/cpp/system/const_pointer_cast/_index.md b/english/cpp/system/const_pointer_cast/_index.md index 3d8094dc4c..b18be03565 100644 --- a/english/cpp/system/const_pointer_cast/_index.md +++ b/english/cpp/system/const_pointer_cast/_index.md @@ -4,7 +4,7 @@ linktitle: const_pointer_cast second_title: Aspose.PDF for C++ API Reference description: 'System::const_pointer_cast method. Casts smart pointers using const_cast in C++.' type: docs -weight: 15200 +weight: 15500 url: /cpp/system/const_pointer_cast/ --- ## System::const_pointer_cast method diff --git a/english/cpp/system/constcast/_index.md b/english/cpp/system/constcast/_index.md index a0f7361447..cc104988a1 100644 --- a/english/cpp/system/constcast/_index.md +++ b/english/cpp/system/constcast/_index.md @@ -4,7 +4,7 @@ linktitle: ConstCast second_title: Aspose.PDF for C++ API Reference description: 'System::ConstCast method. End of deprecated casts in C++.' type: docs -weight: 15300 +weight: 15600 url: /cpp/system/constcast/ --- ## System::ConstCast method diff --git a/english/cpp/system/default/_index.md b/english/cpp/system/default/_index.md index fef97c054e..26b12e6a79 100644 --- a/english/cpp/system/default/_index.md +++ b/english/cpp/system/default/_index.md @@ -4,7 +4,7 @@ linktitle: Default second_title: Aspose.PDF for C++ API Reference description: 'System::Default method. Returns the reference to the single default-constructed instance of the exception type in C++.' type: docs -weight: 15400 +weight: 15700 url: /cpp/system/default/ --- ## System::Default() method diff --git a/english/cpp/system/discard/_index.md b/english/cpp/system/discard/_index.md index e4e6e40f76..783ecd92cf 100644 --- a/english/cpp/system/discard/_index.md +++ b/english/cpp/system/discard/_index.md @@ -4,7 +4,7 @@ linktitle: Discard second_title: Aspose.PDF for C++ API Reference description: 'System::Discard method. Returns the default-constructed temporary instance of the specified type, which can be placed instead of discarding ''_'' argument in C++.' type: docs -weight: 15600 +weight: 15900 url: /cpp/system/discard/ --- ## System::Discard method diff --git a/english/cpp/system/dotryfinally/_index.md b/english/cpp/system/dotryfinally/_index.md index d4384cad81..1a6c3dcbf7 100644 --- a/english/cpp/system/dotryfinally/_index.md +++ b/english/cpp/system/dotryfinally/_index.md @@ -4,7 +4,7 @@ linktitle: DoTryFinally second_title: Aspose.PDF for C++ API Reference description: 'System::DoTryFinally method. The sigle function that emulates behavior of C#''s try[-catch]-finally statement. During translation of C#''s try[-catch]-finally statement with translator''s option finally_statement_as_lambda set to true, the statement is translated into the invocation of this method in C++.' type: docs -weight: 15700 +weight: 16000 url: /cpp/system/dotryfinally/ --- ## System::DoTryFinally(T\&&, F\&&) method diff --git a/english/cpp/system/dynamic_pointer_cast/_index.md b/english/cpp/system/dynamic_pointer_cast/_index.md index 6ff13f81ae..c42c29ae2a 100644 --- a/english/cpp/system/dynamic_pointer_cast/_index.md +++ b/english/cpp/system/dynamic_pointer_cast/_index.md @@ -4,7 +4,7 @@ linktitle: dynamic_pointer_cast second_title: Aspose.PDF for C++ API Reference description: 'System::dynamic_pointer_cast method. Casts smart pointers using dynamic_cast in C++.' type: docs -weight: 16000 +weight: 16300 url: /cpp/system/dynamic_pointer_cast/ --- ## System::dynamic_pointer_cast method diff --git a/english/cpp/system/dynamiccast/_index.md b/english/cpp/system/dynamiccast/_index.md index 5ab0b49ade..a73233b6a4 100644 --- a/english/cpp/system/dynamiccast/_index.md +++ b/english/cpp/system/dynamiccast/_index.md @@ -4,7 +4,7 @@ linktitle: DynamicCast second_title: Aspose.PDF for C++ API Reference description: 'System::DynamicCast method. Performs dynamic cast on Exception objects in C++.' type: docs -weight: 16100 +weight: 16400 url: /cpp/system/dynamiccast/ --- ## System::DynamicCast(const TFrom\&) method diff --git a/english/cpp/system/dynamiccast_noexcept/_index.md b/english/cpp/system/dynamiccast_noexcept/_index.md index 6294063dd2..664c2a1bf7 100644 --- a/english/cpp/system/dynamiccast_noexcept/_index.md +++ b/english/cpp/system/dynamiccast_noexcept/_index.md @@ -4,7 +4,7 @@ linktitle: DynamicCast_noexcept second_title: Aspose.PDF for C++ API Reference description: 'System::DynamicCast_noexcept method. Old obsolete casts. Will be removed in future versions in C++.' type: docs -weight: 16800 +weight: 17100 url: /cpp/system/dynamiccast_noexcept/ --- ## System::DynamicCast_noexcept(const TFrom\&) method diff --git a/english/cpp/system/dynamiccastarray/_index.md b/english/cpp/system/dynamiccastarray/_index.md index cbd3dfce99..f18aaf95a1 100644 --- a/english/cpp/system/dynamiccastarray/_index.md +++ b/english/cpp/system/dynamiccastarray/_index.md @@ -4,7 +4,7 @@ linktitle: DynamicCastArray second_title: Aspose.PDF for C++ API Reference description: 'System::DynamicCastArray method. Performs casting of elements of the specified array to different type in C++.' type: docs -weight: 17100 +weight: 17400 url: /cpp/system/dynamiccastarray/ --- ## System::DynamicCastArray method diff --git a/english/cpp/system/enumgetname/_index.md b/english/cpp/system/enumgetname/_index.md index 6811adbe83..f6e6475b6e 100644 --- a/english/cpp/system/enumgetname/_index.md +++ b/english/cpp/system/enumgetname/_index.md @@ -4,7 +4,7 @@ linktitle: EnumGetName second_title: Aspose.PDF for C++ API Reference description: 'How to use EnumGetName method of class in C++.' type: docs -weight: 17200 +weight: 17500 url: /cpp/system/enumgetname/ --- ## System::EnumGetName(T) method diff --git a/english/cpp/system/equals/_index.md b/english/cpp/system/equals/_index.md index 3c37ea893e..b75a8af7da 100644 --- a/english/cpp/system/equals/_index.md +++ b/english/cpp/system/equals/_index.md @@ -4,7 +4,7 @@ linktitle: Equals second_title: Aspose.PDF for C++ API Reference description: 'System::Equals method. Determines the equality of two values applying operator==() to them in C++.' type: docs -weight: 17400 +weight: 17700 url: /cpp/system/equals/ --- ## System::Equals method diff --git a/english/cpp/system/equals_double,double_/_index.md b/english/cpp/system/equals_double,double_/_index.md index 3727bb2322..cb131a315c 100644 --- a/english/cpp/system/equals_double,double_/_index.md +++ b/english/cpp/system/equals_double,double_/_index.md @@ -4,7 +4,7 @@ linktitle: Equals< double, double > second_title: Aspose.PDF for C++ API Reference description: 'System::Equals< double, double > method. Specialization for double-precision floating point values in C++.' type: docs -weight: 17500 +weight: 17800 url: /cpp/system/equals_double,double_/ --- ## System::Equals< double, double > method diff --git a/english/cpp/system/equals_float,float_/_index.md b/english/cpp/system/equals_float,float_/_index.md index e0fdab9257..660712b158 100644 --- a/english/cpp/system/equals_float,float_/_index.md +++ b/english/cpp/system/equals_float,float_/_index.md @@ -4,7 +4,7 @@ linktitle: Equals< float, float > second_title: Aspose.PDF for C++ API Reference description: 'System::Equals< float, float > method. Specialization for single-precision floating point values. Although two floating point NaNs are defined by IEC 60559:1989 to always compare as unequal, the contract for System.Object.Equals, requires that overrides must satisfy the requirements for an equivalence operator. Therefore, System.Double.Equals and System.Single.Equals return True when comparing two NaNs, while the equality operator returns False in that case, as required by the standard in C++.' type: docs -weight: 17600 +weight: 17900 url: /cpp/system/equals_float,float_/ --- ## System::Equals< float, float > method diff --git a/english/cpp/system/explicitcast/_index.md b/english/cpp/system/explicitcast/_index.md index 99def8f280..3978d1b36f 100644 --- a/english/cpp/system/explicitcast/_index.md +++ b/english/cpp/system/explicitcast/_index.md @@ -4,7 +4,7 @@ linktitle: ExplicitCast second_title: Aspose.PDF for C++ API Reference description: 'System::ExplicitCast method. Casts the source type to the result type using explicit cast. Used when the source and the result types are the same in C++.' type: docs -weight: 17700 +weight: 18000 url: /cpp/system/explicitcast/ --- ## System::ExplicitCast(const Source\&) method diff --git a/english/cpp/system/forcestaticcast/_index.md b/english/cpp/system/forcestaticcast/_index.md index 0407686c6a..2a7d111350 100644 --- a/english/cpp/system/forcestaticcast/_index.md +++ b/english/cpp/system/forcestaticcast/_index.md @@ -4,7 +4,7 @@ linktitle: ForceStaticCast second_title: Aspose.PDF for C++ API Reference description: 'System::ForceStaticCast method. Performs real static cast on SmartPtr objects in C++.' type: docs -weight: 19300 +weight: 19600 url: /cpp/system/forcestaticcast/ --- ## System::ForceStaticCast method diff --git a/english/cpp/system/foreachmembergvname/_index.md b/english/cpp/system/foreachmembergvname/_index.md index 5251125447..3868e6da4a 100644 --- a/english/cpp/system/foreachmembergvname/_index.md +++ b/english/cpp/system/foreachmembergvname/_index.md @@ -4,7 +4,7 @@ linktitle: ForEachMemberGVName second_title: Aspose.PDF for C++ API Reference description: 'How to use ForEachMemberGVName method of class in C++.' type: docs -weight: 19400 +weight: 19700 url: /cpp/system/foreachmembergvname/ --- ## System::ForEachMemberGVName method diff --git a/english/cpp/system/functionptr/_index.md b/english/cpp/system/functionptr/_index.md new file mode 100644 index 0000000000..602e786500 --- /dev/null +++ b/english/cpp/system/functionptr/_index.md @@ -0,0 +1,22 @@ +--- +title: System::FunctionPtr typedef +linktitle: FunctionPtr +second_title: Aspose.PDF for C++ API Reference +description: 'System::FunctionPtr typedef. An alias for function type with default calling convention in C++.' +type: docs +weight: 12000 +url: /cpp/system/functionptr/ +--- +## FunctionPtr typedef + + +An alias for function type with default calling convention. + +```cpp +using System::FunctionPtr = ReturnT(*)(ArgsT...) +``` + +## See Also + +* Namespace [System](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/system/get_pointer/_index.md b/english/cpp/system/get_pointer/_index.md index 8b97c1901e..5818cb6c39 100644 --- a/english/cpp/system/get_pointer/_index.md +++ b/english/cpp/system/get_pointer/_index.md @@ -4,7 +4,7 @@ linktitle: get_pointer second_title: Aspose.PDF for C++ API Reference description: 'System::get_pointer method. Gets referenced object of smart pointer in C++.' type: docs -weight: 19500 +weight: 19800 url: /cpp/system/get_pointer/ --- ## System::get_pointer method diff --git a/english/cpp/system/gethashcode/_index.md b/english/cpp/system/gethashcode/_index.md index 1b4808548c..3a56ca3f0f 100644 --- a/english/cpp/system/gethashcode/_index.md +++ b/english/cpp/system/gethashcode/_index.md @@ -4,7 +4,7 @@ linktitle: GetHashCode second_title: Aspose.PDF for C++ API Reference description: 'System::GetHashCode method. Specialization for std::thread::id; Returns the hash code for the specified thread object in C++.' type: docs -weight: 19600 +weight: 19900 url: /cpp/system/gethashcode/ --- ## System::GetHashCode(const std::thread::id\&) method diff --git a/english/cpp/system/iasyncresultptr/_index.md b/english/cpp/system/iasyncresultptr/_index.md index 41b240ccb8..aadbf5ffe1 100644 --- a/english/cpp/system/iasyncresultptr/_index.md +++ b/english/cpp/system/iasyncresultptr/_index.md @@ -4,7 +4,7 @@ linktitle: IAsyncResultPtr second_title: Aspose.PDF for C++ API Reference description: 'System::IAsyncResultPtr typedef. Shared pointer to IAsyncResult in C++.' type: docs -weight: 12000 +weight: 12100 url: /cpp/system/iasyncresultptr/ --- ## IAsyncResultPtr typedef diff --git a/english/cpp/system/iformatproviderptr/_index.md b/english/cpp/system/iformatproviderptr/_index.md index de1674c148..de8b385276 100644 --- a/english/cpp/system/iformatproviderptr/_index.md +++ b/english/cpp/system/iformatproviderptr/_index.md @@ -4,7 +4,7 @@ linktitle: IFormatProviderPtr second_title: Aspose.PDF for C++ API Reference description: 'System::IFormatProviderPtr typedef. An alias for a smart pointer that points to an instance of System::IFormatProvider class in C++.' type: docs -weight: 12100 +weight: 12200 url: /cpp/system/iformatproviderptr/ --- ## IFormatProviderPtr typedef diff --git a/english/cpp/system/is_parametrized_test/_index.md b/english/cpp/system/is_parametrized_test/_index.md index 68b0e580a4..cca452d604 100644 --- a/english/cpp/system/is_parametrized_test/_index.md +++ b/english/cpp/system/is_parametrized_test/_index.md @@ -4,7 +4,7 @@ linktitle: is_parametrized_test second_title: Aspose.PDF for C++ API Reference description: 'How to use is_parametrized_test method of class in C++.' type: docs -weight: 20100 +weight: 20400 url: /cpp/system/is_parametrized_test/ --- ## System::is_parametrized_test method diff --git a/english/cpp/system/is_vp_test/_index.md b/english/cpp/system/is_vp_test/_index.md index 657119ba17..cb35cdd984 100644 --- a/english/cpp/system/is_vp_test/_index.md +++ b/english/cpp/system/is_vp_test/_index.md @@ -4,7 +4,7 @@ linktitle: is_vp_test second_title: Aspose.PDF for C++ API Reference description: 'How to use is_vp_test method of class in C++.' type: docs -weight: 20200 +weight: 20500 url: /cpp/system/is_vp_test/ --- ## System::is_vp_test method diff --git a/english/cpp/system/isconstant/_index.md b/english/cpp/system/isconstant/_index.md index 26df02f358..b436ed88a4 100644 --- a/english/cpp/system/isconstant/_index.md +++ b/english/cpp/system/isconstant/_index.md @@ -4,7 +4,7 @@ linktitle: IsConstant second_title: Aspose.PDF for C++ API Reference description: 'System::IsConstant method. Implements ''is'' constant pattern translation in C++.' type: docs -weight: 20300 +weight: 20600 url: /cpp/system/isconstant/ --- ## System::IsConstant method diff --git a/english/cpp/system/isdeclaration/_index.md b/english/cpp/system/isdeclaration/_index.md index d6b86ccd9d..4129165e7c 100644 --- a/english/cpp/system/isdeclaration/_index.md +++ b/english/cpp/system/isdeclaration/_index.md @@ -4,7 +4,7 @@ linktitle: IsDeclaration second_title: Aspose.PDF for C++ API Reference description: 'System::IsDeclaration method. Implements ''is'' declaration pattern translation in C++.' type: docs -weight: 20400 +weight: 20700 url: /cpp/system/isdeclaration/ --- ## System::IsDeclaration method diff --git a/english/cpp/system/isenummetainfodefined/_index.md b/english/cpp/system/isenummetainfodefined/_index.md index f72d0f4d1a..3fb292216f 100644 --- a/english/cpp/system/isenummetainfodefined/_index.md +++ b/english/cpp/system/isenummetainfodefined/_index.md @@ -4,7 +4,7 @@ linktitle: IsEnumMetaInfoDefined second_title: Aspose.PDF for C++ API Reference description: 'How to use IsEnumMetaInfoDefined method of class in C++.' type: docs -weight: 20500 +weight: 20800 url: /cpp/system/isenummetainfodefined/ --- ## System::IsEnumMetaInfoDefined(T) method diff --git a/english/cpp/system/isinfinity/_index.md b/english/cpp/system/isinfinity/_index.md index 01a58c8d22..9fd9302366 100644 --- a/english/cpp/system/isinfinity/_index.md +++ b/english/cpp/system/isinfinity/_index.md @@ -4,7 +4,7 @@ linktitle: IsInfinity second_title: Aspose.PDF for C++ API Reference description: 'System::IsInfinity method. Determines if the specified value represents infinity in C++.' type: docs -weight: 20700 +weight: 21000 url: /cpp/system/isinfinity/ --- ## System::IsInfinity method diff --git a/english/cpp/system/isnan/_index.md b/english/cpp/system/isnan/_index.md index 0572c41d09..bf12a4dd76 100644 --- a/english/cpp/system/isnan/_index.md +++ b/english/cpp/system/isnan/_index.md @@ -4,7 +4,7 @@ linktitle: IsNaN second_title: Aspose.PDF for C++ API Reference description: 'System::IsNaN method. Determines if the specified value is Not-A-Number value in C++.' type: docs -weight: 20800 +weight: 21100 url: /cpp/system/isnan/ --- ## System::IsNaN method diff --git a/english/cpp/system/isnegativeinfinity/_index.md b/english/cpp/system/isnegativeinfinity/_index.md index 634d2c87d7..d69d2271a6 100644 --- a/english/cpp/system/isnegativeinfinity/_index.md +++ b/english/cpp/system/isnegativeinfinity/_index.md @@ -4,7 +4,7 @@ linktitle: IsNegativeInfinity second_title: Aspose.PDF for C++ API Reference description: 'System::IsNegativeInfinity method. Determines if the specified value represents negative infinity in C++.' type: docs -weight: 20900 +weight: 21200 url: /cpp/system/isnegativeinfinity/ --- ## System::IsNegativeInfinity method diff --git a/english/cpp/system/ispattern/_index.md b/english/cpp/system/ispattern/_index.md deleted file mode 100644 index 87544a0752..0000000000 --- a/english/cpp/system/ispattern/_index.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: System::IsPattern method -linktitle: IsPattern -second_title: Aspose.PDF for C++ API Reference -description: 'System::IsPattern method. Implements ''is'' pattern translation in C++.' -type: docs -weight: 20500 -url: /cpp/system/ispattern/ ---- -## System::IsPattern method - - -Implements 'is' pattern translation. - -```cpp -template static bool System::IsPattern(const ExpressionT &left, ResultT &result) -``` - - -| Parameter | Description | -| --- | --- | -| PatternT | type to check. | -| ExpressionT | left expression type. | -| ResultT | type of result expression. | - -| Parameter | Type | Description | -| --- | --- | --- | -| left | const ExpressionT\& | expression which will be checked. | -| result | ResultT\& | variable which will be assigned to checked type. | - -### ReturnValue - -true if type check is successfull, false otherwise. - -## See Also - -* Namespace [System](../) -* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/system/ispositiveinfinity/_index.md b/english/cpp/system/ispositiveinfinity/_index.md index f23ac38ace..ea3073a65a 100644 --- a/english/cpp/system/ispositiveinfinity/_index.md +++ b/english/cpp/system/ispositiveinfinity/_index.md @@ -4,7 +4,7 @@ linktitle: IsPositiveInfinity second_title: Aspose.PDF for C++ API Reference description: 'System::IsPositiveInfinity method. Determines if the specified value represents positive infinity in C++.' type: docs -weight: 21000 +weight: 21300 url: /cpp/system/ispositiveinfinity/ --- ## System::IsPositiveInfinity method diff --git a/english/cpp/system/iterateover/_index.md b/english/cpp/system/iterateover/_index.md index 789636c751..e79124077e 100644 --- a/english/cpp/system/iterateover/_index.md +++ b/english/cpp/system/iterateover/_index.md @@ -4,7 +4,7 @@ linktitle: IterateOver second_title: Aspose.PDF for C++ API Reference description: 'System::IterateOver method. This function property wraps enumerable (or iterable) object so it can be used with range-based for loop This overload for Enumerable this with default target type in C++.' type: docs -weight: 21100 +weight: 21400 url: /cpp/system/iterateover/ --- ## System::IterateOver(const Enumerable *) method diff --git a/english/cpp/system/makearray/_index.md b/english/cpp/system/makearray/_index.md index 41fbfd6298..6c4727b02c 100644 --- a/english/cpp/system/makearray/_index.md +++ b/english/cpp/system/makearray/_index.md @@ -4,7 +4,7 @@ linktitle: MakeArray second_title: Aspose.PDF for C++ API Reference description: 'System::MakeArray method. A factory function that constructs a new Array object passing the specified arguments to its constructor in C++.' type: docs -weight: 21800 +weight: 22100 url: /cpp/system/makearray/ --- ## System::MakeArray(Args\&&...) method diff --git a/english/cpp/system/makeasync/_index.md b/english/cpp/system/makeasync/_index.md new file mode 100644 index 0000000000..3a4b64feb3 --- /dev/null +++ b/english/cpp/system/makeasync/_index.md @@ -0,0 +1,37 @@ +--- +title: System::MakeAsync method +linktitle: MakeAsync +second_title: Aspose.PDF for C++ API Reference +description: 'How to use MakeAsync method of class in C++.' +type: docs +weight: 22400 +url: /cpp/system/makeasync/ +--- +## System::MakeAsync(const Details::AsyncFunction\&) method + + + + +```cpp +TaskPtr System::MakeAsync(const Details::AsyncFunction &fnc) +``` + +## See Also + +* Typedef [TaskPtr](../taskptr/) +* Namespace [System](../) +* Library [Aspose.PDF for C++](../../) +## System::MakeAsync(const Details::ResultAsyncFunction\\&) method + + + + +```cpp +template RTaskPtr System::MakeAsync(const Details::ResultAsyncFunction &fnc) +``` + +## See Also + +* Typedef [RTaskPtr](../rtaskptr/) +* Namespace [System](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/system/makeconstref_t/_index.md b/english/cpp/system/makeconstref_t/_index.md index 95f9b3e323..7f87bbf9cf 100644 --- a/english/cpp/system/makeconstref_t/_index.md +++ b/english/cpp/system/makeconstref_t/_index.md @@ -4,7 +4,7 @@ linktitle: MakeConstRef_t second_title: Aspose.PDF for C++ API Reference description: 'System::MakeConstRef_t typedef. Helper type for MakeConstRef modifier in C++.' type: docs -weight: 12200 +weight: 12300 url: /cpp/system/makeconstref_t/ --- ## MakeConstRef_t typedef diff --git a/english/cpp/system/makeobject/_index.md b/english/cpp/system/makeobject/_index.md index 348b9ad10f..eb56854b38 100644 --- a/english/cpp/system/makeobject/_index.md +++ b/english/cpp/system/makeobject/_index.md @@ -4,7 +4,7 @@ linktitle: MakeObject second_title: Aspose.PDF for C++ API Reference description: 'System::MakeObject method. Creates object on heap and returns shared pointer to it in C++.' type: docs -weight: 22100 +weight: 22600 url: /cpp/system/makeobject/ --- ## System::MakeObject(Args\&&...) method diff --git a/english/cpp/system/makescopeguard/_index.md b/english/cpp/system/makescopeguard/_index.md index 075d8ea57a..7e5aedb9ef 100644 --- a/english/cpp/system/makescopeguard/_index.md +++ b/english/cpp/system/makescopeguard/_index.md @@ -4,7 +4,7 @@ linktitle: MakeScopeGuard second_title: Aspose.PDF for C++ API Reference description: 'System::MakeScopeGuard method. A factory function that creates instances of ScopedGuard class in C++.' type: docs -weight: 22300 +weight: 22800 url: /cpp/system/makescopeguard/ --- ## System::MakeScopeGuard method diff --git a/english/cpp/system/makesharedptr/_index.md b/english/cpp/system/makesharedptr/_index.md index 200ec4dfca..cd738fc6a1 100644 --- a/english/cpp/system/makesharedptr/_index.md +++ b/english/cpp/system/makesharedptr/_index.md @@ -4,7 +4,7 @@ linktitle: MakeSharedPtr second_title: Aspose.PDF for C++ API Reference description: 'System::MakeSharedPtr method. Converts raw pointer to smart pointer. Overload for const pointers. Useful e. g. when using ''this'' variable in C# methods translated as const in C++.' type: docs -weight: 22400 +weight: 22900 url: /cpp/system/makesharedptr/ --- ## System::MakeSharedPtr(const X *) method diff --git a/english/cpp/system/maketuple/_index.md b/english/cpp/system/maketuple/_index.md index ee631cf865..03de969964 100644 --- a/english/cpp/system/maketuple/_index.md +++ b/english/cpp/system/maketuple/_index.md @@ -4,7 +4,7 @@ linktitle: MakeTuple second_title: Aspose.PDF for C++ API Reference description: 'System::MakeTuple method. Creates tuple on stack in C++.' type: docs -weight: 22600 +weight: 23100 url: /cpp/system/maketuple/ --- ## System::MakeTuple method diff --git a/english/cpp/system/makeyieldenumerable/_index.md b/english/cpp/system/makeyieldenumerable/_index.md new file mode 100644 index 0000000000..fc0113fea4 --- /dev/null +++ b/english/cpp/system/makeyieldenumerable/_index.md @@ -0,0 +1,37 @@ +--- +title: System::MakeYieldEnumerable method +linktitle: MakeYieldEnumerable +second_title: Aspose.PDF for C++ API Reference +description: 'System::MakeYieldEnumerable method. Creates an IEnumerable from a yield function in C++.' +type: docs +weight: 23200 +url: /cpp/system/makeyieldenumerable/ +--- +## System::MakeYieldEnumerable method + + +Creates an IEnumerable from a yield function. + +```cpp +template SharedPtr> System::MakeYieldEnumerable(const Details::YieldFunction &fnc) +``` + + +| Parameter | Description | +| --- | --- | +| T | The type of elements in the sequence | + +| Parameter | Type | Description | +| --- | --- | --- | +| fnc | const Details::YieldFunction\\& | The yield function to execute | + +### ReturnValue + +Shared pointer to the IEnumerable + +## See Also + +* Typedef [SharedPtr](../sharedptr/) +* Class [IEnumerable](../../system.collections.generic/ienumerable/) +* Namespace [System](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/system/makeyieldenumerator/_index.md b/english/cpp/system/makeyieldenumerator/_index.md new file mode 100644 index 0000000000..2b239db235 --- /dev/null +++ b/english/cpp/system/makeyieldenumerator/_index.md @@ -0,0 +1,37 @@ +--- +title: System::MakeYieldEnumerator method +linktitle: MakeYieldEnumerator +second_title: Aspose.PDF for C++ API Reference +description: 'System::MakeYieldEnumerator method. Creates an IEnumerator from a yield function in C++.' +type: docs +weight: 23300 +url: /cpp/system/makeyieldenumerator/ +--- +## System::MakeYieldEnumerator method + + +Creates an IEnumerator from a yield function. + +```cpp +template SharedPtr> System::MakeYieldEnumerator(const Details::YieldFunction &fnc) +``` + + +| Parameter | Description | +| --- | --- | +| T | The type of elements in the sequence | + +| Parameter | Type | Description | +| --- | --- | --- | +| fnc | const Details::YieldFunction\\& | The yield function to execute | + +### ReturnValue + +Shared pointer to the IEnumerator + +## See Also + +* Typedef [SharedPtr](../sharedptr/) +* Class [IEnumerator](../../system.collections.generic/ienumerator/) +* Namespace [System](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/system/memberwiseclone/_index.md b/english/cpp/system/memberwiseclone/_index.md index ec0c27cca4..42e28ff331 100644 --- a/english/cpp/system/memberwiseclone/_index.md +++ b/english/cpp/system/memberwiseclone/_index.md @@ -4,7 +4,7 @@ linktitle: MemberwiseClone second_title: Aspose.PDF for C++ API Reference description: 'System::MemberwiseClone method. Performs memberwise cloning using copy constructor in C++.' type: docs -weight: 22700 +weight: 23400 url: /cpp/system/memberwiseclone/ --- ## System::MemberwiseClone method diff --git a/english/cpp/system/memorystreamptr/_index.md b/english/cpp/system/memorystreamptr/_index.md index debf6d0615..ddc31a2c63 100644 --- a/english/cpp/system/memorystreamptr/_index.md +++ b/english/cpp/system/memorystreamptr/_index.md @@ -4,7 +4,7 @@ linktitle: MemoryStreamPtr second_title: Aspose.PDF for C++ API Reference description: 'System::MemoryStreamPtr typedef. An alias for a smart pointer that points to an instance of System::IO::MemoryStream class in C++.' type: docs -weight: 12300 +weight: 12400 url: /cpp/system/memorystreamptr/ --- ## MemoryStreamPtr typedef diff --git a/english/cpp/system/objecttype.gettype_system.datetime_/_index.md b/english/cpp/system/objecttype.gettype_system.datetime_/_index.md index 4a82402ad3..e9d020a410 100644 --- a/english/cpp/system/objecttype.gettype_system.datetime_/_index.md +++ b/english/cpp/system/objecttype.gettype_system.datetime_/_index.md @@ -4,7 +4,7 @@ linktitle: ObjectType::GetType< System::DateTime > second_title: Aspose.PDF for C++ API Reference description: 'System::GetType< System::DateTime > method. Implements typeof() translation. Overload for DateTime in C++.' type: docs -weight: 22800 +weight: 23500 url: /cpp/system/objecttype.gettype_system.datetime_/ --- ## System::ObjectType::GetType< System::DateTime > method diff --git a/english/cpp/system/objecttype.gettype_system.string_/_index.md b/english/cpp/system/objecttype.gettype_system.string_/_index.md index 75f04a4ff7..6b5d0da94f 100644 --- a/english/cpp/system/objecttype.gettype_system.string_/_index.md +++ b/english/cpp/system/objecttype.gettype_system.string_/_index.md @@ -4,7 +4,7 @@ linktitle: ObjectType::GetType< System::String > second_title: Aspose.PDF for C++ API Reference description: 'System::GetType< System::String > method. Implements typeof() translation. Overload for String in C++.' type: docs -weight: 22900 +weight: 23600 url: /cpp/system/objecttype.gettype_system.string_/ --- ## System::ObjectType::GetType< System::String > method diff --git a/english/cpp/system/operator!=/_index.md b/english/cpp/system/operator!=/_index.md index 187668432e..dc97ecc814 100644 --- a/english/cpp/system/operator!=/_index.md +++ b/english/cpp/system/operator!=/_index.md @@ -4,7 +4,7 @@ linktitle: operator!= second_title: Aspose.PDF for C++ API Reference description: 'How to use operator!= method of class in C++.' type: docs -weight: 23000 +weight: 23700 url: /cpp/system/operator!=/ --- ## System::operator!=(ArraySegment\, ArraySegment\) method diff --git a/english/cpp/system/operator+/_index.md b/english/cpp/system/operator+/_index.md index 86e37b32b6..875ec9d0fe 100644 --- a/english/cpp/system/operator+/_index.md +++ b/english/cpp/system/operator+/_index.md @@ -4,7 +4,7 @@ linktitle: operator+ second_title: Aspose.PDF for C++ API Reference description: 'System::operator+ method. String concatenation in C++.' type: docs -weight: 24700 +weight: 25400 url: /cpp/system/operator+/ --- ## System::operator+(const char_t, const String\&) method diff --git a/english/cpp/system/operator-/_index.md b/english/cpp/system/operator-/_index.md index 1f389fb487..8f90244573 100644 --- a/english/cpp/system/operator-/_index.md +++ b/english/cpp/system/operator-/_index.md @@ -4,7 +4,7 @@ linktitle: operator- second_title: Aspose.PDF for C++ API Reference description: 'System::operator- method. Returns a new instance of Decimal class that represents a value that is the result of subtraction of the value represented by the specified Decimal object from the specified value in C++.' type: docs -weight: 25300 +weight: 26000 url: /cpp/system/operator-/ --- ## System::operator-(const T\&, const Decimal\&) method diff --git a/english/cpp/system/operator/_index.md b/english/cpp/system/operator/_index.md index 5152e42f16..f39f28597d 100644 --- a/english/cpp/system/operator/_index.md +++ b/english/cpp/system/operator/_index.md @@ -4,7 +4,7 @@ linktitle: operator/ second_title: Aspose.PDF for C++ API Reference description: 'System::operator/ method. Returns a new instance of Decimal class that represents a value that is a result of division of the specified value and the value represented by the specified Decimal object in C++.' type: docs -weight: 25700 +weight: 26400 url: /cpp/system/operator/ --- ## System::operator/ method diff --git a/english/cpp/system/operator==/_index.md b/english/cpp/system/operator==/_index.md index aded430163..143c772016 100644 --- a/english/cpp/system/operator==/_index.md +++ b/english/cpp/system/operator==/_index.md @@ -4,7 +4,7 @@ linktitle: operator== second_title: Aspose.PDF for C++ API Reference description: 'How to use operator== method of class in C++.' type: docs -weight: 29600 +weight: 30300 url: /cpp/system/operator==/ --- ## System::operator==(ArraySegment\, ArraySegment\) method diff --git a/english/cpp/system/operator_/_index.md b/english/cpp/system/operator_/_index.md index e101f73ec2..a2e98db1f2 100644 --- a/english/cpp/system/operator_/_index.md +++ b/english/cpp/system/operator_/_index.md @@ -4,7 +4,7 @@ linktitle: operator* second_title: Aspose.PDF for C++ API Reference description: 'System::operator* method. Returns a new instance of Decimal class that represents a value that is a result of multiplication of the specified value and the value represented by the specified Decimal object in C++.' type: docs -weight: 24600 +weight: 25300 url: /cpp/system/operator_/ --- ## System::operator* method @@ -37,7 +37,7 @@ linktitle: operator< second_title: Aspose.PDF for C++ API Reference description: 'System::operator< method. Determines if the specified value is less than the value represented by the specified Nullable object by applying operator<() to these values in C++.' type: docs -weight: 25800 +weight: 26500 url: /cpp/system/operator_/ --- ## System::operator<(const T1\&, const Nullable\\&) method @@ -131,7 +131,7 @@ linktitle: operator> second_title: Aspose.PDF for C++ API Reference description: 'System::operator> method. Determines if the specified value is greater than the value represented by the specified Nullable object by applying operator>() to these values in C++.' type: docs -weight: 31300 +weight: 32000 url: /cpp/system/operator_/ --- ## System::operator>(const T1\&, const Nullable\\&) method diff --git a/english/cpp/system/operator_=/_index.md b/english/cpp/system/operator_=/_index.md index f64c6eddc6..9a9abb9655 100644 --- a/english/cpp/system/operator_=/_index.md +++ b/english/cpp/system/operator_=/_index.md @@ -4,7 +4,7 @@ linktitle: operator<= second_title: Aspose.PDF for C++ API Reference description: 'System::operator<= method. Determines if the specified value is less or equal to the value represented by the specified Nullable object by applying operator<=() to these values in C++.' type: docs -weight: 29100 +weight: 29800 url: /cpp/system/operator_=/ --- ## System::operator<=(const T1\&, const Nullable\\&) method @@ -98,7 +98,7 @@ linktitle: operator>= second_title: Aspose.PDF for C++ API Reference description: 'System::operator>= method. Determines if the specified value is greater or equal to the value represented by the specified Nullable object by applying operator>=() to these values in C++.' type: docs -weight: 31800 +weight: 32500 url: /cpp/system/operator_=/ --- ## System::operator>=(const T1\&, const Nullable\\&) method diff --git a/english/cpp/system/operator__/_index.md b/english/cpp/system/operator__/_index.md index f1016a72a1..ef2bbff8e3 100644 --- a/english/cpp/system/operator__/_index.md +++ b/english/cpp/system/operator__/_index.md @@ -4,7 +4,7 @@ linktitle: operator<< second_title: Aspose.PDF for C++ API Reference description: 'System::operator<< method. Outputs a string to the output stream using UTF-8 encoding in C++.' type: docs -weight: 26300 +weight: 27000 url: /cpp/system/operator__/ --- ## System::operator<<(std::ostream\&, const String\&) method @@ -685,7 +685,7 @@ linktitle: operator>> second_title: Aspose.PDF for C++ API Reference description: 'System::operator>> method. Gets a string from the input streamusing UTF-8 encoding in C++.' type: docs -weight: 32300 +weight: 33000 url: /cpp/system/operator__/ --- ## System::operator>>(std::istream\&, String\&) method diff --git a/english/cpp/system/predicate/_index.md b/english/cpp/system/predicate/_index.md index 9d83c4740a..acb819a388 100644 --- a/english/cpp/system/predicate/_index.md +++ b/english/cpp/system/predicate/_index.md @@ -4,7 +4,7 @@ linktitle: Predicate second_title: Aspose.PDF for C++ API Reference description: 'System::Predicate typedef. Represents a pointer to a predicate - an invokable entity that accepts a single argument and returns a bool value in C++.' type: docs -weight: 12400 +weight: 12500 url: /cpp/system/predicate/ --- ## Predicate typedef diff --git a/english/cpp/system/printto/_index.md b/english/cpp/system/printto/_index.md index 7541713bbb..f348ebe5a1 100644 --- a/english/cpp/system/printto/_index.md +++ b/english/cpp/system/printto/_index.md @@ -4,7 +4,7 @@ linktitle: PrintTo second_title: Aspose.PDF for C++ API Reference description: 'System::PrintTo method. Writes the value represented by the specified object to the specified output stream in C++.' type: docs -weight: 32500 +weight: 33200 url: /cpp/system/printto/ --- ## System::PrintTo(const Decimal\&, ::std::ostream *) method diff --git a/english/cpp/system/ref/_index.md b/english/cpp/system/ref/_index.md index ce77241a02..0ec5cae1ef 100644 --- a/english/cpp/system/ref/_index.md +++ b/english/cpp/system/ref/_index.md @@ -4,7 +4,7 @@ linktitle: Ref second_title: Aspose.PDF for C++ API Reference description: 'System::Ref method. Wrapper to make sure Ref(std::ref(DynamicWeakPtr)) works in C++.' type: docs -weight: 33800 +weight: 34500 url: /cpp/system/ref/ --- ## System::Ref(const std::reference_wrapper\\&) method diff --git a/english/cpp/system/rtaskptr/_index.md b/english/cpp/system/rtaskptr/_index.md new file mode 100644 index 0000000000..fcde087f6d --- /dev/null +++ b/english/cpp/system/rtaskptr/_index.md @@ -0,0 +1,22 @@ +--- +title: System::RTaskPtr typedef +linktitle: RTaskPtr +second_title: Aspose.PDF for C++ API Reference +description: 'System::RTaskPtr typedef. An alias for a smart pointer that points to an instance of System::Threading::Tasks::ResultTask class in C++.' +type: docs +weight: 12600 +url: /cpp/system/rtaskptr/ +--- +## RTaskPtr typedef + + +An alias for a smart pointer that points to an instance of [System::Threading::Tasks::ResultTask](../../system.threading.tasks/resulttask/) class. + +```cpp +using System::RTaskPtr = System::SmartPtr> +``` + +## See Also + +* Namespace [System](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/system/safeinvoke/_index.md b/english/cpp/system/safeinvoke/_index.md index 935e44b7b7..bc0a7b6ec4 100644 --- a/english/cpp/system/safeinvoke/_index.md +++ b/english/cpp/system/safeinvoke/_index.md @@ -4,7 +4,7 @@ linktitle: SafeInvoke second_title: Aspose.PDF for C++ API Reference description: 'System::SafeInvoke method. Implementation of ''?.'' operator translation in C++.' type: docs -weight: 34100 +weight: 34800 url: /cpp/system/safeinvoke/ --- ## System::SafeInvoke method diff --git a/english/cpp/system/setter_add_wrap/_index.md b/english/cpp/system/setter_add_wrap/_index.md index 36c7a541c2..5b03f299a8 100644 --- a/english/cpp/system/setter_add_wrap/_index.md +++ b/english/cpp/system/setter_add_wrap/_index.md @@ -4,7 +4,7 @@ linktitle: setter_add_wrap second_title: Aspose.PDF for C++ API Reference description: 'How to use setter_add_wrap method of class in C++.' type: docs -weight: 34200 +weight: 34900 url: /cpp/system/setter_add_wrap/ --- ## System::setter_add_wrap(HostT *const, PropT(HostGetT::*)(), void(HostSetT::*)(const PropT\&), PropValT) method diff --git a/english/cpp/system/setter_and_wrap/_index.md b/english/cpp/system/setter_and_wrap/_index.md index 94883c3571..d116337bed 100644 --- a/english/cpp/system/setter_and_wrap/_index.md +++ b/english/cpp/system/setter_and_wrap/_index.md @@ -4,7 +4,7 @@ linktitle: setter_and_wrap second_title: Aspose.PDF for C++ API Reference description: 'How to use setter_and_wrap method of class in C++.' type: docs -weight: 34600 +weight: 35300 url: /cpp/system/setter_and_wrap/ --- ## System::setter_and_wrap(HostT *const, PropT(HostGetT::*)(), void(HostSetT::*)(const PropT\&), PropValT) method diff --git a/english/cpp/system/setter_decrement_wrap/_index.md b/english/cpp/system/setter_decrement_wrap/_index.md index 224612883e..fb4d7a90c6 100644 --- a/english/cpp/system/setter_decrement_wrap/_index.md +++ b/english/cpp/system/setter_decrement_wrap/_index.md @@ -4,7 +4,7 @@ linktitle: setter_decrement_wrap second_title: Aspose.PDF for C++ API Reference description: 'System::setter_decrement_wrap method. Translator translates C#''s pre-decrement expressions targeting instance''s property that has setter and getter defined, into invocation of this function (overload for const getter) in C++.' type: docs -weight: 35000 +weight: 35700 url: /cpp/system/setter_decrement_wrap/ --- ## System::setter_decrement_wrap(Host *const, T(HostConstGet::*)() const, void(HostSet::*)(T)) method diff --git a/english/cpp/system/setter_div_wrap/_index.md b/english/cpp/system/setter_div_wrap/_index.md index 5358956e60..faea0eaf4e 100644 --- a/english/cpp/system/setter_div_wrap/_index.md +++ b/english/cpp/system/setter_div_wrap/_index.md @@ -4,7 +4,7 @@ linktitle: setter_div_wrap second_title: Aspose.PDF for C++ API Reference description: 'How to use setter_div_wrap method of class in C++.' type: docs -weight: 35300 +weight: 36000 url: /cpp/system/setter_div_wrap/ --- ## System::setter_div_wrap(HostT *const, PropT(HostGetT::*)(), void(HostSetT::*)(const PropT\&), PropValT) method diff --git a/english/cpp/system/setter_exor_wrap/_index.md b/english/cpp/system/setter_exor_wrap/_index.md index 576bb13b64..ade3387745 100644 --- a/english/cpp/system/setter_exor_wrap/_index.md +++ b/english/cpp/system/setter_exor_wrap/_index.md @@ -4,7 +4,7 @@ linktitle: setter_exor_wrap second_title: Aspose.PDF for C++ API Reference description: 'How to use setter_exor_wrap method of class in C++.' type: docs -weight: 35700 +weight: 36400 url: /cpp/system/setter_exor_wrap/ --- ## System::setter_exor_wrap(HostT *const, PropT(HostGetT::*)(), void(HostSetT::*)(const PropT\&), PropValT) method diff --git a/english/cpp/system/setter_increment_wrap/_index.md b/english/cpp/system/setter_increment_wrap/_index.md index 44944dc3f7..236b1401a4 100644 --- a/english/cpp/system/setter_increment_wrap/_index.md +++ b/english/cpp/system/setter_increment_wrap/_index.md @@ -4,7 +4,7 @@ linktitle: setter_increment_wrap second_title: Aspose.PDF for C++ API Reference description: 'System::setter_increment_wrap method. Translator translates C#''s increment expressions targeting class'' property that has setter and getter defined, into invocation of this function in C++.' type: docs -weight: 36100 +weight: 36800 url: /cpp/system/setter_increment_wrap/ --- ## System::setter_increment_wrap(Host *const, T(HostGet::*)(), void(HostSet::*)(T)) method diff --git a/english/cpp/system/setter_mod_wrap/_index.md b/english/cpp/system/setter_mod_wrap/_index.md index 41c6699f72..a90097ac0f 100644 --- a/english/cpp/system/setter_mod_wrap/_index.md +++ b/english/cpp/system/setter_mod_wrap/_index.md @@ -4,7 +4,7 @@ linktitle: setter_mod_wrap second_title: Aspose.PDF for C++ API Reference description: 'How to use setter_mod_wrap method of class in C++.' type: docs -weight: 36300 +weight: 37000 url: /cpp/system/setter_mod_wrap/ --- ## System::setter_mod_wrap(HostT *const, PropT(HostGetT::*)(), void(HostSetT::*)(const PropT\&), PropValT) method diff --git a/english/cpp/system/setter_mul_wrap/_index.md b/english/cpp/system/setter_mul_wrap/_index.md index dc922b1a35..291abf3c07 100644 --- a/english/cpp/system/setter_mul_wrap/_index.md +++ b/english/cpp/system/setter_mul_wrap/_index.md @@ -4,7 +4,7 @@ linktitle: setter_mul_wrap second_title: Aspose.PDF for C++ API Reference description: 'How to use setter_mul_wrap method of class in C++.' type: docs -weight: 36700 +weight: 37400 url: /cpp/system/setter_mul_wrap/ --- ## System::setter_mul_wrap(HostT *const, PropT(HostGetT::*)(), void(HostSetT::*)(const PropT\&), PropValT) method diff --git a/english/cpp/system/setter_or_wrap/_index.md b/english/cpp/system/setter_or_wrap/_index.md index d6f6254bea..30dd2d3a6a 100644 --- a/english/cpp/system/setter_or_wrap/_index.md +++ b/english/cpp/system/setter_or_wrap/_index.md @@ -4,7 +4,7 @@ linktitle: setter_or_wrap second_title: Aspose.PDF for C++ API Reference description: 'How to use setter_or_wrap method of class in C++.' type: docs -weight: 37100 +weight: 37800 url: /cpp/system/setter_or_wrap/ --- ## System::setter_or_wrap(HostT *const, PropT(HostGetT::*)(), void(HostSetT::*)(const PropT\&), PropValT) method diff --git a/english/cpp/system/setter_post_decrement_wrap/_index.md b/english/cpp/system/setter_post_decrement_wrap/_index.md index 9c4d399f17..8c298fd12c 100644 --- a/english/cpp/system/setter_post_decrement_wrap/_index.md +++ b/english/cpp/system/setter_post_decrement_wrap/_index.md @@ -4,7 +4,7 @@ linktitle: setter_post_decrement_wrap second_title: Aspose.PDF for C++ API Reference description: 'System::setter_post_decrement_wrap method. Translator translates C#''s post-decrement expressions targeting instance''s property that has setter and getter defined, into invocation of this function (overload for const getter) in C++.' type: docs -weight: 37500 +weight: 38200 url: /cpp/system/setter_post_decrement_wrap/ --- ## System::setter_post_decrement_wrap(Host *const, T(HostConstGet::*)() const, void(HostSet::*)(T)) method diff --git a/english/cpp/system/setter_post_increment_wrap/_index.md b/english/cpp/system/setter_post_increment_wrap/_index.md index dba7fce52d..4d77f45e22 100644 --- a/english/cpp/system/setter_post_increment_wrap/_index.md +++ b/english/cpp/system/setter_post_increment_wrap/_index.md @@ -4,7 +4,7 @@ linktitle: setter_post_increment_wrap second_title: Aspose.PDF for C++ API Reference description: 'System::setter_post_increment_wrap method. Translator translates C#''s post-increment expressions targeting instance''s property that has setter and getter defined, into invocation of this function (overload for const getter) in C++.' type: docs -weight: 37800 +weight: 38500 url: /cpp/system/setter_post_increment_wrap/ --- ## System::setter_post_increment_wrap(Host *const, T(HostConstGet::*)() const, void(HostSet::*)(T)) method diff --git a/english/cpp/system/setter_shl_wrap/_index.md b/english/cpp/system/setter_shl_wrap/_index.md index c7423bd803..665078feb0 100644 --- a/english/cpp/system/setter_shl_wrap/_index.md +++ b/english/cpp/system/setter_shl_wrap/_index.md @@ -4,7 +4,7 @@ linktitle: setter_shl_wrap second_title: Aspose.PDF for C++ API Reference description: 'How to use setter_shl_wrap method of class in C++.' type: docs -weight: 38100 +weight: 38800 url: /cpp/system/setter_shl_wrap/ --- ## System::setter_shl_wrap(HostT *const, PropT(HostGetT::*)(), void(HostSetT::*)(const PropT\&), PropValT) method diff --git a/english/cpp/system/setter_shr_wrap/_index.md b/english/cpp/system/setter_shr_wrap/_index.md index acd64c2261..5110e5da3d 100644 --- a/english/cpp/system/setter_shr_wrap/_index.md +++ b/english/cpp/system/setter_shr_wrap/_index.md @@ -4,7 +4,7 @@ linktitle: setter_shr_wrap second_title: Aspose.PDF for C++ API Reference description: 'How to use setter_shr_wrap method of class in C++.' type: docs -weight: 38500 +weight: 39200 url: /cpp/system/setter_shr_wrap/ --- ## System::setter_shr_wrap(HostT *const, PropT(HostGetT::*)(), void(HostSetT::*)(const PropT\&), PropValT) method diff --git a/english/cpp/system/setter_sub_wrap/_index.md b/english/cpp/system/setter_sub_wrap/_index.md index e9299ea9c4..cfcf11f38f 100644 --- a/english/cpp/system/setter_sub_wrap/_index.md +++ b/english/cpp/system/setter_sub_wrap/_index.md @@ -4,7 +4,7 @@ linktitle: setter_sub_wrap second_title: Aspose.PDF for C++ API Reference description: 'How to use setter_sub_wrap method of class in C++.' type: docs -weight: 38900 +weight: 39600 url: /cpp/system/setter_sub_wrap/ --- ## System::setter_sub_wrap(HostT *const, PropT(HostGetT::*)(), void(HostSetT::*)(const PropT\&), PropValT) method diff --git a/english/cpp/system/setter_wrap/_index.md b/english/cpp/system/setter_wrap/_index.md index a3f5930fba..b49c553c93 100644 --- a/english/cpp/system/setter_wrap/_index.md +++ b/english/cpp/system/setter_wrap/_index.md @@ -4,7 +4,7 @@ linktitle: setter_wrap second_title: Aspose.PDF for C++ API Reference description: 'System::setter_wrap method. Overload for instance setter functions with type conversion in C++.' type: docs -weight: 39300 +weight: 40000 url: /cpp/system/setter_wrap/ --- ## System::setter_wrap(Host *const, void(HostSet::*)(T2), T) method diff --git a/english/cpp/system/sharedptr/_index.md b/english/cpp/system/sharedptr/_index.md index d4e1727b8a..1af46368bc 100644 --- a/english/cpp/system/sharedptr/_index.md +++ b/english/cpp/system/sharedptr/_index.md @@ -4,7 +4,7 @@ linktitle: SharedPtr second_title: Aspose.PDF for C++ API Reference description: 'System::SharedPtr typedef. Alias for smart pointer widely used in the library in C++.' type: docs -weight: 12500 +weight: 12700 url: /cpp/system/sharedptr/ --- ## SharedPtr typedef diff --git a/english/cpp/system/static_pointer_cast/_index.md b/english/cpp/system/static_pointer_cast/_index.md index c3057caded..0bb95eba00 100644 --- a/english/cpp/system/static_pointer_cast/_index.md +++ b/english/cpp/system/static_pointer_cast/_index.md @@ -4,7 +4,7 @@ linktitle: static_pointer_cast second_title: Aspose.PDF for C++ API Reference description: 'System::static_pointer_cast method. Casts smart pointers using static_cast in C++.' type: docs -weight: 39500 +weight: 40200 url: /cpp/system/static_pointer_cast/ --- ## System::static_pointer_cast method diff --git a/english/cpp/system/staticcast/_index.md b/english/cpp/system/staticcast/_index.md index 5b39e6f79f..e1a271fc78 100644 --- a/english/cpp/system/staticcast/_index.md +++ b/english/cpp/system/staticcast/_index.md @@ -4,7 +4,7 @@ linktitle: StaticCast second_title: Aspose.PDF for C++ API Reference description: 'System::StaticCast method. Performs static cast on non-pointer objects in C++.' type: docs -weight: 39600 +weight: 40300 url: /cpp/system/staticcast/ --- ## System::StaticCast(const TFrom\&) method diff --git a/english/cpp/system/staticcast_noexcept/_index.md b/english/cpp/system/staticcast_noexcept/_index.md index d3474eb788..a365a48fb8 100644 --- a/english/cpp/system/staticcast_noexcept/_index.md +++ b/english/cpp/system/staticcast_noexcept/_index.md @@ -4,7 +4,7 @@ linktitle: StaticCast_noexcept second_title: Aspose.PDF for C++ API Reference description: 'System::StaticCast_noexcept method. Performs static cast on Exception objects in C++.' type: docs -weight: 40500 +weight: 41200 url: /cpp/system/staticcast_noexcept/ --- ## System::StaticCast_noexcept(const TFrom\&) method diff --git a/english/cpp/system/staticcastarray/_index.md b/english/cpp/system/staticcastarray/_index.md index 5716602a9c..9201ccdb15 100644 --- a/english/cpp/system/staticcastarray/_index.md +++ b/english/cpp/system/staticcastarray/_index.md @@ -4,7 +4,7 @@ linktitle: StaticCastArray second_title: Aspose.PDF for C++ API Reference description: 'System::StaticCastArray method. Performs casting of elements of the specified array to different type. Override for cases then From is SmartPtr obj in C++.' type: docs -weight: 40900 +weight: 41600 url: /cpp/system/staticcastarray/ --- ## System::StaticCastArray(const System::SharedPtr\\>\&) method diff --git a/english/cpp/system/streamptr/_index.md b/english/cpp/system/streamptr/_index.md index c1f4e5ce6c..4d7df77e9c 100644 --- a/english/cpp/system/streamptr/_index.md +++ b/english/cpp/system/streamptr/_index.md @@ -4,7 +4,7 @@ linktitle: StreamPtr second_title: Aspose.PDF for C++ API Reference description: 'System::StreamPtr typedef. An alias for a smart pointer that points to an instance of System::IO::Stream class in C++.' type: docs -weight: 12600 +weight: 12800 url: /cpp/system/streamptr/ --- ## StreamPtr typedef diff --git a/english/cpp/system/streamreaderptr/_index.md b/english/cpp/system/streamreaderptr/_index.md index 269b234ef2..e42dc72c51 100644 --- a/english/cpp/system/streamreaderptr/_index.md +++ b/english/cpp/system/streamreaderptr/_index.md @@ -4,7 +4,7 @@ linktitle: StreamReaderPtr second_title: Aspose.PDF for C++ API Reference description: 'System::StreamReaderPtr typedef. An alias for a smart pointer that points to an instance of System::IO::StreamReader class in C++.' type: docs -weight: 12700 +weight: 12900 url: /cpp/system/streamreaderptr/ --- ## StreamReaderPtr typedef diff --git a/english/cpp/system/streamwriterptr/_index.md b/english/cpp/system/streamwriterptr/_index.md index 92b28b1c09..a1c0322feb 100644 --- a/english/cpp/system/streamwriterptr/_index.md +++ b/english/cpp/system/streamwriterptr/_index.md @@ -4,7 +4,7 @@ linktitle: StreamWriterPtr second_title: Aspose.PDF for C++ API Reference description: 'System::StreamWriterPtr typedef. An alias for a smart pointer that points to an instance of System::IO::StreamWriter class in C++.' type: docs -weight: 12800 +weight: 13000 url: /cpp/system/streamwriterptr/ --- ## StreamWriterPtr typedef diff --git a/english/cpp/system/stringcomparerptr/_index.md b/english/cpp/system/stringcomparerptr/_index.md index eb4d5fa086..f52f48ddee 100644 --- a/english/cpp/system/stringcomparerptr/_index.md +++ b/english/cpp/system/stringcomparerptr/_index.md @@ -4,7 +4,7 @@ linktitle: StringComparerPtr second_title: Aspose.PDF for C++ API Reference description: 'System::StringComparerPtr typedef. An alias for a shared pointer to an instance of StringComparer class in C++.' type: docs -weight: 12900 +weight: 13100 url: /cpp/system/stringcomparerptr/ --- ## StringComparerPtr typedef diff --git a/english/cpp/system/taskptr/_index.md b/english/cpp/system/taskptr/_index.md new file mode 100644 index 0000000000..d0c0e3aafd --- /dev/null +++ b/english/cpp/system/taskptr/_index.md @@ -0,0 +1,22 @@ +--- +title: System::TaskPtr typedef +linktitle: TaskPtr +second_title: Aspose.PDF for C++ API Reference +description: 'System::TaskPtr typedef. An alias for a smart pointer that points to an instance of System::Threading::Tasks::Task class in C++.' +type: docs +weight: 13200 +url: /cpp/system/taskptr/ +--- +## TaskPtr typedef + + +An alias for a smart pointer that points to an instance of [System::Threading::Tasks::Task](../../system.threading.tasks/task/) class. + +```cpp +typedef System::SmartPtr System::TaskPtr +``` + +## See Also + +* Namespace [System](../) +* Library [Aspose.PDF for C++](../../) diff --git a/english/cpp/system/tietuple/_index.md b/english/cpp/system/tietuple/_index.md index a175ee4c2a..00e4bb6ef0 100644 --- a/english/cpp/system/tietuple/_index.md +++ b/english/cpp/system/tietuple/_index.md @@ -4,7 +4,7 @@ linktitle: TieTuple second_title: Aspose.PDF for C++ API Reference description: 'System::TieTuple method. Creates tuple bound to some values in C++.' type: docs -weight: 41100 +weight: 41800 url: /cpp/system/tietuple/ --- ## System::TieTuple method diff --git a/english/cpp/system/timezoneinfoptr/_index.md b/english/cpp/system/timezoneinfoptr/_index.md index 588097f33e..4ba24031d1 100644 --- a/english/cpp/system/timezoneinfoptr/_index.md +++ b/english/cpp/system/timezoneinfoptr/_index.md @@ -4,7 +4,7 @@ linktitle: TimeZoneInfoPtr second_title: Aspose.PDF for C++ API Reference description: 'System::TimeZoneInfoPtr typedef. Alias for shared pointer to an instance of TimeZoneInfo class in C++.' type: docs -weight: 13000 +weight: 13300 url: /cpp/system/timezoneinfoptr/ --- ## TimeZoneInfoPtr typedef diff --git a/english/cpp/system/timezoneptr/_index.md b/english/cpp/system/timezoneptr/_index.md index 2294d4dce8..8fcf063f0a 100644 --- a/english/cpp/system/timezoneptr/_index.md +++ b/english/cpp/system/timezoneptr/_index.md @@ -4,7 +4,7 @@ linktitle: TimeZonePtr second_title: Aspose.PDF for C++ API Reference description: 'System::TimeZonePtr typedef. Shared pointer to an instance of TimeZone class in C++.' type: docs -weight: 13100 +weight: 13400 url: /cpp/system/timezoneptr/ --- ## TimeZonePtr typedef diff --git a/english/go-cpp/_index.md b/english/go-cpp/_index.md index b873b070c6..a6a0e2aae6 100644 --- a/english/go-cpp/_index.md +++ b/english/go-cpp/_index.md @@ -40,6 +40,7 @@ type Document struct { | [SaveMarkdown](./convert/savemarkdown/) | Convert and save the previously opened PDF-document as Markdown-document. | | [SaveTiff](./convert/savetiff/) | Convert and save the previously opened PDF-document as Tiff-document. | | [SaveDocXEnhanced](./convert/savedocxenhanced/) | Convert and save the previously opened PDF-document as DocX-document with Enhanced Recognition Mode (fully editable tables and paragraphs). | +| [SaveSvgZip](./convert/savesvgzip/) | Convert and save the previously opened PDF-document as SVG-archive. | | [ExportFdf](./convert/exportfdf/) | Export from the previously opened PDF-document with AcroForm to FDF-document. | | [ExportXfdf](./convert/exportxfdf/) | Export from the previously opened PDF-document with AcroForm to XFDF-document. | | [ExportXml](./convert/exportxml/) | Export from the previously opened PDF-document with AcroForm to XML-document. | @@ -115,6 +116,28 @@ type Document struct { | [PageIsBlank](./core/pageisblank/) | Return page is blank in PDF-document. | +## Miscellaneous + +| Function | Description | +| -------- | ----------- | +| [About](./miscellaneous/about/) | Return metadata information about the Aspose.PDF for Go via C++. | + + +# Types secondary + +## ProductInfo contains metadata about the Aspose.PDF for Go via C++. +```go +type ProductInfo struct { + Product string `json:"product"` // Name + Family string `json:"family"` // Family (e.g., "Aspose.PDF") + Version string `json:"version"` // Version + ReleaseDate string `json:"releasedate"` // Release date in ISO format (YYYY-MM-DD) + Producer string `json:"producer"` // Producer + IsLicensed bool `json:"islicensed"` // License status (true if licensed) +} +``` + + # Constants ## Enumeration of possible rotation values. @@ -145,4 +168,3 @@ const ( PageSizeP11x17 int32 = 11 // P11x17 size. ) ``` - diff --git a/english/go-cpp/convert/_index.md b/english/go-cpp/convert/_index.md index da83f6ea29..9ef8a6eba4 100644 --- a/english/go-cpp/convert/_index.md +++ b/english/go-cpp/convert/_index.md @@ -23,6 +23,7 @@ url: /go-cpp/convert/ | [SaveMarkdown](./savemarkdown/) | Convert and save the previously opened PDF-document as Markdown-document. | | [SaveTiff](./savetiff/) | Convert and save the previously opened PDF-document as Tiff-document. | | [SaveDocXEnhanced](./savedocxenhanced/) | Convert and save the previously opened PDF-document as DocX-document with Enhanced Recognition Mode (fully editable tables and paragraphs). | +| [SaveSvgZip](./savesvgzip/) | Convert and save the previously opened PDF-document as SVG-archive. | | [ExportFdf](./exportfdf/) | Export from the previously opened PDF-document with AcroForm to FDF-document. | | [ExportXfdf](./exportxfdf/) | Export from the previously opened PDF-document with AcroForm to XFDF-document. | | [ExportXml](./exportxml/) | Export from the previously opened PDF-document with AcroForm to XML-document. | diff --git a/english/go-cpp/convert/savesvgzip/_index.md b/english/go-cpp/convert/savesvgzip/_index.md new file mode 100644 index 0000000000..9e4e10a6a0 --- /dev/null +++ b/english/go-cpp/convert/savesvgzip/_index.md @@ -0,0 +1,43 @@ +--- +title: "SaveSvgZip" +second_title: Aspose.PDF for Go via C++ +description: "Convert and save the previously opened PDF-document as SVG-archive." +type: docs +url: /go-cpp/convert/savesvgzip/ +--- + +_Convert and save the previously opened PDF-document as SVG-archive._ + +```go +func (document *Document) SaveSvgZip(filename string) error +``` + +**Parameters**: + * **filename** - new filename + +**Return**: + * **error** - contains an error or nil if absent + + +**Example**: +```go +package main + +import "github.com/aspose-pdf/aspose-pdf-go-cpp" +import "log" + +func main() { + // Open(filename string) opens a PDF-document with filename + pdf, err := asposepdf.Open("sample.pdf") + if err != nil { + log.Fatal(err) + } + // SaveSvgZip(filename string) saves previously opened PDF-document as SVG-archive with filename + err = pdf.SaveSvgZip("sample_svg.zip") + if err != nil { + log.Fatal(err) + } + // Close() releases allocated resources for PDF-document + defer pdf.Close() +} +``` diff --git a/english/go-cpp/miscellaneous/_index.md b/english/go-cpp/miscellaneous/_index.md new file mode 100644 index 0000000000..dafd89634a --- /dev/null +++ b/english/go-cpp/miscellaneous/_index.md @@ -0,0 +1,19 @@ +--- +title: "Miscellaneous functions" +second_title: Aspose.PDF for Go via C++ +description: "Miscellaneous functions for working." +type: docs +url: /go-cpp/miscellaneous/ +--- + +## Miscellaneous + +| Function | Description | +| -------- | ----------- | +| [About](./about/) | Return metadata information about the Aspose.PDF for Go via C++. | + + +## Detailed Description + +Miscellaneous functions for working. + diff --git a/english/go-cpp/miscellaneous/about/_index.md b/english/go-cpp/miscellaneous/about/_index.md new file mode 100644 index 0000000000..49e5a83fed --- /dev/null +++ b/english/go-cpp/miscellaneous/about/_index.md @@ -0,0 +1,62 @@ +--- +title: "About" +second_title: Aspose.PDF for Go via C++ +description: "Return metadata information about the Aspose.PDF for Go via C++." +type: docs +url: /go-cpp/miscellaneous/about/ +--- + +_Return metadata information about the Aspose.PDF for Go via C++._ + +```go +func (document *Document) About() (*ProductInfo, error) +``` + +**Parameters**: + +**Return**: + * **ProductInfo** - struct, includes product name, version, release date, licensing status, and related details +```go +type ProductInfo struct { + Product string `json:"product"` // Name + Family string `json:"family"` // Family (e.g., "Aspose.PDF") + Version string `json:"version"` // Version + ReleaseDate string `json:"releasedate"` // Release date in ISO format (YYYY-MM-DD) + Producer string `json:"producer"` // Producer + IsLicensed bool `json:"islicensed"` // License status (true if licensed) +} +``` + * **error** - contains an error or nil if absent + + +**Example**: +```go +package main + +import "github.com/aspose-pdf/aspose-pdf-go-cpp" +import "log" +import "fmt" + +func main() { + // Open(filename string) opens a PDF-document with filename + pdf, err := asposepdf.Open("sample.pdf") + if err != nil { + log.Fatal(err) + } + // About() returns metadata information about the Aspose.PDF for Go via C++ + info, err := pdf.About() + if err != nil { + log.Fatal(err) + } + // Print + fmt.Println("Aspose.PDF Product Info:") + fmt.Println(" Product: ", info.Product) + fmt.Println(" Family: ", info.Family) + fmt.Println(" Version: ", info.Version) + fmt.Println(" ReleaseDate: ", info.ReleaseDate) + fmt.Println(" Producer: ", info.Producer) + fmt.Println(" IsLicensed: ", info.IsLicensed) + // Close() releases allocated resources for PDF-document + defer pdf.Close() +} +``` diff --git a/english/javascript-cpp/_index.md b/english/javascript-cpp/_index.md index 80f6730f42..6e983ff7ff 100644 --- a/english/javascript-cpp/_index.md +++ b/english/javascript-cpp/_index.md @@ -96,6 +96,7 @@ Such operations are very time consuming, so we recommend using Web Worker. | [AsposePdfEmbedFonts](./organize/asposepdfembedfonts/) | Embed fonts a PDF-file. | | [AsposePdfUnembedFonts](./organize/asposepdfunembedfonts/) | Unembed fonts a PDF-file. | | [AsposePdfOptimizeFileSize](./organize/asposepdfoptimizefilesize/) | Optimize size of PDF-file with image compression quality. | +| [AsposePdfDeleteTables](./organize/asposepdfdeletetables/) | Delete tables from a PDF-file. | ## Metadata PDF functions diff --git a/english/javascript-cpp/organize/_index.md b/english/javascript-cpp/organize/_index.md index 9dbe4230da..6ac2c825fa 100644 --- a/english/javascript-cpp/organize/_index.md +++ b/english/javascript-cpp/organize/_index.md @@ -48,6 +48,7 @@ url: /javascript-cpp/organize/ | [AsposePdfEmbedFonts](./asposepdfembedfonts/) | Embed fonts a PDF-file. | | [AsposePdfUnembedFonts](./asposepdfunembedfonts/) | Unembed fonts a PDF-file. | | [AsposePdfOptimizeFileSize](./asposepdfoptimizefilesize/) | Optimize size of PDF-file with image compression quality. | +| [AsposePdfDeleteTables](./asposepdfdeletetables/) | Delete tables from a PDF-file. | ## Detailed Description diff --git a/english/javascript-cpp/organize/asposepdfdeletetables/_index.md b/english/javascript-cpp/organize/asposepdfdeletetables/_index.md new file mode 100644 index 0000000000..41599789e7 --- /dev/null +++ b/english/javascript-cpp/organize/asposepdfdeletetables/_index.md @@ -0,0 +1,77 @@ +--- +title: "AsposePdfDeleteTables" +second_title: Aspose.PDF for JavaScript via C++ +description: "Delete tables from a PDF-file." +type: docs +url: /javascript-cpp/organize/asposepdfdeletetables/ +--- + +_Delete tables from a PDF-file._ + +```js +function AsposePdfDeleteTables( + fileBlob, + fileName, + fileNameResult +) +``` + +**Parameters**: + +* **fileBlob** Blob object +* **fileName** file name +* **fileNameResult** result file name + +**Return**: +JSON object + * **errorCode** - code error (0 no error) + * **errorText** - text error ("" no error) + * **fileNameResult** - result file name + + +**Web Worker example**: +```js + /*Create Web Worker*/ + const AsposePDFWebWorker = new Worker("AsposePDFforJS.js"); + AsposePDFWebWorker.onerror = evt => console.log(`Error from Web Worker: ${evt.message}`); + AsposePDFWebWorker.onmessage = evt => document.getElementById('output').textContent = + (evt.data == 'ready') ? 'loaded!' : + (evt.data.json.errorCode == 0) ? `Result:\n${DownloadFile(evt.data.json.fileNameResult, "application/pdf", evt.data.params[0])}` : `Error: ${evt.data.json.errorText}`; + + /*Event handler*/ + const ffilePdfDeleteTables = e => { + const file_reader = new FileReader(); + file_reader.onload = event => { + /*Delete tables from a PDF-file and save the "ResultPdfDeleteTables.pdf" - Ask Web Worker*/ + AsposePDFWebWorker.postMessage({ "operation": 'AsposePdfDeleteTables', "params": [event.target.result, e.target.files[0].name, "ResultPdfDeleteTables.pdf"] }, [event.target.result]); + }; + file_reader.readAsArrayBuffer(e.target.files[0]); + }; + + /*Make a link to download the result file*/ + const DownloadFile = (filename, mime, content) => { + mime = mime || "application/octet-stream"; + var link = document.createElement("a"); + link.href = URL.createObjectURL(new Blob([content], {type: mime})); + link.download = filename; + link.innerHTML = "Click here to download the file " + filename; + document.body.appendChild(link); + document.body.appendChild(document.createElement("br")); + return filename; + } +``` +**Simple example**: +```js + var ffilePdfDeleteTables = function (e) { + const file_reader = new FileReader(); + file_reader.onload = (event) => { + /*Delete tables from a PDF-file and save the "ResultPdfDeleteTables.pdf"*/ + const json = AsposePdfDeleteTables(event.target.result, e.target.files[0].name, "ResultPdfDeleteTables.pdf"); + if (json.errorCode == 0) document.getElementById('output').textContent = json.fileNameResult + else document.getElementById('output').textContent = json.errorText; + /*Make a link to download the result file*/ + DownloadFile(json.fileNameResult, "application/pdf"); + }; + file_reader.readAsArrayBuffer(e.target.files[0]); + }; +``` diff --git a/english/nodejs-cpp/_index.md b/english/nodejs-cpp/_index.md index da9cc6b581..883d23e418 100644 --- a/english/nodejs-cpp/_index.md +++ b/english/nodejs-cpp/_index.md @@ -95,6 +95,7 @@ is_root: true | [AsposePdfEmbedFonts](./organize/asposepdfembedfonts/) | Embed fonts a PDF-file. | | [AsposePdfUnembedFonts](./organize/asposepdfunembedfonts/) | Unembed fonts a PDF-file. | | [AsposePdfOptimizeFileSize](./organize/asposepdfoptimizefilesize/) | Optimize size of PDF-file with image compression quality. | +| [AsposePdfDeleteTables](./organize/asposepdfdeletetables/) | Delete tables from a PDF-file. | ## Metadata PDF functions diff --git a/english/nodejs-cpp/organize/_index.md b/english/nodejs-cpp/organize/_index.md index 705bfee0f9..7f7c5028d2 100644 --- a/english/nodejs-cpp/organize/_index.md +++ b/english/nodejs-cpp/organize/_index.md @@ -48,6 +48,7 @@ url: /nodejs-cpp/organize/ | [AsposePdfEmbedFonts](./asposepdfembedfonts/) | Embed fonts a PDF-file. | | [AsposePdfUnembedFonts](./asposepdfunembedfonts/) | Unembed fonts a PDF-file. | | [AsposePdfOptimizeFileSize](./asposepdfoptimizefilesize/) | Optimize size of PDF-file with image compression quality. | +| [AsposePdfDeleteTables](./asposepdfdeletetables/) | Delete tables from a PDF-file. | ## Detailed Description diff --git a/english/nodejs-cpp/organize/asposepdfdeletetables/_index.md b/english/nodejs-cpp/organize/asposepdfdeletetables/_index.md new file mode 100644 index 0000000000..62b3b2ed58 --- /dev/null +++ b/english/nodejs-cpp/organize/asposepdfdeletetables/_index.md @@ -0,0 +1,51 @@ +--- +title: "AsposePdfDeleteTables" +second_title: Aspose.PDF for Node.js via C++ +description: "Delete tables from a PDF-file." +type: docs +url: /nodejs-cpp/organize/asposepdfdeletetables/ +--- + +_Delete tables from a PDF-file._ + +```js +function AsposePdfDeleteTables( + fileName, + fileNameResult +) +``` + +**Parameters**: + +* **fileName** file name +* **fileNameResult** result file name + +**Return**: +JSON object + * **errorCode** - code error (0 no error) + * **errorText** - text error ("" no error) + * **fileNameResult** - result file name + + +**CommonJS**: + +```js +const AsposePdf = require('asposepdfnodejs'); +const pdf_file = 'Aspose.pdf'; +AsposePdf().then(AsposePdfModule => { + /*Delete tables from a PDF-file and save the "ResultPdfDeleteTables.pdf"*/ + const json = AsposePdfModule.AsposePdfDeleteTables(pdf_file, "ResultPdfDeleteTables.pdf"); + console.log("AsposePdfDeleteTables => %O", json.errorCode == 0 ? json.fileNameResult : json.errorText); +}); +``` + +**ECMAScript/ES6**: + +```js +import AsposePdf from 'asposepdfnodejs'; +const AsposePdfModule = await AsposePdf(); +const pdf_file = 'Aspose.pdf'; +/*Delete tables from a PDF-file and save the "ResultPdfDeleteTables.pdf"*/ +const json = AsposePdfModule.AsposePdfDeleteTables(pdf_file, "ResultPdfDeleteTables.pdf"); +console.log("AsposePdfDeleteTables => %O", json.errorCode == 0 ? json.fileNameResult : json.errorText); +``` \ No newline at end of file diff --git a/english/rust-cpp/_index.md b/english/rust-cpp/_index.md index 176393ad37..1b2c29a861 100644 --- a/english/rust-cpp/_index.md +++ b/english/rust-cpp/_index.md @@ -39,6 +39,7 @@ pub struct Document { /* private fields */ } | [save_markdown](./convert/save_markdown/) | Convert and save the previously opened PDF-document as Markdown-document. | | [save_tiff](./convert/save_tiff/) | Convert and save the previously opened PDF-document as Tiff-document. | | [save_docx_enhanced](./convert/save_docx_enhanced/) | Convert and save the previously opened PDF-document as DocX-document with Enhanced Recognition Mode (fully editable tables and paragraphs). | +| [save_svg_zip](./convert/save_svg_zip/) | Convert and save the previously opened PDF-document as SVG-archive. | | [export_fdf](./convert/export_fdf/) | Export from the previously opened PDF-document with AcroForm to FDF-document. | | [export_xfdf](./convert/export_xfdf/) | Export from the previously opened PDF-document with AcroForm to XFDF-document. | | [export_xml](./convert/export_xml/) | Export from the previously opened PDF-document with AcroForm to XML-document. | @@ -65,6 +66,14 @@ pub struct Document { /* private fields */ } | [add_page_num](./organize/add_page_num/) | Add page number to a PDF-document | | [add_text_header](./organize/add_text_header/) | Add text in Header of a PDF-document | | [add_text_footer](./organize/add_text_footer/) | Add text in Footer of a PDF-document | +| [flatten](./organize/flatten/) | Flatten PDF-document | +| [remove_annotations](./organize/remove_annotations/) | Remove annotations from PDF-document | +| [remove_attachments](./organize/remove_attachments/) | Remove attachments from PDF-document | +| [remove_blank_pages](./organize/remove_blank_pages/) | Remove blank pages from PDF-document | +| [remove_bookmarks](./organize/remove_bookmarks/) | Remove bookmarks from PDF-document | +| [remove_hidden_text](./organize/remove_hidden_text/) | Remove hidden text from PDF-document | +| [remove_images](./organize/remove_images/) | Remove images from PDF-document | +| [remove_javascripts](./organize/remove_javascripts/) | Remove java scripts from PDF-document | | [page_rotate](./organize/page_rotate/) | Rotate a page in the PDF-document. | | [page_set_size](./organize/page_set_size/) | Set the size of a page in the PDF-document. | | [page_grayscale](./organize/page_grayscale/) | Convert page to black and white. | @@ -73,6 +82,9 @@ pub struct Document { /* private fields */ } | [page_add_page_num](./organize/page_add_page_num/) | Add page number on page | | [page_add_text_header](./organize/page_add_text_header/) | Add text in page header | | [page_add_text_footer](./organize/page_add_text_footer/) | Add text in page footer | +| [page_remove_annotations](./organize/page_remove_annotations/) | Remove annotations in page. | +| [page_remove_hidden_text](./organize/page_remove_hidden_text/) | Remove hidden text in page. | +| [page_remove_images](./organize/page_remove_images/) | Remove images in page. | ## Core PDF functions @@ -91,6 +103,41 @@ pub struct Document { /* private fields */ } | [page_count](./core/page_count/) | Return the number of pages in the PDF-document. | +## Miscellaneous + +| Function | Description | +| -------- | ----------- | +| [about](./miscellaneous/about/) | Return metadata information about the Aspose.PDF for Rust via C++. | + + + +# Structs secondary + +## ProductInfo contains metadata about the Aspose.PDF for Rust via C++. +```rust +#[derive(Debug, Deserialize)] +pub struct ProductInfo { + #[serde(rename = "product")] + pub product: String, + + #[serde(rename = "family")] + pub family: String, + + #[serde(rename = "version")] + pub version: String, + + #[serde(rename = "releasedate")] + pub release_date: String, + + #[serde(rename = "producer")] + pub producer: String, + + #[serde(rename = "islicensed")] + pub is_licensed: bool, +} +``` + + # Enums ## Enumeration of possible page size values. @@ -138,4 +185,3 @@ pub enum Rotation { On360 = 4, } ``` - diff --git a/english/rust-cpp/convert/_index.md b/english/rust-cpp/convert/_index.md index 55584ff7f6..5a45d63439 100644 --- a/english/rust-cpp/convert/_index.md +++ b/english/rust-cpp/convert/_index.md @@ -23,6 +23,7 @@ url: /rust-cpp/convert/ | [save_markdown](./save_markdown/) | Convert and save the previously opened PDF-document as Markdown-document. | | [save_tiff](./save_tiff/) | Convert and save the previously opened PDF-document as Tiff-document. | | [save_docx_enhanced](./save_docx_enhanced/) | Convert and save the previously opened PDF-document as DocX-document with Enhanced Recognition Mode (fully editable tables and paragraphs). | +| [save_svg_zip](./save_svg_zip/) | Convert and save the previously opened PDF-document as SVG-archive. | | [export_fdf](./export_fdf/) | Export from the previously opened PDF-document with AcroForm to FDF-document. | | [export_xfdf](./export_xfdf/) | Export from the previously opened PDF-document with AcroForm to XFDF-document. | | [export_xml](./export_xml/) | Export from the previously opened PDF-document with AcroForm to XML-document. | diff --git a/english/rust-cpp/convert/save_svg_zip/_index.md b/english/rust-cpp/convert/save_svg_zip/_index.md new file mode 100644 index 0000000000..aa73637576 --- /dev/null +++ b/english/rust-cpp/convert/save_svg_zip/_index.md @@ -0,0 +1,37 @@ +--- +title: "save_svg_zip" +second_title: Aspose.PDF for Rust via C++ +description: "Converts and saves the previously opened PDF-document as a SVG-archive." +type: docs +url: /rust-cpp/convert/save_svg_zip/ +--- + +_Converts and saves the previously opened PDF-document as a SVG-archive._ + +```rust +pub fn save_svg_zip(&self, filename: &str) -> Result<(), PdfError> +``` + +**Arguments** + * **filename** - the path to the output file + +**Returns** + * **Ok(())** - if the operation succeeds + * **Err(PdfError)** - if the operation fails + +**Example** + +```rust +use asposepdf::Document; + +fn main() -> Result<(), Box> { + // Open a PDF-document with filename + let pdf = Document::open("sample.pdf")?; + + // Convert and save the previously opened PDF-document as SVG-archive + pdf.save_svg_zip("sample_svg.zip")?; + + Ok(()) +} + +``` \ No newline at end of file diff --git a/english/rust-cpp/miscellaneous/_index.md b/english/rust-cpp/miscellaneous/_index.md new file mode 100644 index 0000000000..ac7c90e8c4 --- /dev/null +++ b/english/rust-cpp/miscellaneous/_index.md @@ -0,0 +1,19 @@ +--- +title: "Miscellaneous functions" +second_title: Aspose.PDF for Rust via C++ +description: "Miscellaneous functions for working." +type: docs +url: /rust-cpp/miscellaneous/ +--- + +## Miscellaneous + +| Function | Description | +| -------- | ----------- | +| [about](./about/) | Return metadata information about the Aspose.PDF for Rust via C++. | + + +## Detailed Description + +Miscellaneous functions for working. + diff --git a/english/rust-cpp/miscellaneous/about/_index.md b/english/rust-cpp/miscellaneous/about/_index.md new file mode 100644 index 0000000000..4db603732e --- /dev/null +++ b/english/rust-cpp/miscellaneous/about/_index.md @@ -0,0 +1,69 @@ +--- +title: "about" +second_title: Aspose.PDF for Rust via C++ +description: "Returns metadata information about the Aspose.PDF for Rust via C++." +type: docs +url: /rust-cpp/miscellaneous/about/ +--- + +_Returns metadata information about the Aspose.PDF for Rust via C++._ + +```rust +pub fn about(&self) -> Result +``` + +**Arguments** + + +**Returns** + * **Ok(ProductInfo)** - if the operation succeeds +```rust +#[derive(Debug, Deserialize)] +pub struct ProductInfo { + #[serde(rename = "product")] + pub product: String, + + #[serde(rename = "family")] + pub family: String, + + #[serde(rename = "version")] + pub version: String, + + #[serde(rename = "releasedate")] + pub release_date: String, + + #[serde(rename = "producer")] + pub producer: String, + + #[serde(rename = "islicensed")] + pub is_licensed: bool, +} +``` + + * **Err(PdfError)** - if the operation fails + +**Example** + +```rust +use asposepdf::Document; + +fn main() -> Result<(), Box> { + // Create a new PDF-document + let pdf = Document::new()?; + + // Return metadata information about the Aspose.PDF for Go via C++. + let info = pdf.about()?; + + // Print metadata fields + println!("Product Info:"); + println!(" Product: {}", info.product); + println!(" Family: {}", info.family); + println!(" Version: {}", info.version); + println!(" ReleaseDate: {}", info.release_date); + println!(" Producer: {}", info.producer); + println!(" IsLicensed: {}", info.is_licensed); + + Ok(()) +} + +``` \ No newline at end of file diff --git a/english/rust-cpp/organize/_index.md b/english/rust-cpp/organize/_index.md index 348ec51a3a..dc41cce434 100644 --- a/english/rust-cpp/organize/_index.md +++ b/english/rust-cpp/organize/_index.md @@ -20,6 +20,14 @@ url: /rust-cpp/organize/ | [add_page_num](./add_page_num/) | Add page number to a PDF-document | | [add_text_header](./add_text_header/) | Add text in Header of a PDF-document | | [add_text_footer](./add_text_footer/) | Add text in Footer of a PDF-document | +| [flatten](./flatten/) | Flatten PDF-document | +| [remove_annotations](./remove_annotations/) | Remove annotations from PDF-document | +| [remove_attachments](./remove_attachments/) | Remove attachments from PDF-document | +| [remove_blank_pages](./remove_blank_pages/) | Remove blank pages from PDF-document | +| [remove_bookmarks](./remove_bookmarks/) | Remove bookmarks from PDF-document | +| [remove_hidden_text](./remove_hidden_text/) | Remove hidden text from PDF-document | +| [remove_images](./remove_images/) | Remove images from PDF-document | +| [remove_javascripts](./remove_javascripts/) | Remove java scripts from PDF-document | | [page_rotate](./page_rotate/) | Rotate a page in the PDF-document. | | [page_set_size](./page_set_size/) | Set the size of a page in the PDF-document. | | [page_grayscale](./page_grayscale/) | Convert page to black and white. | @@ -28,6 +36,9 @@ url: /rust-cpp/organize/ | [page_add_page_num](./page_add_page_num/) | Add page number on page | | [page_add_text_header](./page_add_text_header/) | Add text in page header | | [page_add_text_footer](./page_add_text_footer/) | Add text in page footer | +| [page_remove_annotations](./page_remove_annotations/) | Remove annotations in page. | +| [page_remove_hidden_text](./page_remove_hidden_text/) | Remove hidden text in page. | +| [page_remove_images](./page_remove_images/) | Remove images in page. | ## Detailed Description diff --git a/english/rust-cpp/organize/flatten/_index.md b/english/rust-cpp/organize/flatten/_index.md new file mode 100644 index 0000000000..321837e544 --- /dev/null +++ b/english/rust-cpp/organize/flatten/_index.md @@ -0,0 +1,40 @@ +--- +title: "flatten" +second_title: Aspose.PDF for Rust via C++ +description: "Flattens PDF-document." +type: docs +url: /rust-cpp/organize/flatten/ +--- + +_Flattens PDF-document._ + +```rust +pub fn flatten(&self) -> Result<(), PdfError> +``` + +**Arguments** + + +**Returns** + * **Ok(())** - if the operation succeeds + * **Err(PdfError)** - if the operation fails + +**Example** + +```rust +use asposepdf::Document; + +fn main() -> Result<(), Box> { + // Open a PDF-document with filename + let pdf = Document::open("sample.pdf")?; + + // Return the PDF-document contents as plain text + let txt = pdf.extract_text()?; + + // Print extracted text + println!("Extracted text:\n{}", txt); + + Ok(()) +} + +``` \ No newline at end of file diff --git a/english/rust-cpp/organize/page_remove_annotations/_index.md b/english/rust-cpp/organize/page_remove_annotations/_index.md new file mode 100644 index 0000000000..138e90cb6a --- /dev/null +++ b/english/rust-cpp/organize/page_remove_annotations/_index.md @@ -0,0 +1,40 @@ +--- +title: "page_remove_annotations" +second_title: Aspose.PDF for Rust via C++ +description: "Removes annotations in page." +type: docs +url: /rust-cpp/organize/page_remove_annotations/ +--- + +_Removes annotations in page._ + +```rust +pub fn page_remove_annotations(&self, num: i32) -> Result<(), PdfError> +``` + +**Arguments** + * **num** - the page number (1-based) + +**Returns** + * **Ok(())** - if the operation succeeds + * **Err(PdfError)** - if the operation fails + +**Example** + +```rust +use asposepdf::Document; + +fn main() -> Result<(), Box> { + // Open a PDF-document from file + let pdf = Document::open("sample.pdf")?; + + // Remove annotations in page + pdf.page_remove_annotations(1)?; + + // Save the previously opened PDF-document with new filename + pdf.save_as("sample_page1_remove_annotations.pdf")?; + + Ok(()) +} + +``` \ No newline at end of file diff --git a/english/rust-cpp/organize/page_remove_hidden_text/_index.md b/english/rust-cpp/organize/page_remove_hidden_text/_index.md new file mode 100644 index 0000000000..1882991617 --- /dev/null +++ b/english/rust-cpp/organize/page_remove_hidden_text/_index.md @@ -0,0 +1,40 @@ +--- +title: "page_remove_hidden_text" +second_title: Aspose.PDF for Rust via C++ +description: "Removes hidden text in page." +type: docs +url: /rust-cpp/organize/page_remove_hidden_text/ +--- + +_Removes hidden text in page._ + +```rust +pub fn page_remove_hidden_text(&self, num: i32) -> Result<(), PdfError> +``` + +**Arguments** + * **num** - the page number (1-based) + +**Returns** + * **Ok(())** - if the operation succeeds + * **Err(PdfError)** - if the operation fails + +**Example** + +```rust +use asposepdf::Document; + +fn main() -> Result<(), Box> { + // Open a PDF-document from file + let pdf = Document::open("sample.pdf")?; + + // Remove hidden text in page + pdf.page_remove_hidden_text(1)?; + + // Save the previously opened PDF-document with new filename + pdf.save_as("sample_page1_remove_hidden_text.pdf")?; + + Ok(()) +} + +``` \ No newline at end of file diff --git a/english/rust-cpp/organize/page_remove_images/_index.md b/english/rust-cpp/organize/page_remove_images/_index.md new file mode 100644 index 0000000000..8c62a555dd --- /dev/null +++ b/english/rust-cpp/organize/page_remove_images/_index.md @@ -0,0 +1,40 @@ +--- +title: "page_remove_images" +second_title: Aspose.PDF for Rust via C++ +description: "Removes images in page." +type: docs +url: /rust-cpp/organize/page_remove_images/ +--- + +_Removes images in page._ + +```rust +pub fn page_remove_images(&self, num: i32) -> Result<(), PdfError> +``` + +**Arguments** + * **num** - the page number (1-based) + +**Returns** + * **Ok(())** - if the operation succeeds + * **Err(PdfError)** - if the operation fails + +**Example** + +```rust +use asposepdf::Document; + +fn main() -> Result<(), Box> { + // Open a PDF-document from file + let pdf = Document::open("sample.pdf")?; + + // Remove images in page + pdf.page_remove_images(1)?; + + // Save the previously opened PDF-document with new filename + pdf.save_as("sample_page1_remove_images.pdf")?; + + Ok(()) +} + +``` \ No newline at end of file diff --git a/english/rust-cpp/organize/remove_annotations/_index.md b/english/rust-cpp/organize/remove_annotations/_index.md new file mode 100644 index 0000000000..0c019eb4f3 --- /dev/null +++ b/english/rust-cpp/organize/remove_annotations/_index.md @@ -0,0 +1,40 @@ +--- +title: "remove_annotations" +second_title: Aspose.PDF for Rust via C++ +description: "Removes annotations from PDF-document." +type: docs +url: /rust-cpp/organize/remove_annotations/ +--- + +_Removes annotations from PDF-document._ + +```rust +pub fn remove_annotations(&self) -> Result<(), PdfError> +``` + +**Arguments** + + +**Returns** + * **Ok(())** - if the operation succeeds + * **Err(PdfError)** - if the operation fails + +**Example** + +```rust +use asposepdf::Document; + +fn main() -> Result<(), Box> { + // Open a PDF-document with filename + let pdf = Document::open("sample.pdf")?; + + // Remove annotations from PDF-document + pdf.remove_annotations()?; + + // Save the previously opened PDF-document with new filename + pdf.save_as("sample_remove_annotations.pdf")?; + + Ok(()) +} + +``` \ No newline at end of file diff --git a/english/rust-cpp/organize/remove_attachments/_index.md b/english/rust-cpp/organize/remove_attachments/_index.md new file mode 100644 index 0000000000..7d9130468a --- /dev/null +++ b/english/rust-cpp/organize/remove_attachments/_index.md @@ -0,0 +1,40 @@ +--- +title: "remove_attachments" +second_title: Aspose.PDF for Rust via C++ +description: "Removes attachments from PDF-document." +type: docs +url: /rust-cpp/organize/remove_attachments/ +--- + +_Removes attachments from PDF-document._ + +```rust +pub fn remove_attachments(&self) -> Result<(), PdfError> +``` + +**Arguments** + + +**Returns** + * **Ok(())** - if the operation succeeds + * **Err(PdfError)** - if the operation fails + +**Example** + +```rust +use asposepdf::Document; + +fn main() -> Result<(), Box> { + // Open a PDF-document with filename + let pdf = Document::open("sample.pdf")?; + + // Remove attachments from PDF-document + pdf.remove_attachments()?; + + // Save the previously opened PDF-document with new filename + pdf.save_as("sample_remove_attachments.pdf")?; + + Ok(()) +} + +``` \ No newline at end of file diff --git a/english/rust-cpp/organize/remove_blank_pages/_index.md b/english/rust-cpp/organize/remove_blank_pages/_index.md new file mode 100644 index 0000000000..229a43a966 --- /dev/null +++ b/english/rust-cpp/organize/remove_blank_pages/_index.md @@ -0,0 +1,40 @@ +--- +title: "remove_blank_pages" +second_title: Aspose.PDF for Rust via C++ +description: "Removes blank pages from PDF-document." +type: docs +url: /rust-cpp/organize/remove_blank_pages/ +--- + +_Removes blank pages from PDF-document._ + +```rust +pub fn remove_blank_pages(&self) -> Result<(), PdfError> +``` + +**Arguments** + + +**Returns** + * **Ok(())** - if the operation succeeds + * **Err(PdfError)** - if the operation fails + +**Example** + +```rust +use asposepdf::Document; + +fn main() -> Result<(), Box> { + // Open a PDF-document with filename + let pdf = Document::open("sample.pdf")?; + + // Remove blank pages from PDF-document + pdf.remove_blank_pages()?; + + // Save the previously opened PDF-document with new filename + pdf.save_as("sample_remove_blank_pages.pdf")?; + + Ok(()) +} + +``` \ No newline at end of file diff --git a/english/rust-cpp/organize/remove_bookmarks/_index.md b/english/rust-cpp/organize/remove_bookmarks/_index.md new file mode 100644 index 0000000000..dbb17b545c --- /dev/null +++ b/english/rust-cpp/organize/remove_bookmarks/_index.md @@ -0,0 +1,40 @@ +--- +title: "remove_bookmarks" +second_title: Aspose.PDF for Rust via C++ +description: "Removes bookmarks from PDF-document." +type: docs +url: /rust-cpp/organize/remove_bookmarks/ +--- + +_Removes bookmarks from PDF-document._ + +```rust +pub fn remove_bookmarks(&self) -> Result<(), PdfError> +``` + +**Arguments** + + +**Returns** + * **Ok(())** - if the operation succeeds + * **Err(PdfError)** - if the operation fails + +**Example** + +```rust +use asposepdf::Document; + +fn main() -> Result<(), Box> { + // Open a PDF-document with filename + let pdf = Document::open("sample.pdf")?; + + // Remove bookmarks from PDF-document + pdf.remove_bookmarks()?; + + // Save the previously opened PDF-document with new filename + pdf.save_as("sample_remove_bookmarks.pdf")?; + + Ok(()) +} + +``` \ No newline at end of file diff --git a/english/rust-cpp/organize/remove_hidden_text/_index.md b/english/rust-cpp/organize/remove_hidden_text/_index.md new file mode 100644 index 0000000000..0dd9886e29 --- /dev/null +++ b/english/rust-cpp/organize/remove_hidden_text/_index.md @@ -0,0 +1,40 @@ +--- +title: "remove_hidden_text" +second_title: Aspose.PDF for Rust via C++ +description: "Removes hidden text from PDF-document." +type: docs +url: /rust-cpp/organize/remove_hidden_text/ +--- + +_Removes hidden text from PDF-document._ + +```rust +pub fn remove_hidden_text(&self) -> Result<(), PdfError> +``` + +**Arguments** + + +**Returns** + * **Ok(())** - if the operation succeeds + * **Err(PdfError)** - if the operation fails + +**Example** + +```rust +use asposepdf::Document; + +fn main() -> Result<(), Box> { + // Open a PDF-document with filename + let pdf = Document::open("sample.pdf")?; + + // Remove hidden text from PDF-document + pdf.remove_hidden_text()?; + + // Save the previously opened PDF-document with new filename + pdf.save_as("sample_remove_hidden_text.pdf")?; + + Ok(()) +} + +``` \ No newline at end of file diff --git a/english/rust-cpp/organize/remove_images/_index.md b/english/rust-cpp/organize/remove_images/_index.md new file mode 100644 index 0000000000..4683b49fe0 --- /dev/null +++ b/english/rust-cpp/organize/remove_images/_index.md @@ -0,0 +1,40 @@ +--- +title: "remove_images" +second_title: Aspose.PDF for Rust via C++ +description: "Removes images from PDF-document." +type: docs +url: /rust-cpp/organize/remove_images/ +--- + +_Removes images from PDF-document._ + +```rust +pub fn remove_images(&self) -> Result<(), PdfError> +``` + +**Arguments** + + +**Returns** + * **Ok(())** - if the operation succeeds + * **Err(PdfError)** - if the operation fails + +**Example** + +```rust +use asposepdf::Document; + +fn main() -> Result<(), Box> { + // Open a PDF-document with filename + let pdf = Document::open("sample.pdf")?; + + // Remove images from PDF-document + pdf.remove_images()?; + + // Save the previously opened PDF-document with new filename + pdf.save_as("sample_remove_images.pdf")?; + + Ok(()) +} + +``` \ No newline at end of file diff --git a/english/rust-cpp/organize/remove_javascripts/_index.md b/english/rust-cpp/organize/remove_javascripts/_index.md new file mode 100644 index 0000000000..97a47afb55 --- /dev/null +++ b/english/rust-cpp/organize/remove_javascripts/_index.md @@ -0,0 +1,40 @@ +--- +title: "remove_javascripts" +second_title: Aspose.PDF for Rust via C++ +description: "Removes java scripts from PDF-document." +type: docs +url: /rust-cpp/organize/remove_javascripts/ +--- + +_Removes java scripts from PDF-document._ + +```rust +pub fn remove_javascripts(&self) -> Result<(), PdfError> +``` + +**Arguments** + + +**Returns** + * **Ok(())** - if the operation succeeds + * **Err(PdfError)** - if the operation fails + +**Example** + +```rust +use asposepdf::Document; + +fn main() -> Result<(), Box> { + // Open a PDF-document with filename + let pdf = Document::open("sample.pdf")?; + + // Remove java scripts from PDF-document + pdf.remove_javascripts()?; + + // Save the previously opened PDF-document with new filename + pdf.save_as("sample_remove_javascripts.pdf")?; + + Ok(()) +} + +``` \ No newline at end of file