Properties Class

Sets the properties of the document.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandIMcDocument
          MediaCy.Commands.DocumentProperties

Namespace:  MediaCy.Commands.Document
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class Properties
	Inherits OneInputCommand(Of IMcDocument)

The Properties type exposes the following members.

Constructors
  NameDescription
Public methodProperties
Initializes a new instance of the Properties class
Public methodProperties(McCommand)
Initializes a new instance of the Properties class
Top
Properties
  NameDescription
Public propertyCopyright
Copyright property of the document.
Public propertyDescription
Description of the document.
Public propertyDisplayName
Display name of the documet.
Public propertyDotsPerInchX
The number of pixels per inch horizontally.
Public propertyDotsPerInchY
The number of pixels per inch vertically.
Public propertyImagingModality
Defines Modality of the image.
Public propertyOwner
Owner/Experimenter of the document.
Public propertyTitle
Title of the document.
Top
Methods
  NameDescription
Public methodClone (Overrides McCommandExtended.Clone(McCommand).)
Public methodIsPropertyActive (Overrides McCommandExtended.IsPropertyActive(String).)
Top
Remarks