In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / DocumentMarkupMode Enumeration

DocumentMarkupMode Enumeration

In This Topic
Specifies the modes for converting document markups, including how changes and comments are rendered.
Syntax
'Declaration

 

Public Enum DocumentMarkupMode 

   Inherits System.Enum
public enum DocumentMarkupMode : System.Enum 
public enum DocumentMarkupMode = class(System.Enum)
public enum DocumentMarkupMode extends System.Enum
__value public enum DocumentMarkupMode : public System.Enum 
public enum class DocumentMarkupMode : public System.Enum 
Members
MemberValueDescription
AllMarkup0 Show all the markups in different colors, underlined/struck through. Comments are converted to annotations. This is the default behavior.
NoMarkup2 Show the document as if all the changes were accepted. Comments are NOT converted to annotations.
Original3 Show the document as if none of the changes were made (= as if all changes were rejected) Comments are NOT converted to annotations.
SimpleMarkup1 Show the document as if all the changes were accepted. Comments are converted to annotations.
Remarks
This enumeration provides options for controlling the visibility of markups, such as tracked changes and comments, in a document. Each mode determines whether changes are shown, hidden, or treated as accepted or rejected, and whether comments are converted to annotations.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.DocumentMarkupMode

See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace