ImagePlacementCollectionIsSynchronized Property |
Gets a value indicating whether access to the collection is synchronized (thread safe).
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool IsSynchronized { get; }
Public ReadOnly Property IsSynchronized As Boolean
Get
public:
property bool IsSynchronized {
bool get ();
}
member IsSynchronized : bool with get
Property Value
Type:
Boolean
See Also