VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfDocument Class / SourceStreamSyncObject Property
Syntax Requirements SeeAlso
In This Topic
    SourceStreamSyncObject Property (PdfDocument)
    In This Topic
    Gets the object that is used for synchronized access to the SourceStream.
    Syntax
    'Declaration
    
    Public ReadOnly Property SourceStreamSyncObject As System.Object
    
    
    public System.Object SourceStreamSyncObject { get; }
    
    
    public: __property System.Object get_SourceStreamSyncObject();
    
    
    
    public:
    property System.Object SourceStreamSyncObject { System.Object get(); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also