ProjectManagementOptions Class
Provides options for rendering project management files.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.OptionsProjectManagementOptions

Namespace: GroupDocs.Viewer.Options
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public class ProjectManagementOptions

The ProjectManagementOptions type exposes the following members.

Constructors
  NameDescription
Public methodProjectManagementOptions
Creates new instance of ProjectManagementOptions class.
Properties
  NameDescription
Public propertyEndDate
The end date of the Gantt Chart View to be included into the output.
Public propertyPageSize
The output page size.
Public propertyStartDate
The start date of the Gantt Chart View to be included into the output.
Public propertyTimeUnit
The time unit.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also