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

In This Topic
    Name Property (Picture)
    In This Topic
    Gets or sets the current picture name.

    Typically, this is used to store the original file name of the picture.

    Syntax
    'Declaration
     
    Public Overrides Property Name As System.String
    public override System.string Name {get; set;}
    See Also