ImageGear for .NET
ArtConnection.ArtWriteErrorCodes Enumeration
See Also  Send Feedback
ImageGear21.Web.Services Assembly > ImageGear.Web.UI Namespace : ArtConnection.ArtWriteErrorCodes Enumeration




Glossary Item Box

Updating art annotation success or failure codes. Most failures are likely the result of a missing ID or an ID not matched on the page of the document.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
ImproperAdd-3 Request to add a new art mark object but the ID wasn't zero on the new art object.
ImproperDelete-1 Request to delete an art mark object that wasn't there or the ID was bad.
ImproperEdit-2 Request to modify an existing art object that is not there (any longer) or the ID was bad and did not match an exiting mark on that page.
SourceFailure-4 Unable to either find, read or write art source. Also, could be a permission problem.
Success0 All art updates made successsfully

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Web.UI.ArtConnection.ArtWriteErrorCodes

See Also

©2013. Accusoft Corporation. All Rights Reserved.