Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / InlineRichText Class / Pictures Property

In This Topic
    Pictures Property (InlineRichText)
    In This Topic
    Gets the collection of pictures included in the content.
    Syntax
    'Declaration
     
    Public ReadOnly Property Pictures As PictureCollection
    public PictureCollection Pictures {get;}
    See Also