CPDFResetFormAction.h 762 B

12345678910111213141516171819202122
  1. //
  2. // CPDFResetFormAction.h
  3. // ComPDFKit
  4. //
  5. // Copyright © 2014-2022 PDF Technologies, Inc. All Rights Reserved.
  6. //
  7. // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
  8. // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE ComPDFKit LICENSE AGREEMENT.
  9. // UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
  10. // This notice may not be removed from this file.
  11. //
  12. #import <ComPDFKit/CPDFAction.h>
  13. /**
  14. * CPDFResetFormAction, a subclass of CPDFAction, defines methods for getting and clearing fields in a PDF form.
  15. *
  16. * @discussion A CPDFResetFormAction object represents an action associated with a PDF form.
  17. */
  18. @interface CPDFResetFormAction : CPDFAction
  19. @end