You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SDWebImagePDFCoder/Classes/SDWebImagePDFCoderDefine.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@
10
10
NS_ASSUME_NONNULL_BEGIN
11
11
12
12
/**
13
-
A unsigned interger raw value which specify the desired PDF image page number. Because PDF can contains mutiple pages. Attention the page number index is started with 1. (NSNumber)
14
-
If you don't provide this value, or the value is out of [1,MAX], use 1 (the first page) instead.
13
+
A unsigned interger raw value which specify the desired PDF image page number. Because PDF can contains mutiple pages. The page number index is started with 0. (NSNumber)
14
+
If you don't provide this value, use 0 (the first page) instead.
0 commit comments