You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/radpdfprocessing/model/radfixeddocument.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,8 @@ __RadFixedDocument__ is the root that contains all other elements in the __RadPd
29
29
|__Annotations__|A read-only collection that contains all [Annotations]({%slug radpdfprocessing-model-annotations-overview%}) in the document.|
30
30
|__Destinations__|A collection that contains all [Destinations]({%slug radpdfprocessing-model-annotations-links%}#destination) in the document.|
31
31
|__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)|
33
34
34
35
>note A complete SDK example how to generate a document is available [here](https://github.com/telerik/document-processing-sdk/tree/master/PdfProcessing/GenerateDocument).
0 commit comments