Skip to content

Commit a364852

Browse files
committed
Included HasLayers property
1 parent d6bbf91 commit a364852

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libraries/radpdfprocessing/model/radfixeddocument.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ __RadFixedDocument__ is the root that contains all other elements in the __RadPd
2929
|__Annotations__|A read-only collection that contains all [Annotations]({%slug radpdfprocessing-model-annotations-overview%}) in the document.|
3030
|__Destinations__|A collection that contains all [Destinations]({%slug radpdfprocessing-model-annotations-links%}#destination) in the document.|
3131
|__DocumentInfo__|Contains additional meta information about the document like author, title, etc.|
32-
|**Actions**|Gets the document [actions]({%slug radpdfprocessing-model-action-collections%}#documentactioncollection) collection.|
32+
|**Actions**|Gets the document [actions]({%slug radpdfprocessing-model-action-collections%}#documentactioncollection) collection. (introduced in Q4 2024)|
33+
|**HasLayers**|Gets whether the document has layers. (introduced in Q4 2024)|
3334

3435
>note A complete SDK example how to generate a document is available [here](https://github.com/telerik/document-processing-sdk/tree/master/PdfProcessing/GenerateDocument).
3536

0 commit comments

Comments
 (0)