XFINIUM.PDF Documentation
Data Property (PdfDocumentSecurityStoreItem)



Xfinium.Pdf.DigitalSignatures Namespace > PdfDocumentSecurityStoreItem Class : Data Property
Gets the item data.
Syntax
'Declaration
 
Public ReadOnly Property Data As Stream
'Usage
 
Dim instance As PdfDocumentSecurityStoreItem
Dim value As Stream
 
value = instance.Data
public Stream Data {get;}
public:
property Stream^ Data {
   Stream^ get();
}

Property Value

A stream storing the decompressed item data.
Remarks
The stream should be used only for reading the data from the item. Writing data to the stream has no effect on the content of the item.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfDocumentSecurityStoreItem Class
PdfDocumentSecurityStoreItem Members