Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / OutlineNode Class
Properties Methods

In This Topic
    OutlineNode Class Members
    In This Topic

    The following tables list the members exposed by OutlineNode.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the GrapeCity.Documents.Pdf.Actions.ActionBase to be performed when this OutlineNode is activated.  
    Public PropertyGets the OutlineNodeCollection collection containing child nodes.  
    Public PropertyGets or sets the DestinationBase to be displayed when this OutlineNode is activated.  
    Public PropertyGets the GcPdfDocument owning this object.  
    Public PropertyGets or sets a value indicating whether this OutlineNode expanded and its child nodes are visible.  
    Public PropertyGets a value indicating whether Children collection is not empty.  
    Public PropertyGets the PDF object ID. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Public PropertyGets the OutlineNodeCollection collection containing this object.  
    Public PropertyGets the parent OutlineNode.  
    Public PropertyGets the underlying GrapeCity.Documents.Pdf.Spec.IPdfDict. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper)
    Public PropertyGets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<IPdfDict>)
    Public PropertyGets or sets the text color of the outline node.  
    Public PropertyGets or sets the text style of the outline node.  
    Public PropertyGets or sets the title of the outline node.  
    Top
    Public Methods
     NameDescription
    Public MethodGets the System.IO.Stream object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Public MethodGets the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Public MethodGets the GrapeCity.Documents.Pdf.Spec.PdfStreamInfo object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Top
    See Also