[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Document.GenericDocument-2

GenericDocument<PageType, PagesCollectionType> Class

Represents a vector graphics document.

Inheritance
DocumentBase<PageType>
GenericDocument<PageType, PagesCollectionType>
Implements
IDocument<PageType>
Namespace: GrapeCity.ActiveReports.Core.Document
Assembly: MESCIUS.ActiveReports.Core.Document.dll
Syntax
public class GenericDocument<PageType, PagesCollectionType> : DocumentBase<PageType>, IDocument<PageType>, IDisposable where PageType : Page, new() where PagesCollectionType : PagesCollection<PageType>, new()
Type Parameters
Name Description
PageType
PagesCollectionType

Constructors

Name Description
GenericDocument()

Properties

Name Description
Pages

Gets or sets a reference to the page of the document.

PagesInternal

Gets the internal page types.