Skip to main content
All docs
V25.1
  • DocumentCustomProperty Constructors

    A custom document property.
    Name Parameters Description
    DocumentCustomProperty(Boolean) value Initializes a new instance of the DocumentCustomProperty class with specified settings.
    DocumentCustomProperty(DateTime) value Initializes a new instance of the DocumentCustomProperty class with specified settings.
    DocumentCustomProperty(Decimal) value Initializes a new instance of the DocumentCustomProperty class with specified settings.
    DocumentCustomProperty(Double) value Initializes a new instance of the DocumentCustomProperty class with specified settings.
    DocumentCustomProperty(Int32) value Initializes a new instance of the DocumentCustomProperty class with specified settings.
    DocumentCustomProperty(String) value Initializes a new instance of the DocumentCustomProperty class with specified settings.
    See Also