Skip to content

Commit d263959

Browse files
BezrukovMiText-CI
authored andcommitted
Marked cleanup constants as deprecated
DEVSIX-1908 Autoported commit. Original commit hash: [c262a8c31]
1 parent 110e63e commit d263959

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

itext/itext.io/itext/io/LogMessageConstant.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ public const String ENCRYPTED_PAYLOAD_FILE_SPEC_SHALL_HAVE_AFRELATIONSHIP_FILED_
133133

134134
public const String FAILED_TO_PARSE_ENCODING_STREAM = "Failed to parse encoding stream.";
135135

136+
[System.ObsoleteAttribute(@"Moved into cleanup module The constant will be removed in 7.2.")]
136137
public const String FAILED_TO_PROCESS_A_TRANSFORMATION_MATRIX = "Failed to process a transformation matrix which is noninvertible. Some content may be placed not as expected.";
137138

138139
public const String FLUSHED_OBJECT_CONTAINS_FREE_REFERENCE = "Flushed object contains indirect reference which is free. Null object will be written instead.";
@@ -178,6 +179,7 @@ public const String IMAGE_HAS_INCORRECT_OR_UNSUPPORTED_BASE_COLOR_SPACE_IN_INDEX
178179

179180
public const String IMAGE_HAS_MASK = "Image cannot be inline if it has a Mask";
180181

182+
[System.ObsoleteAttribute(@"Moved into cleanup module The constant will be removed in 7.2.")]
181183
public const String IMAGE_MASK_CLEAN_UP_NOT_SUPPORTED = "Partial clean up of transparent images with mask encoded with one of the following filters is not supported: JBIG2Decode, DCTDecode, JPXDecode. Image will become non-transparent.";
182184

183185
public const String IMAGE_SIZE_CANNOT_BE_MORE_4KB = "Inline image size cannot be more than 4KB. It will be added as an ImageXObject";
@@ -252,6 +254,7 @@ public const String IMAGE_HAS_INCORRECT_OR_UNSUPPORTED_BASE_COLOR_SPACE_IN_INDEX
252254

253255
public const String RECTANGLE_HAS_NEGATIVE_SIZE = "The {0} rectangle has negative size. It will not be displayed.";
254256

257+
[System.ObsoleteAttribute(@"Moved into cleanup module The constant will be removed in 7.2.")]
255258
public const String REDACTION_OF_ANNOTATION_TYPE_WATERMARK_IS_NOT_SUPPORTED = "Redaction of annotation subtype /Watermark is not supported";
256259

257260
public const String REMOVING_PAGE_HAS_ALREADY_BEEN_FLUSHED = "The removing page has already been flushed.";

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
be68535a5bd1e62f51f0a6a733f5773a84363016
1+
c262a8c31c7bf350c67195662137804dddbf5bb8

0 commit comments

Comments
 (0)