Skip to content

Commit 65313d1

Browse files
authored
Merge pull request #83 from aspose-pdf/main
Aspose.PDF for C++ 25.8 API References
2 parents 039b309 + 8acb540 commit 65313d1

File tree

315 files changed

+2035
-301
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

315 files changed

+2035
-301
lines changed

english/cpp/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ is_root: true
1717
| [Aspose::Pdf](./aspose.pdf/) | The **[Aspose.Pdf](./aspose.pdf/)** is a root namespace for all classes of [Aspose.Pdf](./aspose.pdf/) library which are either directly in it like **[Document](./aspose.pdf/document/)** or indirectly through several subnamespaces. |
1818
| [Aspose::Pdf::Annotations](./aspose.pdf.annotations/) | The **[Aspose.Pdf.Annotations](./aspose.pdf.annotations/)** namespace provides classes for working with various types of actions, destinations and other features of document which traditionally called as interactive providing means user can intercommunicate with it. |
1919
| [Aspose::Pdf::Collections](./aspose.pdf.collections/) | |
20-
| [Aspose::Pdf::Comparison](./aspose.pdf.comparison/) | |
20+
| [Aspose::Pdf::Comparison](./aspose.pdf.comparison/) | The **[Aspose.Pdf.Comparison](./aspose.pdf.comparison/)** namespace provides classes for the PDF comparison functionalities. |
2121
| [Aspose::Pdf::DataEditor](./aspose.pdf.dataeditor/) | The **[Aspose.Pdf.DataEditor](./aspose.pdf.dataeditor/)** contains tools for editing data within a document. |
2222
| [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. |
2323
| [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. |
@@ -33,7 +33,7 @@ is_root: true
3333
| [Aspose::Pdf::Sanitization](./aspose.pdf.sanitization/) | The **[Aspose.Pdf.Sanitization](./aspose.pdf.sanitization/)** is a namespace for sanitization operations. |
3434
| [Aspose::Pdf::Security](./aspose.pdf.security/) | The **[Aspose.Pdf.Security](./aspose.pdf.security/)** namespace contains classes used for encryption and digital signing. |
3535
| [Aspose::Pdf::Security::Impl](./aspose.pdf.security.impl/) | |
36-
| [Aspose::Pdf::Signatures](./aspose.pdf.signatures/) | |
36+
| [Aspose::Pdf::Signatures](./aspose.pdf.signatures/) | The **[Aspose.Pdf.Signatures](./aspose.pdf.signatures/)** namespace provides classes for signatures functionalities. |
3737
| [Aspose::Pdf::Structure](./aspose.pdf.structure/) | The **[Aspose.Pdf.Structure](./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. |
3838
| [Aspose::Pdf::Tagged](./aspose.pdf.tagged/) | The **[Aspose.Pdf.Tagged](./aspose.pdf.tagged/)** is a namespace for classes for support of [Tagged](./aspose.pdf.tagged/) PDF documents. |
3939
| [Aspose::Pdf::Text](./aspose.pdf.text/) | |

english/cpp/aspose.pdf.comparison/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Aspose::Pdf::Comparison namespace
33
linktitle: Aspose::Pdf::Comparison
44
second_title: Aspose.PDF for C++ API Reference
5-
description: 'How to use Aspose::Pdf::Comparison namespace in C++.'
5+
description: 'Aspose::Pdf::Comparison namespace. The Aspose.Pdf.Comparison namespace provides classes for the PDF comparison functionalities in C++.'
66
type: docs
77
weight: 400
88
url: /cpp/aspose.pdf.comparison/
99
---
1010

11-
11+
The **[Aspose.Pdf.Comparison](./)** namespace provides classes for the PDF comparison functionalities.
1212

1313
## Classes
1414

english/cpp/aspose.pdf.facades/pdffileeditor/contentsresizeparameters/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class ContentsResizeParameters : public System::Object
2525
| [ContentsResizeParameters](./contentsresizeparameters/)() | Creates resize parameters where al values are set to "auto". Later margins and contents size may be specified if required. |
2626
| [ContentsResizeParameters](./contentsresizeparameters/)(System::SharedPtr\<PdfFileEditor::ContentsResizeValue\>, System::SharedPtr\<PdfFileEditor::ContentsResizeValue\>, System::SharedPtr\<PdfFileEditor::ContentsResizeValue\>, System::SharedPtr\<PdfFileEditor::ContentsResizeValue\>, System::SharedPtr\<PdfFileEditor::ContentsResizeValue\>, System::SharedPtr\<PdfFileEditor::ContentsResizeValue\>) | Creates resize parameters with specified margin values and contents size. |
2727
| [get_BottomMargin](./get_bottommargin/)() const | Gets bottom margin on the resultant page. |
28+
| [get_ChangeMediaBox](./get_changemediabox/)() const | Gets and sets whether to adjust the MediaBox of a PDF page during the resizing operation. The default value is **false** |
2829
| [get_ContentsHeight](./get_contentsheight/)() const | Gets height of the content of the source page on the resultant page. |
2930
| [get_ContentsWidth](./get_contentswidth/)() const | Gets width of the content of the source page on the resultant page. |
3031
| [get_LeftMargin](./get_leftmargin/)() const | Gets left margin on the resultant page. |
@@ -35,6 +36,7 @@ class ContentsResizeParameters : public System::Object
3536
| static [PageResize](./pageresize/)(double, double) | Creates resize paramters for page resize. |
3637
| static [PageResizePct](./pageresizepct/)(double, double) | Creates resize paramters for page resize. New sizes are specified in percent. |
3738
| [set_BottomMargin](./set_bottommargin/)(System::SharedPtr\<PdfFileEditor::ContentsResizeValue\>) | Sets bottom margin on the resultant page. |
39+
| [set_ChangeMediaBox](./set_changemediabox/)(bool) | Gets and sets whether to adjust the MediaBox of a PDF page during the resizing operation. The default value is **false** |
3840
| [set_ContentsHeight](./set_contentsheight/)(System::SharedPtr\<PdfFileEditor::ContentsResizeValue\>) | Sets height of the content of the source page on the resultant page. |
3941
| [set_ContentsWidth](./set_contentswidth/)(System::SharedPtr\<PdfFileEditor::ContentsResizeValue\>) | Sets width of the content of the source page on the resultant page. |
4042
| [set_LeftMargin](./set_leftmargin/)(System::SharedPtr\<PdfFileEditor::ContentsResizeValue\>) | Sets left margin on the resultant page. |

english/cpp/aspose.pdf.facades/pdffileeditor/contentsresizeparameters/contentsize/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: ContentSize
44
second_title: Aspose.PDF for C++ API Reference
55
description: 'Aspose::Pdf::Facades::PdfFileEditor::ContentsResizeParameters::ContentSize method. Creates resize parameters with specified contents size in C++.'
66
type: docs
7-
weight: 1400
7+
weight: 1600
88
url: /cpp/aspose.pdf.facades/pdffileeditor/contentsresizeparameters/contentsize/
99
---
1010
## ContentsResizeParameters::ContentSize method

english/cpp/aspose.pdf.facades/pdffileeditor/contentsresizeparameters/contentsizepercent/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: ContentSizePercent
44
second_title: Aspose.PDF for C++ API Reference
55
description: 'Aspose::Pdf::Facades::PdfFileEditor::ContentsResizeParameters::ContentSizePercent method. Creates resize parameters with specified contents size in percents of initial page size. Margins are caculated automatically in C++.'
66
type: docs
7-
weight: 1500
7+
weight: 1700
88
url: /cpp/aspose.pdf.facades/pdffileeditor/contentsresizeparameters/contentsizepercent/
99
---
1010
## ContentsResizeParameters::ContentSizePercent method
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Aspose::Pdf::Facades::PdfFileEditor::ContentsResizeParameters::get_ChangeMediaBox method
3+
linktitle: get_ChangeMediaBox
4+
second_title: Aspose.PDF for C++ API Reference
5+
description: 'Aspose::Pdf::Facades::PdfFileEditor::ContentsResizeParameters::get_ChangeMediaBox method. Gets and sets whether to adjust the MediaBox of a PDF page during the resizing operation. The default value is false in C++.'
6+
type: docs
7+
weight: 300
8+
url: /cpp/aspose.pdf.facades/pdffileeditor/contentsresizeparameters/get_changemediabox/
9+
---
10+
## ContentsResizeParameters::get_ChangeMediaBox method
11+
12+
13+
Gets and sets whether to adjust the MediaBox of a PDF page during the resizing operation. The default value is **false**
14+
15+
```cpp
16+
bool Aspose::Pdf::Facades::PdfFileEditor::ContentsResizeParameters::get_ChangeMediaBox() const
17+
```
18+
19+
## Remarks
20+
21+
22+
Setting this parameter enables fitting the MediaBox to the CropBox value during resizing.
23+
## See Also
24+
25+
* Class [ContentsResizeParameters](../)
26+
* Class [PdfFileEditor](../../)
27+
* Namespace [Aspose::Pdf::Facades](../../../)
28+
* Library [Aspose.PDF for C++](../../../../)

english/cpp/aspose.pdf.facades/pdffileeditor/contentsresizeparameters/get_contentsheight/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: get_ContentsHeight
44
second_title: Aspose.PDF for C++ API Reference
55
description: 'Aspose::Pdf::Facades::PdfFileEditor::ContentsResizeParameters::get_ContentsHeight method. Gets height of the content of the source page on the resultant page in C++.'
66
type: docs
7-
weight: 300
7+
weight: 400
88
url: /cpp/aspose.pdf.facades/pdffileeditor/contentsresizeparameters/get_contentsheight/
99
---
1010
## ContentsResizeParameters::get_ContentsHeight method

english/cpp/aspose.pdf.facades/pdffileeditor/contentsresizeparameters/get_contentswidth/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: get_ContentsWidth
44
second_title: Aspose.PDF for C++ API Reference
55
description: 'Aspose::Pdf::Facades::PdfFileEditor::ContentsResizeParameters::get_ContentsWidth method. Gets width of the content of the source page on the resultant page in C++.'
66
type: docs
7-
weight: 400
7+
weight: 500
88
url: /cpp/aspose.pdf.facades/pdffileeditor/contentsresizeparameters/get_contentswidth/
99
---
1010
## ContentsResizeParameters::get_ContentsWidth method

english/cpp/aspose.pdf.facades/pdffileeditor/contentsresizeparameters/get_leftmargin/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: get_LeftMargin
44
second_title: Aspose.PDF for C++ API Reference
55
description: 'Aspose::Pdf::Facades::PdfFileEditor::ContentsResizeParameters::get_LeftMargin method. Gets left margin on the resultant page in C++.'
66
type: docs
7-
weight: 500
7+
weight: 600
88
url: /cpp/aspose.pdf.facades/pdffileeditor/contentsresizeparameters/get_leftmargin/
99
---
1010
## ContentsResizeParameters::get_LeftMargin method

english/cpp/aspose.pdf.facades/pdffileeditor/contentsresizeparameters/get_rightmargin/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: get_RightMargin
44
second_title: Aspose.PDF for C++ API Reference
55
description: 'Aspose::Pdf::Facades::PdfFileEditor::ContentsResizeParameters::get_RightMargin method. Gets right margin on the resultant page in C++.'
66
type: docs
7-
weight: 600
7+
weight: 700
88
url: /cpp/aspose.pdf.facades/pdffileeditor/contentsresizeparameters/get_rightmargin/
99
---
1010
## ContentsResizeParameters::get_RightMargin method

0 commit comments

Comments
 (0)