Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / FileSpecification Class / Relationship Property

In This Topic
    Relationship Property
    In This Topic
    Gets or sets a value that represents the relationship of this object to the source that points to it.

    Predefined values are Source, Data, Alternative, Supplement and Unspecified.

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