Spread WPF 18
GrapeCity.Core Namespace / IDocumentProperties Interface
Members


In This Topic
    IDocumentProperties Interface
    In This Topic
    Represents a collection of DocumentProperty objects. Each DocumentProperty object represents a built-in or custom property of a container document.
    Object Model
    IDocumentProperties Interface
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public Interface IDocumentProperties 
    'Usage
     
    Dim instance As IDocumentProperties
    [DefaultMember("Item")]
    public interface IDocumentProperties 
    See Also