OutlineCollectionSyncRoot Property |
Gets an object that can be used to synchronize access to this collection.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic Object SyncRoot { get; }
Public ReadOnly Property SyncRoot As Object
Get
public:
property Object^ SyncRoot {
Object^ get ();
}
member SyncRoot : Object with get
Property Value
Type:
Object
See Also