Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Structure Namespace / McrContentItemLink Class / ContentStreamOwner Property

In This Topic
    ContentStreamOwner Property
    In This Topic
    Gets or sets the object owning the content stream identified by the FormXObject property.
    Syntax
    'Declaration
     
    Public Property ContentStreamOwner As PdfWrapperBase
    public PdfWrapperBase ContentStreamOwner {get; set;}
    See Also