C#
Objective-C
C++
Java
public string DocumentTitle { get; set; }
@property (nonatomic, copy, nullable) NSString *documentTitle;
public final String getDocumentTitle()
public final void setDocumentTitle(String value)
public:
property String^ DocumentTitle {
String^ get();
void set ( String^ value);
}
Value indicating the "Document Title" (0042,0010) element.
For an example, refer to SetEncapsulatedDocument.