Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Picture Class / Title Property

In This Topic
    Title Property (Picture)
    In This Topic
    Gets or sets the title (caption) of this picture.
    Syntax
    'Declaration
     
    Public Overrides Property Title As System.String
    public override System.string Title {get; set;}
    See Also