Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / ContentStream Class / HasContent Method

In This Topic
    HasContent Method
    In This Topic
    Returns a value indicating whether this content stream is not empty, i.e. it contains some PDF operators.
    Syntax
    'Declaration
     
    Public Overridable Function HasContent() As System.Boolean
    public virtual System.bool HasContent()
    See Also