Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / FileSpecification Class / HasEmbeddedFileStream Property

In This Topic
    HasEmbeddedFileStream Property
    In This Topic
    Gets a value indicating that this file specification has at least one EmbeddedFileStream associated with it.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasEmbeddedFileStream As System.Boolean
    public System.bool HasEmbeddedFileStream {get;}
    See Also