Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageData Class / IsLinkOnly Property

In This Topic
    IsLinkOnly Property
    In This Topic
    Gets a value indicating whether the image is linked and not stored in the document.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsLinkOnly As System.Boolean
    public System.bool IsLinkOnly {get;}
    See Also