Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / EmbeddedFileStream Class / Size Property

In This Topic
    Size Property (EmbeddedFileStream)
    In This Topic
    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