Documents for PDF, .NET Edition Documentation
Size Property (EmbeddedFileStream)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > EmbeddedFileStream Class : Size Property
Gets or sets the size of the embedded file, in bytes.
Syntax
'Declaration
 
Public Property Size As System.Nullable(Of Integer)
public System.Nullable<int> Size {get; set;}
See Also

Reference

EmbeddedFileStream Class
EmbeddedFileStream Members