ImageGear .NET - Updated
UsageRightsSignature Class
Members 




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Signatures Namespace : UsageRightsSignature Class
Represents an usage rights signature in a PDF document.
Object Model
UsageRightsSignature Class
Syntax
'Declaration
 
Public Class UsageRightsSignature 
   Inherits Signature
'Usage
 
Dim instance As UsageRightsSignature
public class UsageRightsSignature : Signature 
public __gc class UsageRightsSignature : public Signature 
public ref class UsageRightsSignature : public Signature 
Remarks
A usage rights signature has a different kind of use than a certification or approval signature. It can be used to signal a PDF viewer to give an end-user access to certain features in the viewer, and they are not associated with a SignatureField. The usage rights signature is rarely used and is not currently supported by ImageGear.
Inheritance Hierarchy

System.Object
   ImageGear.Formats.PDF.ImGearPDFObject
      ImageGear.Formats.PDF.Signatures.Signature
         ImageGear.Formats.PDF.Signatures.UsageRightsSignature

See Also

Reference

UsageRightsSignature Members
ImageGear.Formats.PDF.Signatures Namespace