Skip to content

Commit b2d9f8e

Browse files
committed
Merge branch 'Q3_2025' of https://github.com/telerik/document-processing-docs into Q3_2025
2 parents c5d1a4d + f25ce3d commit b2d9f8e

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

libraries/radpdfprocessing/formats-and-conversion/convert-to-image/settings.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ The [SkiaImageFormatProvider]({%slug radpdfprocessing-formats-and-conversion-ima
1414

1515
>important Since the SkiaImageFormatProvider works with PDF pages (RadFixedPage), not a PDF document (RadFixedDocument), it is possible to export detached pages as well which are not associated with a particular PDF document. Hence, any document-related [exception handling mechanism]({%slug radpdfprocessing-handling-exceptions%}) wouldn't be triggered in this case.
1616
17-
The available export settings are:
18-
1917
|Setting|Description|
2018
|----|----|
2119
|**IsAntialiased**|Gets or sets a value indicating whether the image will be antialiased.|

libraries/radpdfprocessing/model/general-information.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ This article explains the structure of __RadPdfProcessing__'s document model and
2020
* [RadFixedPage]({%slug radpdfprocessing-model-radfixedpage%}): IContentRootElement
2121
* [Annotation]({%slug radpdfprocessing-model-annotations-overview%})
2222
* ContentAnnotationBase
23-
* Widget
24-
* PushButtonWidget
25-
* SignatureWidget
26-
* TwoStatesButtonWidget
27-
* RadioButtonWidget
23+
* [Widget]({%slug radpdfprocessing-model-annotations-widgets%})
24+
* [PushButtonWidget]({%slug radpdfprocessing-model-annotations-widgets%}#pushbuttonwidget-class)
25+
* [SignatureWidget]({%slug radpdfprocessing-model-annotations-widgets%}#signaturewidget-class)
26+
* [TwoStatesButtonWidget]({%slug radpdfprocessing-model-annotations-widgets%}#twostatesbuttonwidget-class)
27+
* [RadioButtonWidget]({%slug radpdfprocessing-model-annotations-widgets%}#radiobuttonwidget-class)
2828
* VariableContentWidget
2929

3030
* ContentAnnotation
31-
* MarkupAnnotation
32-
* LineAnnotation
33-
* StampAnnotation
34-
* TextAnnotation
35-
* TextMarkupAnnotation
31+
* [MarkupAnnotation]({%slug radpdfprocessing-model-annotations-overview%})
32+
* [LineAnnotation]({%slug radpdfprocessing-model-annotations-line%})
33+
* [StampAnnotation]({%slug radpdfprocessing-model-annotations-stamp%})
34+
* [TextAnnotation]({%slug radpdfprocessing-model-annotations-text%})
35+
* [TextMarkupAnnotation]({%slug radpdfprocessing-model-annotations-text-markup%})
3636

3737
* Destination
3838
* BoundingRectangleFit
@@ -46,10 +46,10 @@ This article explains the structure of __RadPdfProcessing__'s document model and
4646
* ContentElementBase
4747
* Clipping
4848
* PositionContentElement
49-
* Form
50-
* Image
51-
* Path
52-
* TextFragment
49+
* [Form]({%slug radpdfprocessing-model-form%})
50+
* [Image]({%slug radpdfprocessing-model-image%})
51+
* [Path]({%slug radpdfprocessing-model-path%})
52+
* [TextFragment]({%slug radpdfprocessing-model-textfragment%})
5353

5454
<!-- ![Rad Pdf Processing Model 01](images/RadPdfProcessing_Model_01.png) -->
5555

0 commit comments

Comments
 (0)